/* CSS Document */

a {	color: #666666;}
a:link {	color:#666666; text-decoration:none; }
a:visited {	color:#666666; text-decoration:none; }
a:hover {	color:#930000; color:#245E79; text-decoration:none; text-decoration:underline;}
a:active {	color:#930000; color:#245E79; text-decoration:none; }
a:focus {	color:#930000; color:#245E79; text-decoration:none; }



.menu { /** Hauptmenue*/
	/**font-family:palatino Linotype, palatino, georgia, serif, times;
	font-size:17px;
	font-weight:bold;*/
	padding:0px;
	margin:0px;
	padding-right:0px;		
	width:760px;
	height:125px;
	text-transform:uppercase;
	background:url(img/bg.jpg) bottom no-repeat;
	background:url(img/bg_welle.jpg) bottom no-repeat;
	/**padding-top:40px;*/
}
.menuelement:link{		color:#231f20; 	border-bottom:0px solid; text-decoration:none;}
.menuelement:visited{	color:#231f20; 	border-bottom:0px solid; text-decoration:none;}
.menuelement:hover{		color:#700112; 	border-bottom:0px solid; text-decoration:none;}
.menuelement:active{	color:#700112; 	border-bottom:0px solid; text-decoration:none;}
.menuelement:focus{		color:#700112; 	border-bottom:0px solid; text-decoration:none;}


.menuframe{ /**submenu*/
	/**background-image:url(img/logo_klein_weiss.jpg) no-repeat bottom;*/
	line-height:1.4;
}
.subheader {	 /** aufzähungen im submenu */
	padding-left:10px; 
	overflow:scroll; 
	overflow:auto;
}
.subheader_link{ margin-bottom:13px; line-height:1.4; border-bottom:dashed 1px; margin-right:20px; text-decoration:none;}
.menu_header { /** Ueberschrift des Subheaders*/
	/**font-family:palatino Linotype, palatino, georgia, serif, times;
	font-style:italic;
	font-size: 17px;*/
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	color:#E1E8E8;
	color:#231f20;
	padding-left:10px;
	margin-bottom:10px;
	margin-bottom:20px;
	/**padding-right:20px;*/
	margin-top:9px;
}

.footer {
	padding:0px;
	margin:0px;
	background-color:#e7f4f9;
	text-align:left;
	padding-left:10px;
	height:50px;
	padding-top:4px;
	width:760px;
	border-bottom:#231f20 0px dashed;
	font-size:10px;
	background:url(img/bg_stripe.jpg) repeat-y bottom;
}

.footer_frame {
	padding:0px;
	margin:0px;
	background:#cfdae0;
	text-align:left;
	padding-left:10px;
	height:50px;
	padding-top:4px;
	width:760px;
	border-bottom:#231f20 0px dashed;
	font-size:10px;
	/**background:url(img/bg_footer.jpg);*/
}

.bildbeschreibung {
	font-size:9px;
	text-align:center;
}

.important{
	/**background-color:#e7f4f9;*/
	border:1px #333333 dashed;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	margin-right:10px;
	
}

/**-------------------*/

body, html, iframe{
	min-height:100%;
	height:100%;
	margin:auto;
}

body,td,th {
	font-family: verdana;
	font-size: 11px;
	color:#231f20;
	line-height: 2.2;
	padding:0px;
	margin:0px;
}


h1 {
	/**font-family:palatino Linotype, palatino, georgia, serif, times;
	font-style:italic;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#930000;
	color:#231f20;
	text-transform:uppercase;
	/**padding-top:15px;*/
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	/**font-family:palatino Linotype, palatino, georgia, serif, times;*/
	font-size:12px;
	/**color:#423d3e;*/
	color:#423d3e;
	text-transform:uppercase;
	margin-top:25px;
	margin-bottom:5px;
}

ul,li {
	list-style-image:url(img/listitem.jpg);
	list-style-position:outside;
}

hr {
	height:0px;
	border:0px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom:#700112 1px dashed;
	border-bottom:1px solid #898989;
}

img {
	border:1px solid #666666;
}
input, textarea{
	margin:0px;
	padding:0px;
	margin-bottom:0px;
}
label{
	margin:0px;
	padding:0px;
	text-align:left; !important
}
