/* CSS Document */
@import "content.css";
/*@import "customized_scrollbars.css";*/

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;

}

img {border:none;}

img.nav {
	border:none;
	margin-bottom:9px;
}

img.nav_sm {
	border:none;
	margin-bottom:4px;
}

.navspacer {
	width:43px;
	height:2px;
}

td.navi {
	text-align:left;
	vertical-align:bottom;
	height:2px;
}

#Navi {
	position:absolute; 
	left:730px; 
	top:355px; 
	width:225px; 
	height:190px; 
	z-index:99;
}
.link_down {
    display: block;
    text-transform: uppercase;
    padding-bottom: 7px;
}
#Logo {
	position:absolute; 
	left:713px; 
	top:308px; 
	width:225px; 
	height:213px; 
	z-index:98;
}

#BgContent {
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:1;
}

#InhaltTxt {
	font-family:arial,tahoma,Helvetica,Geneva, sans-serif;
	font-size:10px;
	color:#07275C;
	font-weight:normal;
	letter-spacing:0.1mm;
}

input{
	background-color:#EEEFEC;
	color:#07275C;
	border:none;
	/*border-top:none;
	border-right:none;
	border-left:1px solid #07275C;
	border-bottom:1px solid #07275C;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:180px;
	height:15px;
}

textarea {
	background-color:#EEEFED;
	color:#07275C;
	border:/*1px solid #07275C*/ none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:180px;
	height:13px;
}

.checkbox {
	background-color:#EEEFED;
	color:#07275C;
	border:/*1px solid #07275C*/ none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:13px;
	height:13px;
}

input.butt {
 background-color:transparent;
 border:1px solid #07275c;
 width:70px;
 height:20px;
 cursor:pointer;
 font-weight:bold;
}