/* BODY
-------------------------------------------------------------------- */
BODY{
   FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
   FONT-SIZE: 10pt;
	color: #000000;
	MARGIN-TOP: 0;
	MARGIN-LEFT: 0;
	MARGIN-RIGHT: 0;
	MARGIN-BOTTOM: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	line-height: 1.5em;
}

/* FORMULARELEMENTE
-------------------------------------------------------------------- */
FORM{
	COLOR: #000000;
	padding: 5px;
	margin: 0px;
	width: 640px;
}
FORM.suche{
	background: none;
	border: 0;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	width: 245px;
}
FORM.suchfeld{
	background: none;
	border: 0;
	padding: 5px 0 0 0;
	margin: 0 0 0 10px;
	width: 160px;
}
LABEL{ width: 190px;	float: left; }
RADIO{ COLOR: #000000; }
INPUT{
	border: 1px solid #cc0000;
	background-color:#FFFFFF;
	COLOR: #000000;
	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:#FFFFFF;
   COLOR: #000000;
	width: 15px;
	height: 15px;
	background-image: none;
}
INPUT.button{
	background-image: url(images/bg-button.jpg);
	background-repeat: repeat-x;
   COLOR: #FFFFFF;
	width: auto;
	height: 30px;
	font-weight: bold;
	border: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 10px;
}
SELECT{
	border: 1px solid #cc0000;
	background-color:#FFFFFF;
   COLOR: #000000;
	width: 300px;
	padding: 2px;
	margin-bottom: 2px;
}
SELECT.hundert{ width: 140px; }
SELECT.zweihundert{ width: 200px; }
textarea{
	border: 1px solid #cc0000;
	background-color:#FFFFFF;
   COLOR: #000000;
	width: 300px;
	padding: 2px;
}
span.pflicht {color: #dd137b;}
fieldset {
	border: 1px solid #333333;
	padding: 5px;
	background-color: #FFFFFF;
	position: relative;
	line-height: 1.5;
}
legend {
   font-size: 15px;
	font-weight: bold;
	padding: 2px;
   COLOR: #000000;
	line-height: 1.3;
}
.invalidInput{
	float: right;
	margin-right: 4px;
}
.invalidInput input{ border: 1px solid #cc0000; }
.invalidInput textarea{	border: 1px solid #cc0000; }
.validInput{ float: right;	margin-right: 4px; }
#kontaktformular label{ clear: both; }
#meldung_formular { color: #cc0000; font-weight: bold; padding: 5px;}

/* TABELLEN
-------------------------------------------------------------------- */
TABLE{
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif
}
TABLE.formrahmen{
    Background: #cc0000;	
}
TABLE.hell{
    Background: #555555;	
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif
}
TABLE.mittel{
    Background: #333333;	
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif
}
TR{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif
}
TR.farbig{
    Background: #cc0000;	
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif
}
TR.mittel{
    Background: #333333;	
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
TR.hell{
    Background: #555555;	
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif
}
TH{
    FONT-SIZE: 26pt;
    COLOR: #ff6600;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif
}
TD{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000
}
TD.mittel{
    Background: #333333;	
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000
}
TD.farbig{
    FONT-SIZE: 10pt;
    Background: #cc0000;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000
}

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

/* NAVIGATION
-------------------------------------------------------------------- */
#nav { display: none; }

/* RAHMEN
-------------------------------------------------------------------- */
#rahmen{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left;
}

/* HEADER
-------------------------------------------------------------------- */
#header{ display: none; }
#logo_druck{ height: 60px; margin-bottom: 20px; width: 100%; text-align: right; }

/* INHALTSBEREICH
-------------------------------------------------------------------- */
#content {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}
#links { display: none; }
#inhalt{
	width: 100%;
	min-height: 255px;
	margin: 0;
	padding: 0;
	text-align: left;
}
h1{
	FONT-FAMILY: "Arial Narrow", Arial;
	font-size: 140%;
	font-weight: bold;
	color: #333333; 
	margin: 5px 0 10px 0;
	padding: 3px 0;
}
#inhalt h2{
	FONT-FAMILY: "Arial Narrow", Arial;
   font-size: 130%;
	color: #000000; 
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}
#inhalt h3{
   font-size: 120%;
	color: #000000; 
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#inhalt h4{
   font-size: 100%;
	color: #000000; 
	font-weight: bold;
	margin: 2px 3px;
	padding: 0px;
}
#inhalt ul li h3 {
	border: none;
	font-weight: normal;
}
ul li h3 a{
   COLOR: #000000;
}

/* 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: 50px;
	height: 30px;
	font-weight: bold;
	border: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
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: #66cc33; }

#suchfeld { display: none; }

/* 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; }

/* EXTRA BEREICH
-------------------------------------------------------------------- */
#extras { display: none; }

/* FOOTER
-------------------------------------------------------------------- */
#footer { display: none; }

/* 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 #suchfeld { width: 220px; margin: -36px 0 0 680px;}
*html INPUT.suchfeldbutton{ margin: 0 0 2px 2px; background-position: 4px 2px;}
