29@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height:100%;
	min-height:100%;
}

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
	height:100%;
	min-height:100%;
}

.body_start 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	background-color: #005088;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
	height:100%;
}

div
{
	font-size:1.0em;
}

/* HEADER ---------------------------------------------------------- */

#header
{
	background-image: url(../img/bg_fluss.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:250px;
	width:900px;
	padding-top: 20px;
	float: left;
}

#bg_header
{
	background-image: url(../img/bg_oben.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color: #92be08;
	height:280px;
	width: 350px;
	margin-top:5px;
	float:right;
	overflow:visible;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:3px solid black;
	border-bottom:3px solid black;
}
/* ----------------------------------------------------------------- */

#rahmen
{
	width:920px;
	float: auto;
}

#bodyheader
{
	height:10px;
	width:900px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}

#content
{
	background-image:url(../img/bg_content.gif);
	background-repeat: no-repeat;
	background-position:center;
	background-color: #92be08;
	width:600px;
	min-height: 500px;
	margin-left:30px;
	float:left;
	padding: 10px;
	padding-top: 35px;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:3px solid black;
	border-bottom:3px solid black;
	overflow:visible;
}

#infos
{
	width: 200px;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:3px solid black;
	border-bottom:3px solid black;
	text-align:left;
	padding: 5px;
	background-color:#93c31f;
}

/* Nur für IE 6.0 */ 
 *html #content { 
    margin-left: 10px;
	height: 450px;
 	}

#sponsoren
{
	padding-top: 58px;
	padding-left: 15px;
	text-align: center;
	min-height: 500px;
	width:220px;
	float:left;
}

/* Nur für IE 6.0 */ 
 *html #sponsoren { 
    	padding-top: 28px;
	padding-left: 17px;	
 	}

#sponsoren_img
{
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:3px solid black;
	border-bottom:3px solid black;
}

/* Text --------------------------------------------------------- */
p 
{
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #176493;*/
	color: #005088;
	margin-top: 0em;
	padding-bottom:1.2em;
	padding-top:0em;
	font-size: 12px;
}

