html { min-height: 101%; 
}

body {
    margin-top:0;
	padding: 0;
	background: #ffffff no-repeat;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
	border-color: #990000;
	border-width: 1px;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
	list-style-image: none;
	list-style-type: none;
}

a:link {
	text-decoration: none;
	color: #009900;
	font-weight: bold;
	cursor: pointer;
	
}

a:hover {
	text-decoration: none;
	color: #00CC00;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #009900;
	font-weight: bold;
}

img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 169px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}
#navi {

	width: 900px;
	padding: 104px 0px 0 0px;
	
	
	
}



/* Content */

#content {
	width: 900px;
	margin: 0px auto;
		
	background: url(images/content_bg.jpg) no-repeat;
}

#colOne {
	float: right;
	width: 115px;
	padding: 5px 0px 0 10px;
}

#colTwo {
	float: right;
	width: 545px;
	padding: 0px 0px 0;
}

#colThree {
	float: right;
	width: 190px;
	padding: 0px;
	margin-right: 5px;
	margin-top: 12px;
	list-style-image: none;
	list-style-type: none;
}

.ro {
	background:  url(images/ro1.jpg) no-repeat right top;
}

.lo {
	background:  url(images/lo1.jpg) top left no-repeat;
}

.ru {
	background:  url(images/ru1.jpg) no-repeat right bottom;
}

.lu {
	background:  url(images/lu1.jpg) bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding:1em 1em 1.5em;
	min-height: 350px 
}

td img {display: block;}

img{border:0px;}
.flt{float:left;}
.menubg{clear:left; background-color:#009900; width:176px;}
.menu{float:left; clear:left; font:bold 11px Helvetica, Arial, sans-serif;}
.menu li {
margin:0px 0px 0px 0px;
	list-style:none;
	}
.menu a, .menu a:visited {
	width:150px;
	height:22px;
	margin:0px 0px 2px -32px;
	position:relative;
	display:block;
	color:#cbe7f5;
	text-decoration:none;
	background:url(images/menubg2.jpg) no-repeat;
	padding:4px 0 0 8px;
	}
*html .menu a, .menu a:visited {
	width:150px;
	height:22px;
	margin:0px 0px 2px -32px;
	position:relative;
	display:block;
	color:#cbe7f5;
	text-decoration:none;
	background:url(images/menubg2.jpg) no-repeat;
	padding:4px 0 0 8px;
	}
.menu a:hover, .menu a:active,
.menu li.current_page_item a, .menu li.current_page_item a:visited  {
	background:url(images/menubg1.jpg) no-repeat;
	text-decoration:none;
	}	
.bot{clear:left;}

/* Anfang Formular */

.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 3px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #000000;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #33CC66;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	
	
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF99;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 200px;
	text-align: center;
	background-color: #009900;
	border: 1px solid #990000;
	float: left;
	color: #FFFFFF;
}



/* Fieldsetbeschriftung */
.formgen legend {
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

/* Ende Formular */

img{border:0px;}
.flt{float:left;}
.menubg{clear:left; background-color:#6FA9C7; width:202px;}
.menu{float:left; clear:left; font:bold 11px Helvetica, Arial, sans-serif;}
.menu li {
margin:0px 0px 0px 0px;
	list-style:none;
	}
.menu a, .menu a:visited {
	width:186px;
	height:22px;
	margin:0px 0px 2px -32px;
	position:relative;
	display:block;
	color:#cbe7f5;
	text-decoration:none;
	background:url(../images/menubg2.jpg) no-repeat;
	padding:4px 0 0 8px;
	}
*html .menu a, .menu a:visited {
	width:186px;
	height:22px;
	margin:0px 0px 2px -32px;
	position:relative;
	display:block;
	color:#cbe7f5;
	text-decoration:none;
	background:url(../images/menubg2.jpg) no-repeat;
	padding:4px 0 0 8px;
	}
.menu a:hover, .menu a:active,
.menu li.current_page_item a, .menu li.current_page_item a:visited  {
	background:url(../images/menubg1.jpg) no-repeat;
	text-decoration:none;
	}	
.bot{clear:left;}

/*menu vertikal*/
#menu14 {
	float: right;
	width: 190px;
	padding: 0px;
	margin-right: 4px;
	margin-top: 10px;
	list-style-image: none;
	list-style-type: none;
	}
	
#menu14 li a {
	height: 26px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 21px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(files/menu15.gif) no-repeat;
	padding: 5px 0 0 10px;
	list-style-image: none;
	list-style-type: none;
	}
	
#menu14 li a:hover {
	color: #333333;
	background:  url(files/menu15.gif)  0 -26px no-repeat;
	padding: 5px 0 0 10px;
	list-style-image: none;
	list-style-type: none;
	}				

img, div, {behavior: url(iepngfix.htc)}