@charset "UTF-8";
/* CSS Document */

html {
	    height: 100%;
	}
	
body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #000000;
}

a {
	color: #333333;
	text-decoration: none;

}

a:hover {
	color: #0075bd;
	text-decoration: none;
}

h1 {
	font-size: 12px;
	font-weight: lighter;
	color: #0075bd;
	padding: 0;
	margin-top:12px;
	margin-bottom:0px;
	text-transform: uppercase;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

h2 {
	font-size: 11px;
	font-weight: lighter;
	font-style: italic;	
	padding: 0;
	margin: 0;
}

#container {
	position: relative;
	width: 979px;
	position: relative;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -489px;
	left: 50%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
} 
	
#header{
	padding-top: 0px;
	padding-right: 23px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0;
	height: 23px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
	
#container_top{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0;
	height: 23px;
	text-align: left;
	background-image: url(../_images/body/body_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#container_body{
	padding-top: 1px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 0px;
	margin: 0;
	text-align: left;
	background-image: url(../_images/body/body_back.gif);
	background-repeat: repeat-y;
	height:auto !important;
}

#container_body #left{
	float:left;
	margin: 0;
	padding: 0;
	width: 502px;
	height:auto;
}

#container_body #right{
	float:left;
	padding: 0;
	width: 439px;
	height:auto;
	margin-top: 34px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#container_body #right #menu{
	background-image: url(../_images/body/menu_back.gif);
	background-repeat: repeat-x;
	height: 39px;
	width: 100%;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 1px;
	line-height: 1px;
}

#right .content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	height:460px;
	min-height:460px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	
	line-height: 19px;
	color: #333333;
	
}

#right #submenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	height:20px;
	min-height:20px;
	
	padding: 0;
	padding-left:5px;
	margin-top: 20px;
	line-height: 19px;
	background-image:url(../_images/body/submenu_back.gif);
	background-repeat:no-repeat;	
}

#right .content .de, #right .content .en{
	top:189px;
	width:410px;
	height:460px;
	min-height:460px;
	position: absolute;
	overflow:hidden;
}

#right .content .de #text_de, #right .content .en #text_en{
	width:390px;
	position: absolute;
	
	
}

#right .content p{
	width:390px;
}

#container_bottom{
	height: 23px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 23px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 23px;
	padding-left: 0px;
	background-image: url(../_images/body/body_bottom.gif);
	background-repeat: no-repeat;
}

#footer{
	position: absolute;
	bottom: 0px;
	height: 60px;
	width:936px;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
	margin:0;
	
	
}

#footer .content{
	background-image: url(../_images/body/footer_back.gif);
	background-repeat: repeat-x;
	height:100%;
	width:100%;
}

#footer .content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	font-size: 10px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}

#logo{
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;		
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
/* scroller */
.thumbbox {
	top: 188px;
	left: 944px;
	width: 30px;
	height: 450px;
	position: absolute;
	background-image: url(../_images/thumb.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#thumb {
	position: relative;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 9px;
	border: 1px solid #e5e5e5;
	background-color:#fff;
}
	

