/*  # = ID, . = Klasse  sanftes gelb: #FFFFE3, sanftes blau: #EBFAFF, helles grau: #E8E6E6*/

/* Allgemeiner Teil */

BODY
{
	background-color: #FFFFE3;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	margin-left: 10px;

	/*topmargin="5" leftmargin="5" rightmargin="5" marginwidth="0" marginheight="0"*/
}

H2
{
	color:  black;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	margin-bottom: -10px;
}

H3
{
	color:  black;
	font-size: 9pt;
	font-family: Verdana, sans-serif;
	font-weight: light;
	margin-bottom: 0px;
}

input, textarea
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}


hr
{
/*	background-color:#ff0000; /* Mozilla 1.4 */
	color: #e3e3e3; /* IE 6 */
	height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}


/* Link-Handling */
a:active
{
	color:#666666;
	text-decoration:none
}
a:link
{
	color:#000000;
	text-decoration:none
}
a:hover
{
	color:#000000;
	/* background-color:#cccccc;*/
	text-decoration:none;
	font-weight: bold;
}
a:visited
{
	color:#000000;
	text-decoration:none
}

/* Buttons */
.button
{
	color: #ff0000;
	border: 1px solid #cccccc;
	padding: 0;
	margin:	0;
	background-color: #e3e3e3;
	cursor:	pointer;
	font-size:12px;
}

/* Labels */
.label
{
	border: 1px solid #FFFFFF;
	background-color: #F4F4F4;
	padding: 2px;
}

/* Tabellen-Zeilen hervorheben */
.hilight
{
	background-color: #E8E6E6;
}

/* Header mit Logos */
.headtable
{
 	border: 1px solid black;
	font-family: Arial, sans-serif;
	width: 750px;
	margin-top: 10px;
	background-color:#ffffff;
	align: center;
}

/* Navigation im Header rechts */
.headnav
{
	background-color:#EBFAFF;
	font-size: 8pt;
	padding: 5px;
	width: 150px;
}

/* Haupt Navigationsleiste */
.navtable
{
 	border: 1px solid black;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	margin-top:5px;
	background-color:#EBFAFF;
	width: 750px;
}

/* Spalten Definitionen für allg. Verwendung */
.spalte1
{
	width: 189px;
}

.spalte2
{
	/* Breite = Breite HeadTable - Spalte1 - Spalte2 */
	width: 407px;
}
.spalte3
{
	width: 189px;
}

.spalte1und2
{
	width: 596px;
}

.titelspalte
{
	width: 750px;
	/*background-color:#EBFAFF;*/
	background-color: #e3e3e3;
	border-bottom: solid 1px black;
}

/* Content */
.conttable
{
 	border: 1px solid black;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	margin-top:5px;
	background-color:#ffffff;
	width: 750px;
}

/* Change Log last Updates */
.changetable
{
 	border: 0px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	margin-top:5px;
	margin-right:-25px;
	background-color:#ffffff;
	width: 600px;
}

/* Change Log Titel Zeile */
.changelogtitel
{
	background-color: #e3e3e3;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

/* Navigation im Footer (Empfehlungen) */
.footnav
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	background-color:#EBFAFF;
	font-size: 8pt;
	padding: 5px;
	width: 407px;
}

/* Spezielle Klassen für die Seite wir.htm */
.rolfundthalmy
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.renejau
{
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* Klassen & Selektoren für Seite gebietsauswahl.htm */
.CHPic
{
	width: 730px;
	height: 476px;
	border: 0px;
}

.orttable
{
 	border: 0px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	margin-top:5px;
	background-color:#ffffff;
	width: 700px;
}

.sidetable
{
 	border: 0px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	margin-top:5px;
	background-color:#ffffff;
	width: 300px;
}

.suchspalte1
{
	width: 189px;
}

/* Klassen für die TabSteuerung */
.Tab
{
	color: #ff0000;
	border: 1px solid #cccccc;
	padding: 0;
	margin:	0;
	background-color: #e3e3e3;
	cursor:	pointer;
	font-size:12px;
}

.darkTab
{
	color:  #e3e3e3;
	border: 1px solid #cccccc;
	padding: 0;
	margin:	0;
	background-color: #cccccc;
	cursor:	pointer;
	font-size:12px;
}