body {
	color: Black;
	background-color: White;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
td {
	border-bottom: 1px solid #6A6A6A;
	border-right: 1px solid #6A6A6A;
	padding: 2px;	
}
table {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	border-top: 1px solid #6A6A6A;
	border-left: 1px solid #6A6A6A;
}
A {
	color: Blue;
}

A:HOVER {
	color: Red;
	text-decoration: none;
}
.menueheader {
	background-color: Red;
	color: white;
	font-weight: bold;
	font-size: 11px;
}
.submenue {
	background-color: #FFA500;
	font-weight: bold;
	padding-left: 10px;
	font-size: 11px;
	color: white;
}
.menue {
	padding-left: 20px;
	font-size: 10px;
}
h1 {
	text-align: center;
	font-size: 13px;
}
.error {
	background-color: red;
	color: White;
	font-weight: bold;
}
hr {
	color: Black;
	text-align: center;
	width: 80%;
	height: 0px;
}
.note {
	font-style: italic;
	font-weight: bold;
}
input,button,textarea,select {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.td_alternate {
	background-color: #DFDFDF;
}
pre {
	font-size:12px;
}

/* ########################################################################### */

/* HEADLINE 2 FUER UEBERSCHRIFTEN DER SPARTEN (Feste,Immobillien,Lage und Klima etc...) */
h2 {
	font-style: italic;
	color: #FF8C00;
	margin-left: 30px;
}
h3 {
	font-style: italic;
	color: black;
	margin-left: 30px;
}
h2.immo {
	margin-left: 0px;
	padding-left: 5px;
	border: 1px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	background-color: #FFFFE0;
	font-size: 15px;
	font-style: normal;
}
.fontfooter {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}