/* CSS Document */
html{
	margin: 0; 
	padding: 0;
}
body {
 	color: #5a5a5a;
  	font-size: 12px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#f9f9f9;
	background-image:url(../images/bg0.gif);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0; 
}

#bg_top{
	position:absolute;
	width:100%;
	height:254px;
	background-image:url(../images/bg_top.gif);
	background-repeat: no-repeat;
	background-position:right;
}



#content {			
 	position:absolute;
  	height: auto; 
	width: 906px;
	margin-left:-453px;
	top:0;
  	left: 50%;
  	text-align: left;
  	padding: 0px;
}
#logo{
	position:absolute;
	left:42px;
	top:146px;
}
#left_spruch{
	position:absolute;
	left:0;
	top:324px;
	width:300px;
	text-align:center;
}


#header_schrift{
	position:absolute;
	left:348px;
	top:50px;
	width:316px;
	
}

#menue{
	position:absolute;
	left:0;
	top:-33px;
	width:603px;
	height:30px;
	line-height:25px;
	vertical-align: middle;
	text-align: center;
}

#inhalt{
	position: relative;
	left:300px;
	top:164px;
	width:603px;
	min-height:466px;
	height:auto !important;
	height:466px;
	border:2px solid #ffffff;
	background-color:#efefef;
}

#inhalte{
	position:relative;
	margin:40px;
}
.schatten_unten{
	position:absolute;
	top:100%;
	width:603px;
	height:20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/test.png', sizingMethod='scale');
}
.schatten_right{
	position:absolute;
	top:1px;
	left:603px;
	width:20px;
	height:100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/test.png', sizingMethod='scale');
}
.schatten_left{
	position:absolute;
	top:1px;
	left:-19px;
	width:20px;
	height:100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/test.png', sizingMethod='scale');
}
.schatten_top{
	position:absolute;
	top:-19px;
	left:-19px;
	height:20px;
	width:643px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/test.png', sizingMethod='scale');
}

.hauptueberschrift{
	color:#ee7f01;
	font-weight:bold;
	border-bottom:1px dotted #ee7f01;
	height:25px;
	line-height:25px;
	vertical-align:top;
	width:100%;
}
.unterueberschrift{
	font-weight:bold;
	border-bottom:1px dotted #5a5a5a;
	height:25px;
	line-height:25px;
	vertical-align:top;
}
ul{
	list-style-type:disc;
}

.eingabefelder{	
	color:#5a5a5a;
	font-size: 12px;
	border:1px solid #5a5a5a;
	margin:0px;
	padding:0px;
	width:250px;
	height:18px;

}
.eingabefelder2{	
	color:#5a5a5a;
	font-size: 12px;
	border:1px solid #5a5a5a;
	margin:0px;
	padding:0px;
	width:250px;

}


/********************************************************************/
/************* Mainmenue ********************************************/
/********************************************************************/

#menue ol {
	list-style-type: 						none;
	margin:auto;
	padding:0;
	display:table;
}
*html #menue ol{
	width:565px;
}

#menue ol li {
	min-width:50px;
	width:auto !important;
	width:25px;
	height: 								30px;
	float: 									left;
	text-align: 							center;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	display: table-cell;
}

#menue ol li a {
min-width:50px;
	width:auto !important;
	width:25px;
	font-weight: 							bold;
	text-decoration: 						none;
	height: 								29px;
	display: 								block;
	margin-top: 							0px;
	margin-bottom: 							0px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
	white-space:nowrap;
	
	line-height:25px;
	vertical-align: middle;
	color: #202020;
	
}
#menue li .norm:link {
	background-image:url(../images/menue_bg.gif);
	
}
#menue li .norm:visited {
	background-image:url(../images/menue_bg.gif);
	
}
#menue li .norm:hover {
	background-image:none;
	background-color:#efefef;
	height:31px;
}
#menue li a.norm_active {
    background-image:none;
	background-color:#efefef;
	height:31px;
}
a:link, a:visited{
	color: #5a5a5a;
	
	text-decoration:none;
}
a:hover, a:active{
	color: #5a5a5a;

	text-decoration:underline;
}

#right{
	float:right;
}
.mb15{
	margin-bottom:15px;
	margin-left:15px;
}

#navi_out{
	position:absolute;
	
	width:906px;
	text-align:right;
}