body {
	color: #999999; 
	background:#CCCCCC url(../images/hintergrund1.jpg);
	font: 100,01%;
	font-family: Arial, Helvetika, sans-serif;
	margin: 0;
	padding: 1em 0;
	text-align: center; /*Zentrierung im Internet Explorer */
	}

div#container {
	text-align: left; /*Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* horizontale Zentrierung  */
	width: 860px;
	z-index: 2;
	padding: 0;
	background: white;
	border: 2px ridge silver;
	} 
		
	
div#head {
	height: 120px;
	width: 860px;
	float: left;
	background: url(../images/head_hinter_860_120.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0px;
	text-align: left;
	}
	

div#navi {
	background: url(../images/navi_hinter_180a.jpg) no-repeat;
	height: 400px;
	width: 180px;
	float: left;
	padding-top: 60px;
	text-align: left;
}


div#inhalt {
	background: white;
	text-align: left; /*Seiteninhalt wieder links ausrichten */
	width: 660px;
	height: 100%;
	min-height: 400px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 0.8em;
	}

div#fuss {
	clear: both;
	font-size: 0.7em;
	height: 1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: white;
	border-top: 1px ridge silver;
	}

div#bilder {
	position: relative;
	float: right;
	z-index: 180;
	height: 395px;
	width: 100px;
	margin: 10 0 10 5;
	padding: 5 5 5 5 ;
	text-align: center;
	}	

.inhalt1 {
	clear: right;
	float: right;
	width: 465px;
	border-top: 10px solid #71bdee;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 3px solid silver;
	margin: 60px 30px 10px 10px;
	padding: 5px 10px 5px 10px ;
	}

.inhalt2 {
	float: right;
	width: 500px;
	margin: 10px 20px 0px 10px;
	padding: 5px 10px 5px 10px ;
	}

.inhalt3 {
	float: right;
	width: 220px;
	border-top: 10px solid #71bdee;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 3px solid silver;
	margin: 5px 0 0 5px;
	padding: 5px 10px 5px 10px ;
	}

.inhalt4 {
	float: left;
	width: 440px;
	border-top: 2px solid #71bdee;
	margin: 5px 20px 5px 10px;
	padding: 5px 10px 5px 10px ;
	}

	
p {
	font-size: 1.1em;
	line-height: 1.1em;
	}
	
h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	}
	

.fett {
	font-weight: bold;
	}	

.cl, hr {
	clear: left;
	}

a {
	color: #999999;
	text-decoration: none;
 
	}
	
a:hover {
	color:#ffffff;
	background-color: #71bdee;
	}

/* IE */
.navi {
	width:90px;
	padding: 0 0 0 5px;
	margin:0 0 0 5px;
	}
	
.navi ul li a {
	display:block;
	text-decoration:none; 
	color:#71bdee; 
	width:90px; 
	height:20px; 
	text-align:left; 
	line-height:19px; 
	font-size:0.9em;
	}
	

.navi ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
	}
	
.navi ul li {
	float:left; 
	position:relative;
	}
	
.navi ul li ul {
	display: none;
	}
	
	
/* non IE */
.navi ul li:hover a, .navi ul li:hover ul li a:hover {
	color:#fff; 
	background:#999999;
	}
	
.navi ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:89px; 
	width:90px;
	}
	
.navi ul li:hover ul li a.ueber {
	background:#e1e1e1; 
	color:#71bdee;
	}
	
.navi ul li:hover ul li:hover a.ueber {
	width:90px;
	}
	
.navi ul li:hover ul li a {
	display:block;
	color:#71bdee; 
	background:#e1e1e1; 
	width:90px;
	}
	




