html,body {
	margin:0px 0px 0px 0px;
	padding:0;
	height:100%; /* needed for container min-height */
	text-align:center;
	background-color:#cccccc;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:970px;
	background-image:url(bilder/hg.jpg);
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	text-align:left;
}

div#header {
}
	

div#content {
	/*padding:1em 1em 5em; /* bottom padding for footer */
	padding:0px 0px 34px;
}
	
div#footer {
	position:absolute;
	width:100%;
	height:25px;
	bottom:0; /* stick to bottom */
	background-color:#4a7e1a;
	text-align:center;
	z-index:100;
}
	


/*MEINE DIV-BOXEN*/	
	
	
#header_container {
	position:relative;
	width:970px;
	left:0px;
	height:310px;
	background-color:#FFF;
	background-image:url(bilder/hg_head.jpg);
}

	
	
#header_oben {
	position:relative;
	left:0px;
	top:0px;
	width:950px;
	height:240px;
	z-index:1;
}


#logo {
	position:absolute;
	text-align:left;
	height:90px;
	width:220px;
	top:0px;
	left:750px;
	z-index:2;
}

#shortmenu {
	position:absolute;
	text-align:left;
	height:20px;
	width:400px;
	top:10px;
	left:20px;
	z-index:3;
}



#seitenbild {
	position:absolute;
	text-align:left;
	height:180px;
	width:970px;
	top:90px;
	left:0px;
	background-color:#FFF;
	z-index:4;
	overflow:hidden;
}



#hauptmenu {
	position:absolute;
	left:20px;
	top:56px;
	width:720px;	
	height:27px;
	background-color:#000000;
	z-index:6;
}

#breadcrumb {
	position:absolute;
	text-align:right;
	right:40px;
	top:280px;
	width:670px;
	z-index:7;
}
	





#content_container {
	position:relative;
	width:950px;
	z-index:8;
}



#untermenu {
	position:relative;
	width:220px;
	overflow:hidden;
	float:left;
	z-index:9;
}

#untermenu_innen {
	position:relative;
	margin:0px 13px 0px 20px;
	width:162px;
	z-index:10;
}




#inhalt {
	position:relative;
	width:720px;
	z-index:10;
	overflow:hidden;
	float:left;
}

#inhalt_innen {
	position:relative;
	margin:0px 0px 0px 35px;
	width:680px;
	z-index:11;
}






	
	
	
	
/* Schriftdefinitionen */

a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; 
color: #000000;
text-decoration: underline;
line-height: 16px;
}

a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; 
color: #000000;
/*text-decoration: underline;*/
line-height: 16px;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	/*text-decoration: underline;*/
	line-height: 16px;
}


table,tbody,tr,td,div {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; 
color: #000000;
text-decoration: none;
line-height: 16px;
}


.bildtext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px; 
color: #141414;
text-decoration: none;
line-height: 14px;
}

.lauftext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; 
color: #000000;
text-decoration: none;
line-height: 16px;
}


/* Überschrift */

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px; 
font-weight:bold;
color: #000000;
text-decoration:none;
line-height: 18px;
margin:0px
}


/* Men? oben f?r Navigation */


.menu_unten {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; 
color: #000000;
text-decoration: none;
line-height: 16px;
}

.menu_unten a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; 
color: #000000;
text-decoration:none;
line-height: 16px;
}

.menu_unten a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; 
color: #000000;
line-height: 16px;
text-decoration:none;
}

.menu_unten a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; 
color: #ffffff;
text-decoration: none;
line-height: 16px;
}

.strich_grau {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; 
color: #000000;
text-decoration: none;
line-height: 16px;
}
