BODY {
font: 10pt, Arial, sans-serif;
background-color: #0c3b97;
}

form {
	padding: 20px;  /* Abstand des gesamten Formulars vom umgebenden Rand  */
}

h3 {
	font-family : Arial,Helvetica;
	font-size: 20pt; 
	line-height: 24pt;
	color: gray;
}

h4 {
	font-family : Arial,Helvetica;
	font-size: 14pt; 
	line-height: 24pt;
	color: gray;
}

p {
font: 10pt, Arial, sans-serif;
color: #796262;
}


A {
font: 10pt, Arial, sans-serif;
color: #796262;
}


td {
	color: #796262;
	padding: 0px 4px;
	/* border-left: 1px solid #DFDED2; */
	/* border-right: 1px solid #DFDED2; */
	font-family : Arial,Helvetica;
	font-size: 10pt; 
}


.wichtig {
font: 10pt, Arial, sans-serif;
color: maroon;
}

.preis_in_tab {
font: 10pt, Arial, sans-serif;
color: maroon;
font-weight: bold;
}

LI {
font: 10pt, Arial, sans-serif;
color: #796262;
}

A.menu_inaktiv {
font: 10pt, Arial, sans-serif;
color: #796262;
font-weight: bold;
text-decoration: none;
}

A.menu_aktiv {
font: 10pt, Arial, sans-serif;
color: maroon;
font-weight: bold;
text-decoration: underline;
}

A:HOVER {
font: 10pt, Arial, sans-serif;
color: #796262;
font-weight: bold;
text-decoration: underline;
}

.gross_navy {
font: 16pt, Arial, sans-serif;
color: #142853;
}

.gross_blau {
font: 16pt, Arial, sans-serif;
color: #1156a9;
}

.mittel_navy {
font: 12pt, Arial, sans-serif;
color: #142853;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}

input {
	font-family: Courier New, Courier;
	font-weight: bold; 
	font-size:12px;
	/* font-size: 100%;  */
	color:#796262;
	background-color: #f3f0e7;
	margin: 2px 2px 2px 2px;  /* Abstand außen um das Eingabefeld herum */
	padding: 2px ; /* Textabstand zum inneren Rand des Eingabefelds */
	/* Achtung: Input Feld muß ausreichend groß sein, sonst rutscht bei großem Padding
	   der Text aus dem Feld raus  */
	border-width: 1px 1px 1px 1px;
	/* border-style: solid solid solid solid; */
	/* border-style: dotted dotted dotted dotted; */
	/* border-style: outset; */
	letter-spacing: 1pt;
}


select {
	margin: 2px 2px 1px 0;
	padding: 0;
	font-size: 100%; 
	background-color: #f3f0e7;
}


/* Submit button */
.sende01 {
	cursor: pointer;
	font-family : Arial,Helvetica;
	letter-spacing: 0pt;
	border-style: ridge;
}




/*
Mit display: können Sie die Anzeige von Elementen unterdrücken oder die Art der Anzeige festlegen. Folgende Angaben sind möglich:

block = Erzwingt einen Block - das Element erzeugt eine neue Zeile.
inline = Erzwingt die Anzeige im Text - das Element wird im laufenden Textfluss angezeigt.
inline-block = Erzeugt äußerlich einen Block, für den Breite, Höhe und Außenabstand angegeben werden kann, belässt das Element jedoch im laufenden Textfluss - ähnlich einem "inline replaced element" wie img. Dieser Wert wird erst mit CSS 2.1 eingeführt.
list-item = wie block, jedoch mit einem Aufzählungszeichen (Bullet) davor.
run-in = bewirkt, dass das Element kontext-abhängig als Block-Element oder als Inline-Element dargestellt wird.
none = Element wird nicht angezeigt und es wird auch kein Platzhalter freigelassen.

*/

/* Fieldset  */
fieldset {
	margin: 20px 0;
	padding: 15px 10px;
	background-color: #e0d7c8;
	/* border-left: 1px solid #bbb; */
	/* border-right: 1px solid #bbb; */
	overflow: auto;
}

legend {
	padding: 2px 5px;
	color: maroon;
	font-weight: bold;
}

/* Eingebettes Fieldset  */

fieldset fieldset  {
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
}

fieldset fieldset legend {
	font-size: 90%;
}




/* Besondere Felder */

/* Hinweis */
form .hinweis {
	margin: 1.5em 0;
	padding: 3px;
	color: maroon;
	/* background-color:#FFFFCC; */
}


/* IE6 FEHLER BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}

form fieldset {
	position:expression('relative'); /* löst IE-Problem mit fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}

form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* löst IE-Problem mit fieldset+legend boundaries */
	left:expression('.5em');
}

/* Pulldown Menü */

.pulldown {
	/* font-family: Verdana,Arial, Helvetica, sans-serif; */
	color:#515151;
	font-family: Courier New, Courier
	font-size:12px;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
	border: 1px solid #101010;
	background-color: #f3f0e7;
	/* width:250px; */
	height:20px;
	padding:2px;
}

