/* BODY
-------------------------------------------------------------------- */
BODY{
   FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif;
   FONT-SIZE: 0.8em;
	color: #003366;
	MARGIN-TOP: 0;
	MARGIN-LEFT: 0;
	MARGIN-RIGHT: 0;
	MARGIN-BOTTOM: 0;
	padding: 0;
	text-align: center;
	background-color: #f5eedb;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-x;
	line-height: 1.3em;
}

/* FORMULARELEMENTE
-------------------------------------------------------------------- */
FORM{
	COLOR: #003366;
	padding: 0;
	margin: 0;
	width: 560px;
}
FORM.suche{
	background: none;
	border: 0;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	width: 245px;
}
FORM.suchfeld{
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	width: 160px;
}
LABEL{ width: 190px;	float: left; font-weight: bold; font-size: 85%;}
RADIO{ COLOR: #003366; }
INPUT{
	font-family: Verdana; font-size: 90%;
	border: 1px solid #FFFFFF;
	background-color:#f5eedb;
	background-image: url(images/innershadow.gif);
	COLOR: #003366;
	width: 300px;
	height: 24px;
	padding: 2px;
	margin-bottom: 2px;
}
INPUT.zweihundert{ width: 230px; }
INPUT.plz{ width: 66px; }
INPUT.ohne_rahmen{
	border-width:0;
	background-color:#f5eedb;
   COLOR: #003366;
	width: 15px;
	height: 15px;
	background-image: none;
}
INPUT.button{
	background-color: #f9f7ef;
	background-image: url(images/bg-button-300.gif); 
	background-repeat: no-repeat; 
	border: none;
   COLOR: #cc0000;
	height: 37px;
	cursor:pointer;
	margin: 10px 0 0 12px;
	font-weight: bold;
	font-size: 120%;
}
SELECT{
	font-family: Verdana; font-size: 90%;
	border: 1px solid #FFFFFF;
	background-color:#f5eedb;
	background-image: url(images/innershadow.gif);
   COLOR: #003366;
	width: 300px;
	padding: 2px;
	margin-bottom: 2px;
}
SELECT.hundert{ width: 140px; }
SELECT.zweihundert{ width: 200px; }
textarea{
	font-family: Verdana; font-size: 90%;
	border: 1px solid #FFFFFF;
	background-color:#f5eedb;
	background-image: url(images/innershadow.gif);
   COLOR: #003366;
	width: 300px;
	padding: 2px;
}
span.pflicht {color: #00ccff;}
fieldset {
	border: 1px solid #e5d9bf;
	padding: 5px;
	position: relative;
	line-height: 1.5;
}
legend {
   font-size: 120%;
	font-weight: bold;
	padding: 2px;
   COLOR: #003366;
	line-height: 1.3;
}
.invalidInput{
	float: right;
	margin-right: 4px;
}
.invalidInput input{ border: 1px solid #e7dabc; }
.invalidInput textarea{	border: 1px solid #e7dabc; }
.validInput{ float: right;	margin-right: 4px; }
#kontaktformular label{ clear: both; }
#meldung_formular { font-weight: bold; background-color: #5c8ae6;}
#meldung_formular p { color: #e7dabc; padding: 5px;}

/* TABELLEN
-------------------------------------------------------------------- */
TABLE{
    FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif
}
TABLE.formrahmen{
    Background: #e7dabc;	
}
TABLE.hell{
    Background: #f9f6ef;	
    FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif
}
TABLE.mittel{
    Background: #ebe3ce;	
    FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif
}
TR{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif
}
TR.farbig{
    Background: #e7dabc;	
    FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif
}
TR.mittel{
    Background: #ebe3ce;	
    FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif;
}
TR.hell{
    Background: #f9f6ef;	
    FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif
}
TH{
    FONT-SIZE: 26pt;
    COLOR: #001c38;
    FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif
}
TD{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif;
	color: #003366
}
TD.mittel{
    Background: #ebe3ce;	
    FONT-SIZE: 10pt;
    FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif;
	color: #003366
}
TD.farbig{
    FONT-SIZE: 10pt;
    Background: #e7dabc;
    FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif;
	color: #003366
}

/* ALLGEMEINE FORMATIERUNGEN
-------------------------------------------------------------------- */
li{ color: #003366;	list-style-image:url(images/anstrich-li.gif); }
P{
	FONT-SIZE: 100%;
	FONT-FAMILY: Georgia, Geneva, Helvetica, sans-serif;
	color: #003366;
	line-height: 1.5em;
}
P.klein{	FONT-SIZE: 80%; color: #003366; }
P.abschluss{ FONT-SIZE: 80%; COLOR: #001c38; }
A{
	FONT-SIZE: 100%;
   COLOR: #cc0000;
	text-decoration: none;
}
A:hover{ COLOR: #001c38; text-decoration: none; }
A.klein{ FONT-SIZE: 80%; }
a.noborder:hover { border: 0; text-decoration: none; }
hr{ width: 100%; color: #e7dabc; height: 1px; border: 0; }

/* NAVIGATION
-------------------------------------------------------------------- */
#nav {
	width: 220px;
	margin: 0 auto;
	padding: 0;
}
#nav ul {
	list-style: none;
	margin: 20px 0;
	padding: 0px;
	width: 100%;
}
#nav li {
	list-style-image:none;
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border-bottom: 1px solid #ebe1ca;
}
#nav li a {
	font-size: 160%;
	font-weight: normal;
	display: block;
	color: #003366;
	text-align: left;
   padding: 0 0 0 20px;
   margin: 0px;
	letter-spacing: 0em;
	border: 0;
   text-decoration: none;
}
#nav li a:hover {
	text-decoration: none;
	border: 0;
	color: #cc0000;
	background-image: url(images/bg-naviOn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav li a.aktiv {
	text-decoration: none;
	border: 0;
	color: #cc0000;
	background-image: url(images/bg-naviOn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav li.nav2 {
	background-image: none;
}
#nav li.nav2 a {
	font-size: 100%;
	font-weight: normal;
	display: block;
	color: #003366;
	text-align: left;
   padding: 0;
   margin: 0 0 0 30px;
	letter-spacing: 0em;
	border: 0;
   text-decoration: none;
}
#nav li.nav2 a:hover {
	text-decoration: none;
	border: 0;
	color: #cc0000;
	background-image: none;
}
#nav li.nav2 a.aktiv {
	text-decoration: none;
	border: 0;
	color: #cc0000;
	font-weight: bold;
	background-image: none;
}

#nav li.nav3 {
	background-image: none;
	padding: 0px 0px 0px 20px;
}
#nav li.nav3 a {
	font-size: 80%;
	font-weight: normal;
	display: block;
	color:#003366;
	text-align: left;
   padding: 0px;
   margin: 0px 0px 0px 20px;
	letter-spacing: 0em;
	border: 0;
   text-decoration: none;
}
#nav li.nav3 a:hover {
	text-decoration: none;
	border: 0;
	color: #cc0000;
}
#nav li.nav3 a.aktiv {
	text-decoration: none;
	border: 0;
	color: #003366;
}

/* RAHMEN
-------------------------------------------------------------------- */
#rahmen{
	width: 870px;
	margin: 0 auto;
	padding: 0;
}

