/* ----------------------------------------------------------------------------------------
Definition für den Body
	- Logo-Hintergrund JKB: orange ffc600
	- Grundfarbe: grau 909090
	- Schriftfarbe: hellgrau c0c0c0
	- Schriftart: Arial
	- Schriftgröße: 10pt
*/
BODY {
	COLOR: #003366;
	FONT-FAMILY: Arial;
	font-size: 10pt;
	BACKGROUND-COLOR: #9EC4F2;
	margin: 0px;
	background-image: url(../images/navi/back-haeuser.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
/* ----------------------------------------------------------------------------------------
Definition für die Haupttabelle
	- Hauptfarbe: blau  004080
	- Schriftfarbe: hellgrau c0c0c0
	- Schriftart: Arial
	- Schriftgröße: 10pt

*/
TABLE.Haupt {COLOR: #c0c0c0; FONT-FAMILY: Arial; font-size: 10pt; BACKGROUND-COLOR: #004080
}
TD.Haupt {
	COLOR: #666666;
	FONT-FAMILY: Arial;
	font-size: 10pt;
	BACKGROUND-COLOR: #004080
}

/* ----------------------------------------------------------------------------------------
Definition für die Balken
	- Hauptfarbe: blau(dunkler)  004070
	- Schriftfarbe: hellgrau c0c0c0
	- Schriftart: Arial
	- Schriftgröße: 10pt
*/

TABLE.Balken {
	COLOR: #666666;
	FONT-FAMILY: Arial;
	font-size: 10pt;
	BACKGROUND-COLOR: #004070
}
TD.Balken {
	COLOR: #333333;
	FONT-FAMILY: Arial;
	font-size: 10pt;
	BACKGROUND-COLOR: #004070
}

/* ----------------------------------------------------------------------------------------
Definitionen für die Überschriften
*/

DIV.Ueberschrift {COLOR: #ffc600; FONT-FAMILY: Arial ; font-size: 13pt; font-weight : bold;BACKGROUND-COLOR: #004070}

DIV.Ueberschrift2 {COLOR: #ffffff; FONT-FAMILY: Arial ; font-size: 11pt; font-weight : bold;BACKGROUND-COLOR: #004080}

DIV.Balken_Ueberschrift2 {COLOR: #ffffff; FONT-FAMILY: Arial ; font-size: 11pt; font-weight : bold;BACKGROUND-COLOR: #004070}


/* ----------------------------------------------------------------------------------------
Definitionen für die Links im Body
*/

A {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
A:link {
	COLOR: #FF0000;
	TEXT-DECORATION: underline
}
A:visited {
	COLOR: #0000CC;
	TEXT-DECORATION: underline
}
A:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: underline
}
A:active {
	COLOR: #c0c0c0; TEXT-DECORATION: none
}
#sidebar1     A:link/* ----------------------------------------------------------------------------------------
Definitionen für die Links im Menue
- ohne Unterstreichung*/

 {
	COLOR: #0033CC;
	TEXT-DECORATION: none;
	font: 0.9em Arial, Helvetica;
	padding: 0px;
	border-left-width: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar1    A:visited {
	COLOR: #0066FF;
	TEXT-DECORATION: none;
	font: 0.9em Arial, Helvetica;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
#sidebar1  A:hover {
	COLOR: #FF0000;
	font: 0.9em Arial, Helvetica;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#sidebar1  A:active {
	COLOR: #003399;
	TEXT-DECORATION: none;
	font: 0.9em Arial, Helvetica;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}


.itemBorder { border: 1px solid black }
.itemText {text-decoration: none; color: #FFFFFF; font: 10pt Arial, Helvetica }

.crazyBorder {border: 1px solid black  }
.crazyText {text-decoration: none; color: #FFFFFF; font: 10pt Arial, Helvetica }
h1 {
	color: #FF9933;
	padding: 0px;
	font-size: 18px;
}
h2 {
	color: #95CAFF;
	font-size: 14px;
}
.copyright {
	font-size: 10px;
}
.bildunterschrift {
	font-size: 0.8em;
	font-style: italic;
	color: #999999;
	text-align: center;
}
.bildrechtsfrei {
	padding-right: 10px;
}

h3 {
	font-size: 14px;
	color: #0093C6;
	margin: 0px;
}
.pfad {
	font-size: 10px;
}
td {
	font-size: 11px;
}

