/*Beispielseite 19 für Das Bienchennest*/
/* Erstellt von Nicole Folchert */
/* Erstellt:  28.05.10*/


html, body {
	background-color: #d66f00;
	color:#000;
	}

/*Formatierungen*/	

#inhalt h1, #inhalt h2, #inhalt h3{ 
color: #912f19;
font-family: verdana, sans-serif;
padding-bottom: 5px;
	}	


#inhalt a:hover, #inhalt a:active { 
	color: #912f19;
	}
	
#inhalt img { border: 1px #912f19 solid;
	padding: 1px;
	margin: 2px;}	


#inhalt th {
	border: 1px #912f19 solid;
	}	

#inhalt td {
	border: 1px #912f19 solid;
	}
	
#logo_img {
background: transparent url()
	}
	

#header {
	background:transparent url(hg_header_420.jpg) no-repeat scroll right top;
	height:260px;
	}
	
#inhalt { 
	background:transparent url(hg_inhalt_420.gif) repeat-y top left;
	}	
	
		
#text {
	margin:  0 0 0 400px;
	padding: 0px 0 0 0;
	width:500px;
	border: 0px #000 solid;
	min-height: 230px;
	}	

/*Footer*/		
#footer {
	background:transparent url(hg_footer_420.jpg) no-repeat scroll right top;
	height:173px;
	}	
	
#footer p {
	color: #912f19;
	font-size: 9px;
	margin:0;
	width: 460px;
	margin-left:450px;
	padding-top:120px;
	border: 0px #fff solid;
	}	
	
#footer a, #footer a:link, #footer a:visited {
		color: #1a3947;
		text-decoration: underline;
		font-weight:normal;
		}
	
#footer a:hover, #footer  a:focus {
	color: #ee6c15;
	text-decoration: none;	
	}		
	
	
/*Navigation*/	
#navi {
	-x-system-font:none;
	background:#fff1c1;
	color:#000;
	left:25px;
	top:260px;
	border: 0px #fff solid;
	
	}

#navi2 { 
	padding:25px 15px 0;
	width:200px;
	border: 0px #fff solid;
	}	
	
#navi li {
	background: url(hg_li.gif) no-repeat left 4px;
	margin:1px 0;
	padding: 5px 0 5px 20px;
	}	
	
#navi ul {
	margin:4px 0 0px 5px; /*Abstand nur ganz unten*/
	border: 0px #fff solid;
	}	


/*Für die 2. Ebene*/
#navi2 ul ul li {
padding-top: 2px;
padding-bottom: 2px;
background: url(hg_li.gif) no-repeat left 2px;
}	

#navi a:hover,  #navi ul #navi ul a:hover span {
	color: #912f19;
	text-decoration: none;
}		

#navi ul a#navaktuell {
	color: #912f19;
	text-decoration: none;
	}		
	
