/*Beispielseite 19 für Zwergenburg*/
/* Erstellt von Nicole Folchert */
/* Erstellt:  04.03.10*/



/*1.) Header, Footer, Inhalt*/
#header {
	background:transparent url(hg_header_106.jpg) no-repeat scroll right top;
	height:258px;
	}
	
#inhalt { 
	background:transparent url(hg_inhalt_106.gif) repeat-y top left;
	}	

#footer {
	background:transparent url(hg_footer_106.jpg) no-repeat scroll right top;
	height:210px;
	}	
	
	
/*2.) Hintergrundfarbe und Schriftfarbe*/

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

	
	
/*3.) Hintergrundfarbe der Navigation und Navigationsfarbe*/	
#navi {
	-x-system-font:none;
	background:#c5d5fe;
	color:#000;
	left:25px;
	top:260px;
	border: 0px #fff solid;
	
	}


/*4.) Footer Text und Footer Farbe*/
#footer p {
	color: #c10d34;
	font-size: 9px;
	padding-top:100px;
	
	margin:0;
	width: 460px;
	margin-left:450px;
	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;	
	}	


	
	
/*5.) Überschriften, Bildrahmen Farbe*/	
#inhalt h1, #inhalt h2, #inhalt h3{ 
color: #c10d34;
font-family: verdana, sans-serif;
padding-bottom: 5px;
	}	
	
#inhalt a:hover, #inhalt a:active { 
	color: #c10d34;
	}
	
#inhalt img { border: 1px #c10d34 solid;
	padding: 1px;
	margin: 2px;}	


/*6.) Navigations Farbe beim Mouseover*/
#navi a:hover, #navi a#navaktuell, #navi a:focus {
	color: #c10d34;
	text-decoration: none;	
	}

	
	

	

	
		


	

	
/*braucht man nicht*/		
#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;
	}	
	
#logo_img {
background: transparent url()
	}	
	
#text {
	margin:  0 0 0 400px;
	padding: 0px 0 0 0;
	width:500px;
	border: 0px #000 solid;
	min-height: 230px;
	}	


	

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