/*Beispielseite 14 in Blau*/
/* Erstellt von Nicole Folchert */
/* Erstellt: 18.06.2009*/

/*Basis Elemente */

html, body {
	background: #4c5a6d none repeat scroll 0 0;
	}
	
body { 
	background: #4c5a6d url(hg_body_accelerate.gif) repeat-x scroll top left;
	color: #052a59; 
	}

#inhalt h1, #inhalt h2 , #inhalt h3{ 	color: #052a59;	}
	
#inhalt img { border: 1px #052a59 solid;
			padding: 1px;
			margin-left: 5px;
}		


#inhalt a:link, #inhalt a:visited { 
	color: #052a59; 
	font: 1.0em arial, verdana, sans-serif;
	text-decoration: underline;
	background: transparent url();
	}

#inhalt a:hover, #inhalt a:active { 
	background: transparent url();	
	color: #f74d00;
	}

/* Spezielle DIVs*/

#logo_img { background: transparent url(); } 

#oben { background: transparent url(); } 
	
#inhalt { 
	background: #fff;
	}

#text { 
	padding: 20px 0px 20px 0px;
	}	
	

#footer {
	background: #052a59;
	color: #fff;
	}	
	
	
#navi {
	background: #052a59;
		}

#navi a, #navi a:link, #navi a:visited {
		padding: 0px 20px 0px 10px;
		font-size: 1.2em;
		color: #fff;
		text-decoration: none;
		letter-spacing: 0;
		font-weight:bold;
		}		
		
#navi a:hover, #navi #navaktuell a, #navi a:focus {
	color: #e10b0b;
	}



	



	






