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


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

/*Formatierungen*/	

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

#inhalt h1 { 
	font: bold 1.4em verdana, sans-serif;
	}	
	
#inhalt h2 { 
	font: bold 1.2em verdana, sans-serif;
	}	
	
#inhalt h3 { 
	font: italic 1.2em verdana, sans-serif;
	}
	
	
#inhalt a:hover, #inhalt a:active { 
	color: #c10d34;
	}
	
#inhalt img { border: 1px #c10d34 solid;
	padding: 1px;
	margin: 2px;}	

	
#logo_img {
background: transparent url()
	}
	
#header {
	background:transparent url(hg_header_99.jpg) no-repeat scroll right top;
	height:260px;
	}
	
#inhalt { 
	background:transparent url(hg_inhalt_99.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_99.jpg) no-repeat scroll right top;
	height:173px;
	}	
	
#footer p {
	color: #e49696;
	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:#fdd9d9;
	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 a#navaktuell, #navi a:focus {
	color: #ff6666;
	text-decoration: none;	
	}	