p1 { color: #03f; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: normal; margin-top: 0; padding-top: 0 }
p2 { color: #f00; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: normal; margin-top: 0; padding-top: 0 }
p3 { color: #09a02f; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: normal; margin-top: 0; padding-top: 0 }
pre 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.4em;
}

strong
{
	line-height: 2.0em;	
}

h1 
{
	color: #666666;
	font-weight: bold;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding-bottom:0em;
	padding-top:0em;
	font-size: 15px;
}

h2 
{
	color: #666666;
	font-weight: bold;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0.2em;
	padding-bottom:0em;
	padding-top:0em;
	font-size: 11px;
}

h3 
{
	color: #380142;
	font-weight: bold;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 0em;
	margin-bottom: 1em;
	padding-bottom:0em;
	padding-top:15px;	
}

.footer_text
{
	color: #FFFFFF;
	margin-top: 0em;
	padding-bottom:0em;
	padding-top:0em;
}

.blue_text
{
	color: #005088;
}

.red_text
{
	color: #CE0000;
}

.green_text
{
	color: green;
}

.dateK
{
	font-size: 9px;
	text-align:left;
}

.partner
{
	line-height: 3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #92be08;	
}

/* -------------------------------------------------------------- */
/* Links -------------------------------------------------------- */
a			{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
	line-height: 2em;
}
a:link 		{ text-decoration: none; color: #005088; font-weight:bold; line-height: 2.0em;}
a:visited 	{ text-decoration: none; color: #005088; font-weight:bold; line-height: 2.0em;}
a:hover 	{ text-decoration: underline; color: #005088; font-weight:bold; line-height: 2.0em;}
a:active	{ text-decoration: underline; color: #005088; font-weight:bold; line-height: 2.0em;}
a:focus 	{ text-decoration: underline; color: #005088; font-weight:bold; line-height: 2.0em;}
/* -------------------------------------------------------------- */
/* Navigation --------------------------------------------------- */
#nav
{
	width:150px;
	height:185px;
	margin-top: 24px;
	margin-left:10px;
	float:left;
	overflow:visible;
}

#nav a.navlink
{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: black;	
	margin-left: 10px;
}

a.navlink:link, a.navlink:visited, a.navlink:hover, a.navlink:active, a.navlink:focus { text-decoration: none;}

/* -------------------------------------------------------------- */
/* FOOTER ------------------------------------------------------- */
#footer {
	height:20px;
	width:200px;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	padding-top: 1px;
	padding-left: 35px;
	font-size: 10px;
}

.footerLink a			{ text-decoration: none; color: #FFFFFF; font-weight:normal;}
.footerLink a:link 		{ text-decoration: none; color: #FFFFFF; font-weight:normal;}
.footerLink a:visited	{ text-decoration: none; color: #FFFFFF; font-weight:normal;}
.footerLink a:hover 	{ text-decoration: underline; color: #FFFFFF; font-weight:normal;}
.footerLink a:active	{ text-decoration: underline; color: #FFFFFF; font-weight:normal;}
.footerLink a:focus 	{ text-decoration: underline; color: #FFFFFF; font-weight:normal;}
/* ------------------------------------------------------------- */
/* FORMS ------------------------------------------------------- */
.button    	   
{ 
	color: #00A8E6; 
	font-size: 10px; 
	font-family: Verdana, Helvetica, Arial; 
	font-weight: normal; 
	text-decoration: none; 
	background: white; 
	width: 70px; 
	border-style: groove; 
	border-width: 1px; 
	border-color: #fff #000 #000 #fff; 
}

.txtField      
{ 
	width:300px;
	height:100px;
	background: red;
}

.cmbBox		   
{
	 color: black;
	 font-size: 8pt; 
	 font-family: Verdana, Arial; 
	 background-color: #92be08;
	 border: thin 1px;
	 border-color: #00a8e6;
	 width: 254px;
}

.chbBox		    
{
	background-color: #525252;
}

.txtText
 { color: #005088; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: transparent; height: 150px; overflow: auto; border-width: 0 }
   

fieldset 
{
	padding: 1em;
	margin-bottom: 0.5em;
	border-width: thin;
}

label 
{
	font-size: 12px;
	font-weight: bold;
}
.form-row 
{
	clear: both;
	padding: 0.5em;
}

.field-label 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
}

.field-widget 
{

}
.panel 
{
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}

.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.optional {
	width: 250px;
	border: 1px solid #00A8E6;
	background: none;
}
select.optional { background: transparent; width: 200px; border: solid 1px #00a8e6 }
input.required, textarea.required {
	width: 250px;
	border: 1px solid #00A8E6;
	background: none;
}
input.validation-failed, textarea.validation-failed {
	width: 250px;
	font-size; 9px;
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	width:245px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : white;
	font-weight: normal;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}


/* ------------------------------------------------------------- */
/* AUFLISTUNG -------------------------------------------------- */
.cell 
  { font-size: 11px; font-weight: normal }
  
.blue_cell
{
	font-size: 11px;
	color: #005088;
}
.listzeile1 
    { background-color: #80a52d; height: 12px }

.listzeile2
   { height: 12px }

.listLink a			  { color: #176493; text-decoration: none }
.listLink a:link 		 { color: #176493; font-weight: normal; text-decoration: none }
.listLink a:visited	 { color: #176493; font-weight: normal; text-decoration: none }
.listLink a:hover 	 { color: #176493; font-weight: normal; text-decoration: underline }
.listLink a:active	 { color: #176493; font-weight: normal; text-decoration: underline }
.listLink a:focus 	 { color: #176493; font-weight: normal; text-decoration: underline }
/* -------------------------------------------------------------- */

