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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cad2f6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(bilder/footer.jpg);

} 

.thrColAbsHdr #header { 
	width: 780px;
	height: 116px; 
	background: #000000;
	background-image:url(bilder/logo.jpg);
	
} 
.thrColAbsHdr #header h1 {
	margin: 0;
	background-color:#cad2f6;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 116px;
	left: 0;
	width: 162px; 
	background:#cad2f6;
	padding: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	background-image:url(bilder/bg_li.jpg);/*160px*/
	background-repeat:repeat-y;
	height:570px;

}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 116px;
	right: 0px;
	width:165px;
	/*width: 100px;*/
	background:#000000; 
	padding: 15px 0px 15px 12px; /* padding keeps the content of the div away from the edges */
	background-image:url(bilder/bg_re.jpg);/*165px*/
	background-repeat:repeat-y;
	height:570px;
}
.thrColAbsHdr #mainContent { 
	margin: 0px 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 15px;
	background-color:#cad2f6;
	height:585px;
	
}
.thrColAbsHdr #footer { 
	position:absolute;
	top:730px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-family:Impact, Verdana, Geneva, Arial, Helvetica, sans-serif

} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top:15px;
	margin-left: 8px;
	margin-right:12px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top:15px;
	margin-right: 8px;
}



</style>
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColAbsHdr #sidebar1 { width: 160px; }
.thrColAbsHdr #sidebar2 { width: 165px; }
</style>
<![endif]-->*/


/*---------MENU----------*/



#menu {
	list-style:none;
	padding: 0;
	margin: 0;	
}

#menu a {

	text-indent: -900%;
	position: absolute;
	margin:0;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}

#menu .home {
	margin-left:3px;
	width: 168px;
	height: 51px;
	background: url(bilder/buttons_home.jpg) no-repeat;
	left: 0px;
	top: 50px;
	
}

#menu .biographie {
	margin-left:3px;
	width: 168px;
	height: 51px;
	background: url(bilder/buttons_biographie.jpg) no-repeat;
	left: 0px;
	top: 121px;
	
}
#menu .gallerie {
	margin-left:3px;
	width: 168px;
	height: 51px;
	background: url(bilder/buttons_gallerie.jpg) no-repeat;
	left: 0px;
	top: 191px;
	
}

#menu .referenzen {
	margin-left:3px;
	width: 168px;
	height: 51px;
	background: url(bilder/buttons_referenzen.jpg) no-repeat;
	left: 0px;
	top: 261px;
	
}
#menu .links {
	margin-left:3px;
	width: 168px;
	height: 51px;
	background: url(bilder/buttons_links.jpg) no-repeat;
	left: 0px;
	top: 331px;
	
	
}
#menu .kontakt {
	margin-left:3px;
	width: 168px;
	height: 51px;
	background: url(bilder/buttons_kontakt.jpg) no-repeat;
	left: 0px;
	top: 401px;
	
}