/* CSS Document */

/* HTML Tags */

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
background: #FFFFFF
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #7f7860;
}

h1 {
font-size: 20px;
line-height: 30px;
font-weight: lighter;
}

h2 {
font-size: 14px;
font-weight: bold;
font-variant:small-caps;
}
h3 {
font-size: 14px;
font-weight: normal;
}

a {
	color: #333;	
}
a:hover {
	color: #999;
}


/* DIV Container */

#content {
position: relative;
width: 970px;
margin: 0px auto;
border: #CC9900 1px solid;
background:url(../pics/website/bg_content_01.jpg) repeat-y;
}

#header {
background: url(../pics/website/header_bg_01_boris.jpg) no-repeat;
height: 132px;
width: 100%;
}

	#hauptnavi {
	position:absolute;
	top: 10px;
	left: 370px;
	width: 570px;
	height: 60px;
	text-align:center;
	}
	
	#hauptnavi a{
	color:#1d2973;
	text-decoration: none;
	font-size:14px;
	margin-right: 15px;
	line-height:25px;
	text-transform:capitalize;
	font-variant:small-caps;
	}
	
	#hauptnavi a:hover{
	color: #666666;
	text-decoration: underline;	
	}
	
	#hauptnavi .aktiver_link{
	font-weight: bold;
	text-decoration: underline;	
	}
	
	

#sidebar {
width: 200px;
background:#f9f2df;
float:left;
}

	#subnavigation {
	
	}
	
	#subnavigation a {
	display:block;
	width: 200px;
	line-height: 25px;
	text-decoration:none;
	background: #f0e0ad;
	color: #663300;
	border-bottom: #f9f2df 1px solid;
	}
	
	#subnavigation a:hover {
	background: #7f7860;	
	color: #FFFFFf;
	}
	#subnavigation .aktiver_link {
	background: #7f7860;	
	color: #FFFFFf;	
	}
	
	
	#sub1 .aktiver_link{
	background: #7f7860;
	}
	
	#sub2 .aktiver_link{
	background: #ada384;
	}
	#sub3 .aktiver_link{
	background: #c1b691;	
	}



#inhalt {
width: 750px;
margin-right: 10px;
float:right;
position:relative;
left: 10px;
top: 15px;
}


	#textinhalt {
	width: 95%;
	float:left;
	}

	#infobox {
	width: 250px;
	border: #999999 1px solid;
	float:right;
	display:none;
	margin-right: 8px;
	}
	
	#infobox h4 {
	margin: 0px;
	padding-left: 4px;
	line-height: 18px;
	display:block;
	background: #f0e0ad;
	}
	
		#infobox h1 {
		font-size: 10px;
		font-weight: bold;
		background:none;
		margin-left: 4px;
		}
		
		#infobox h2 {
		font-size: 9px;
		font-variant: normal;
		background:none;
		margin-left: 4px;
		margin-right: 4px;
		margin-bottom: 10px;
		padding-bottom: 4px;
		border-bottom: #CCCCCC dashed 1px;
		}

	


#footer{
clear:both;
width: 960px;
height: 25px;
background:#f0e0ad;
position:relative;
padding-left: 10px;
}

	#footer a{
	color:#1d2973;
	text-decoration: none;
	font-size:10px;
	line-height:30px;
	margin-left: 3px;
	margin-right: 10px;
	}
	
	#footer a:hover{
	color: #666666;
	text-decoration: underline;	
	}

/* Class Tags */




/* Galerie */

#piccont {
width: 160px;
height: 120px;
background:#CCCCCC;
border: 1px solid #999999;
margin: 5px;
float: left;
	
}
#piccont img{
margin-top: 10px;
}