/* HEADER
-------------------------------------------------------------------- */
#topnavi{
	width: 870px;
	height: 25px;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
	color: #FFFFFF;
}
#topnavi a {
	font-family: Arial, Verdana;
	font-size: 80%;
	font-weight: bold;
	padding: 4px 10px;
	color: #FFFFFF;
}
#topnavi a:hover { background-color: #003366; }
#header{
	width: 870px;
	height: 125px;
	margin: 1px 0 0 0;
	padding: 0;
	text-align: left;
	color: #003366;
}

/* INHALTSBEREICH
-------------------------------------------------------------------- */
#content {
	width: 870px;
	padding: 0;
	margin: 0;
	text-align: left;
}
#links {
	width: 234px;
	margin: 0;
	float: left;
	background-color: #e5d9bf;
	border: 3px solid #FFFFFF;
}
#inhalt{
	width: 600px;
	min-height: 255px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	text-align: left;
	float: right;
}
h1{
	color: #001c38; 
	font-size: 170%;
	font-weight: normal;
	margin: 5px 0 15px 0;
	padding: 3px 0;
}
#inhalt h2{
   font-size: 140%;
	color: #003366; 
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}
#inhalt h3{
   font-size: 120%;
	color: #003366; 
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#inhalt h4{
   font-size: 100%;
	color: #FFFFFF; 
	font-weight: bold;
	margin: 2px 3px;
	padding: 0px;
}
#inhalt ul li h3 {
	border: none;
	font-weight: normal;
}
ul li h3 a{
   COLOR: #cc0000;
}

/* NOPRINT BEREICH
-------------------------------------------------------------------- */
div.noprint { display: none; }

/* SUCHE
-------------------------------------------------------------------- */
#suche form{
	background: none;
	border: none;
}
#suche .buttonsuche{
	background-image: url(images/bg-button.jpg);
	background-repeat: repeat-x;
   COLOR: #FFFFFF;
	width: auto;
	height: 25px;
	font-weight: bold;
	border: none;
}
INPUT.suche{ width: 200px; }
INPUT.suchebutton{
	width: 20px;
	background-color:#ffffff;
	background-image: url(images/suche.gif);
	background-repeat: no-repeat;
	border: 0;
}
#suchergebnis p { font-size: 80%; }
span.highlight { font-weight: bold; color: #00ccff; }

#suchfeld { width: 190px; margin: 10px 0 0 0; float: right; }
#suchfeld form{ width: 190px; margin: 0; padding: 0; }
INPUT.suchfeld{
	width: 155px;
	height: 20px;
	background-image: none;
	border: none;
	background-color: #001c38;
	color: #FFFFFF;
}
INPUT.suchfeldbutton{
	background-color: #003366;
	width: 25px;
	background-image: url(images/suche.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border: none;
	margin: 0 0 0 2px;
	padding: 0;
}

/* KONTAKT
-------------------------------------------------------------------- */
.kontaktbox{
	width: 140px; 
	float: left; 
	background-image: url(images/anstrich.gif); 
	background-repeat: no-repeat; 
	background-position: 0 5px;
	padding-left: 15px;
}
a:hover.autor { border: 0px; }
form p { margin-bottom: 5px; }

/* FOOTER
-------------------------------------------------------------------- */
#footer {
	width: 100%;
	height: 40px;
	margin: 20px 0 10px 0;
	padding: 0;
   background: #d8c9a8;	
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
}
#footer-inhalt {
	margin: 0 auto;
	width: 870px;
	padding: 10px 0 5px 0;
}
#footer p {
	font-size: 85%;
	font-weight: bold;
	color: #003366; 
	text-align: left;
	margin: 0px;
	padding: 0;
}
#footer a{ 
	color: #003366; 
}
#footer a:hover{
	color: #003366; 
	border: 0;
	background: none;
	text-decoration: underline;
}

/* IE7 PROBLEME
-------------------------------------------------------------------- */
*html input{ height: 22px; }
*html #footer { width: 900px; }
*html select {	margin-right: 4px; }
*html fieldset {
	margin-top: 15px;
	margin-bottom: 15px;
}
*html fieldset legend {	float: left; position: relative; margin-top: -1.5em;}
*html #suche .buttonsuche{ height: 22px; }
