@charset "utf-8";
/* Main Content */

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Standard Formats*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
html
{
    scrollbar-track-color: #e6e6e6;
	scrollbar-base-color: #e6e6e6;
	scrollbar-arrow-color:#e6e6e6;
	scrollbar-face-color: #b2b2b2;
	scrollbar-3dlight-color: #b2b2b2;
	scrollbar-darkshadow-color: #b2b2b2;
	scrollbar-highlight-color: #b2b2b2;
	scrollbar-shadow-color: #e6e6e6;

    background-color: #fff;
    overflow: scroll;
    overflow-x: hidden;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;

	font-family: verdana, arial, sans-serif;
  	font-size: 12px;
	line-height:20px;
	color: #4f4f4f;
}

h1
{
	font-weight: bold;
	color: #ff3700;
}

h2
{
	font-size: 10px;
	font-weight: bold;
}

a:link, a:active, a:visited, a:focus, a:hover
{
	color: #4f4f4f;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Main Shapes*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#container
{
	width: 790px;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	margin: 0px auto;  /*horizontal zentrieren*/
	background: none;

	text-align: left;
}

#header
{
	position: absolute;
	left: -9000px;
	visibility: hidden;
	height: 0px;
}

/*
#header_print
{
	visibility: visible;
	width: 390px;
	height: 130px;
	margin: 0 0 20px;
	background: url(gfx/main/header_print.jpg) no-repeat center #33CC99;
	border-bottom: #ccc solid 1pt;
}
*/

#mainL
{
	position: absolute;
	left: -9000px;
	
	width: 0px;
	height: 0px;

	margin: 0;
	padding: 0;
	
	font-size: 0px;
	line-height: 0px;
}

#mainR
{
	position: static;
	width: 390px;
	margin: 0px;
	padding: 0px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Head [subR_hed]*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#subR_hed_bck
{
	visibility: hidden;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Content Portfolio Level 3 [subR_cnt_pf3]*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.subR_cnt_pf3_lst
{
	visibility: hidden;
}

.subR_cnt_pf3_up
{
	visibility: hidden;
}

.subR_cnt_pf3_nxt
{
	visibility: hidden;
}
