BODY {
font: 10pt, Arial, sans-serif;
background-color: #0c3b97;
}

p {
font: 10pt, Arial, sans-serif;
color: #796262;
}

A {
font: 10pt, Arial, sans-serif;
color: #796262;
}

TD {
font: 10pt, Arial, sans-serif;
color: #796262;
}

.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;
}

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;
}


/* Submit button */
.sende01 {
	cursor: pointer;
	font-family : Arial,Helvetica;
	letter-spacing: 0pt;
	border-style: ridge;
}

