/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#bfeffd;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	background-image: url(../bilder/hg.jpg);
	background-repeat: repeat-x;
	line-height: 150%;
}
/* ---- container eingemittet -----------------*/
#container {
	width: 953px;
	margin: 0 auto;				
	background-image: url(../bilder/hg-content.gif);
	background-repeat: repeat-y;
		
}
#left {	
	float:left;
	width: 228px;
	height:100%;		
	font-size:0.9em;
	margin-top:0px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;	
}
#right {		
	margin-left:229px;	
	margin-bottom:70px;
	
}
#schlagzeile {
		
	position: absolute;
	margin-left:287px;	
	margin-top:80px;
	z-index: 2;		
}
#sprachnavi {
		
	position: absolute;
	margin-left:720px;	
	margin-top:15px;
	z-index: 2;	
	font-size:90%;	
	
}
#seitentitel{		
		
	position: absolute;
	margin-left:287px;
	margin-top:220px;	
	z-index: 4;		
}
#seitentitelintro{		
	position: absolute;	
	margin-left:287px;
	margin-top:200px;	
	z-index: 4;		
}
#banner{
	
	z-index: -1;
}

#schluss {
	width: 950px;
	margin: 0 auto;	
}
/* -----------------Inhalt--------------------- */

#text {
	margin-left:55px;
	margin-right:70px;
	margin-top:60px;
	margin-bottom:30px;	
	
}

/* --------------left navigavtion------------- */

#left ul{
	list-style-type: none ;			
}

#left li a {
	font-size: 100%;
	text-decoration:none; 
	padding: 3px 0px 3px 0px;	
}
li.normal{
	margin-bottom:8px;
	margin-left:18px;

}
ul.liste a {
	display: block;		
	padding: 0;		
	border-top: 1px solid #999999;
	color: #333333;
	text-decoration: none;		
}
ul.liste a.sub{	
	margin-left:30px;
	border: none;
	color:#666666;
	
}
ul.liste a:hover.sub{
	background-image:none;
	text-decoration:none;
	color:#31608e;	
}
ul.liste a:hover.hiersub{
	background-image:none;
	text-decoration:none;
	
}
ul.liste a:hover {
	background-image: url(../bilder/menu-over.gif);
	background-repeat: repeat-x;
	color:#31608e;
}
ul.liste a.hiersub {
	margin-left:30px;
	border: none;
	color:#000066;
	font-weight:bold;	
}

ul.sub a:hover {
	background-image: url(../bilder/menu-over.gif);
	background-repeat: repeat-x;
	
}

ul.sub a.hiersub {
	background-color: #ffffff;	
	
}

ul.liste a:hover.hiersub {
	text-decoration:none;
}

ul.liste a.hier {				
	color:#000066;
	font-weight:bold;
}
ul.liste a:hover.hier {
	background-image:none;
	text-decoration:none;
}

.border {border: 1px solid #999999;}

a {color: #333333;text-decoration:none;}
a:visited {color:#333333; text-decoration:none;}
a:hover {color:#31608e;text-decoration:underline;}
a:active { color:#31608e;text-decoration:none;}

a.mit {color: #333333;text-decoration:underline;}
a.mit:visited {color:#333333; text-decoration:none;}
a.mit:hover {color:#31608e;text-decoration:underline;}
a.mit:active { color:#31608e;text-decoration:none;}

.titel{		
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;	
	color:#999999;	
	font-weight:bold;			
}
.subtitel{		
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;	
	color:#000066;	
	font-weight:bold;			
}
.blau{
	color:#000066;
}
.hellblaufett{
	color:#31608e;
	font-weight:bold;
}
input.formularfeld, textarea.formularfeld {
	width:450px;	
	color: #333333;
	padding: 2px 5px;
	width:450px;
	border: 1px solid #999999;
	font: bold 11px Arial, Helvetica, sans-serif;
	
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em; 
	font-weight: normal;
 }

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1em;
}

img {
	border:none;
}
.foto{	
	background: url(../bilder/shadow.gif) no-repeat right bottom;
	padding: 4px 10px 10px 4px;
	border: #eee 1px solid;
	border-right:none;
	border-bottom:none;

}
.nofloat {
	overflow: hidden;
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	font-size: 1px;}

#footer {
	clear:both;
	width:944px;
	height:30px;	
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0;
	background-color: #ffffff;
	text-align:center;	
	font-size:0.85em;
	line-height: 2.5em;
	background-image: url(../bilder/hg-footer.gif);
	background-repeat: repeat-y;
}
