/*Beispielseite 19 für ZweiplusZehn*/
/* Erstellt von Nicole Folchert */
/* Erstellt:  29.01.10*/


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

/*Formatierungen*/	

#inhalt h1, #inhalt h2, #inhalt h3{ 
color: #127243;
font-family: verdana, sans-serif;
padding-bottom: 5px;
	}	
	
#inhalt a:hover, #inhalt a:active { 
	color: #ff6666;
	}
	
#inhalt img { border: 1px #36a218 solid;
	padding: 1px;
	margin: 2px;}	

	
#logo_img {
background: transparent url()
	}
	
#header {
	background:transparent url(hg_header_97.jpg) no-repeat scroll right top;
	height:229px;
	}
	
#inhalt { 
	background:transparent url(hg_inhalt_97.gif) repeat-y top left;
	}	
	
		
#text {
	margin:  0 0 0 400px;
	padding: 20px 0 0 0;
	width:500px;
	border: 0px #000 solid;
	min-height: 250px;
	}	

/*Footer*/		
#footer {
	background:transparent url(hg_footer_97.jpg) no-repeat scroll right top;
	height:173px;
	}	
	
#footer p {
	color: #bbca87;
	font-size: 9px;
	margin:0;
	width: 460px;
	margin-left:450px;
	padding-top:110px;
	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:#f8f8e3;
	color:#000;
	left:25px;
	top:250px;
	border: px #fff solid;

	}

#navi2 { 
	padding:30px 15px 0;
	width:200px;
	}	
	
#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*/
	}	

/*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 a#navaktuell, #navi a:focus {
	color: #ff6666;
	text-decoration: none;	
	}	