/* CSS Document */

body,html {
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
	font-family:arial;
	font-size:12px;
	background:url(../gfx/higru_body.jpg);
}
body {min-height:100%};
* html {height:100%;}
#cent_div {float:left;
	position:relative;
	width:100%;
	min-height:100%;
	background-image:url(../gfx/higru_body.jpg);
	background-repeat:repeat-x;
	background-color:#d4d4d4;
	

}
* html #cent_div {height:100%}
#cont_div {
	position:relative;
	width:920px;
    min-height:100%;
/*	background:url(../gfx/higru_content.png);*/
	margin-bottom:25px;
}
* html .cont_div {height:100%}


#inhalt_div {
	position:relative;
	float:left;
	width:920px;
	min-height:100%;
	background:url(../gfx/higru_content.png);

}
* html #inhalt_div {height:100%}
.header {
	float:left;
	position:relative;
	width:900px;
	height:385px;
	margin-left:10px;
	
}
.streifen {float:left;
	position:relative;
	width:900px;
	height:25px;
	margin-left:10px;
	background:url(../gfx/streifen.jpg);
}

/********** content ****************/
.main_div {
	position:relative;
	float:left;
	width:910px;
	height:auto;
	
}
.cont_div {
	float:left;
	position:relative;
	width:530px;
	height:auto;
	padding:20px 20px 0 20px;
	
	
}
.cont_div object{
	z-index:3;
}

.main_div .navi {
	position:relative;
	float:left;
	z-index:101;
	width:120px;
	height:300px;
	padding-right:10px;
	padding-top:0px;
	color:#FFb401;
	margin-left:10px;
	text-align:right;
	font-size:12px;
	font-family:tahoma;
	font-weight:bold;
	text-transform:uppercase;
	
}
.aktuelles {
	position:relative;
	float:left;
	width:190px;
	padding-left:5px;
	padding-right:5px;
	height:auto;
}
.aktuelles_back {
	position:absolute;
	padding-top:25px;
	top:-25px;
	margin:0;
	left:710px;

	height:100%;
	width:190px;
	padding-left:10px;
	background:url(../gfx/higru_aktuell.jpg);
	background-repeat:repeat-x;
	background-color:#faefc2
}
	
.fl_ende {
	clear:both;
	width:900px;
	padding-right:20px;
	text-align:right;
	font-size:9px;
	height:25px;
	left:-10px;
	background:url(../gfx/higru_foot2.jpg);
	background-repeat:no-repeat;
	}
	
/********* aktuelles *********/
.aktuelles table {
	font-size:10px;
	width:185px;
}

.aktuelles table caption {
	background:url(../gfx/aktuell_head.jpg);
	height:27px;
	width:185px;
	text-align:right;
	padding:0px 10px 0 10px;	
}

.aktuelles table tr {
	

}

.cont_div a:link, .cont_div a:visited {
	color:#0066ff;
}

hr {
	border:none;
	border-bottom:1px dotted #ccc;
}

.cont_div img{
	border-left:4px solid #eee;
	border-right:2px solid #ccc;
	border-top:4px solid #eee;
	border-bottom:2px solid #ccc;


	
