@import url("/css/formate.css");
 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 vertical-align:middle;
 height: auto;
 background-image: url(/images/hintergrund.jpg); 
} 
 
#pagewidth{
	width:798px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
 
#header{
	position:relative;
	height:65px;
	width:100%;
	background-image: url(/images/streifen.jpg);
	background-repeat: no-repeat;
} 

#headertable{
	width: 100%;
	height: 100%;
	background: transparent;
}

#headertable td{
	padding:0px;
	border:0px;
}

TD.headerleft {
	background: transparent;
	vertical-align: top;
	width: 19%;
}

TD.headermiddle{
	background: transparent;
	vertical-align:middle;
	width: 51%;
}

TD.headerright {
	background: transparent;
	vertical-align:bottom;
	width: 30%;
}

#infoline{
	position:relative;
	height:20px;
	width:100%;
	background-color: #DDD0A3;
} 

 
#leftcol{
	width:35%;
	float:left;
	position:relative;
	background: transparent;
 }
 
#leftcol div.img {
	position:relative;
	top:0px;
	left:0;
	z-index:1;
	margin-top: 10px;
	margin-bottom: 20px;
} 
 
#maincol{
 background: transparent;
 float: right; 
 display:inline; 
 position: relative; 
 width:65%; 
 }
 
#slogan{
 position:relative;
 padding: 10px;
 top:0px;
 left:0px;
 }
 
 #maincoltext{
	position:relative;
	padding: 10px;
	left:0px;
 }
 
 #maincoltext div.img {
	position:relative;
	top:0px;
	left:0;
	z-index:1;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 270px;
} 
 
#footer{
	height:20px;
	background: transparent;
	clear:both;
 } 
 
div.menue {
	background-image: url(/images/b_menue.gif);
	width:145px;
	height:22px;
	padding:0px 0px 0px 0px;
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	z-index:1;
}
div.menue a:link, div.menue a:visited, div.menue a:hover, div.menue a:active {
	color:#100808;
	display:block;
	text-decoration:none;
	margin:0;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:4px 4px 4px 3px;
	line-height: 14px;
}

div.menue a:hover {
    background-image: url(/images/b_menue_alt.gif);
    color:black;
}


#b_back {
	border:none;
	height:100%;
	padding:0px;
	margin:0px;
}
#b_back a:link, #b_back a:visited, #b_back a:hover, #b_back a:active   {
	background-image: url(/images/b_back.gif);
	color:#100808;
	display:block;
	width:121px;
	height:61px;
	text-decoration:none;
	margin:0;
	padding:0;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height: normal;
	background-repeat: no-repeat;
}

#b_back a:hover {
	background-image: url(/images/b_back_alt.gif);
	color:black;
	background-repeat: no-repeat;
}

#b_back a span { display:none }

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
html, body{
 margin:0;
 padding:0;
 left: 0;
 top: 0;
 width:100%;
 height:100%;
 background:#FFFFFF;
 color: #000000;
 background-image:none;
 
} 

#leftcol{display:none;} 
#maincol{
 margin:0;
 padding:0;
 left: 0;
 top: 0; 
 background:#FFFFFF;
 width:100%;
 float:none;
 color: #000000;
 background-image:none;
 }
}
