/* -- ALLGEMEIN -- */
body {
	background-color: #1D0C0C;
	background-image: url(../header/hg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin:0px 0px 0px 0px; padding:0;

	/* Text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	font-weight: normal;
	text-align: left;
	color: white;
}

h1{
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	color: white;
	color:#E1D686;
}

h2{
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	padding-bottom:8px;
	color:#E1D686;
}
h3{
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	padding-bottom:8px;
	color:#E1D686;
}

p {	margin:0; padding:0; }

.textfeld {
	border:1px solid #E1D686;
	width:200px;
	margin-bottom:5px;
}

img { border:0;}

.right {
	float:right;
	margin-left:10px;
	display:block;
}
.left {
	float:left;
	margin-right:10px;
	display:block;
}

a:link, a:visited, a:active, a:focus {text-decoration:none;	color:#E1D686;}
a:hover {text-decoration:underline;	color:#E1D686;}

/* -- ENDE ALLGEMEIN -- */ /* -- DIVs -- */

.browserDiv {
	/* sichtbare Fläche im Browser - notwendig für die Zentrierung */
	width: 100%;
	height: 100%;
}

.gesamtDiv { /* umschliesst den gesamten Inhalt (alle DIVs) der Seite*/
	width: 712px; /* Breite der sichtbaren Seite */
	text-align: left;
	_margin-left:40px;
}

.NaviErsteEbene {
	width: 712px;
	height:36px;
	background-image:url(../header/navi.jpg);
	background-repeat:no-repeat;
	text-align: right;
	padding-left:40px;

}
.mitteDiv {
	float:left;
}
.mitteMitteDiv {
	margin:5px 0px 0px 40px;
	text-align: left;
}
.spacerDiv {
	float:left;
	height:375px;
}

.naviDiv {
	float: left;
	text-align: center;
	margin-top:10px;
}
.naviDivEins {
	float: left;
	width:0px;
	text-align: center;
	height:0px;
	overflow:hidden;
}
a.navi:link, a.navi:visited, a.navi:active, a.navi:focus {
	color:white;
	letter-spacing:1px;
	text-align: center;
	text-decoration:none;
	line-height: 15px;
	padding-right: 17px;
	font-size: 11px;
	line-height:13px;
}
a.naviAktiv:link, a.naviAktiv:visited, a.navi:hover {
	color:#E1D686;
	letter-spacing:1px;
	text-align: center;
	text-decoration:none;
	line-height: 15px;
	padding-right: 17px;
	font-size: 11px;
	line-height:13px;
}

.NaviZweiterEbene {
	text-align:left;
	height:25px;
	margin:11px 0px 0px 0px;
}
.subnaviDiv {
	float: left;
	padding:2px 6px 3px 8px;
	margin-right:4px;
	border:1px solid #E1D686;
}
.subnaviDivEins {
	float: left;
	border:1px solid #E1D686;
	padding:2px 6px 3px 8px;
}
.subnaviDiv:hover {
	float: left;
	border:1px solid #E1D686;
	padding:2px 6px 3px 8px;
	/*background-image: url(../header/icon.gif);*/
	background-repeat: no-repeat;
}
.subnaviDivAktiv {
	float: left;
	border:1px solid #E1D686;
	padding:2px 6px 3px 8px;
	margin-right:4px;
}

#subnaviDivEins{
	float: left;
	border:1px solid #E1D686;
	padding:2px 6px 3px 8px;
	margin-right:4px;
}
a.subNavi:link, a.subNavi:visited, a.subNavi:active, a.subNavi:focus {
	color: white;
	text-decoration: none;
}
a.subNaviAktiv:link, a.subNaviAktiv:visited, a.subNavi:hover {
	color: #E1D686;
	text-decoration: none;
}

.kontakt {
	text-align: left;
	color:#E1D686;
	padding:0px 0px 30px 30px;
	margin:30px 0px 0px 0px;
}


#pic_links_100 { float:left; margin: 0px 10px 3px 0px;}
#pic_links_200 { float:left; margin: 0px 10px 3px 0px;}

#inhalt {
	width: 620px;
	margin:10px 0px 10px 0px;
	text-align: left;
}


.bodenDiv {
	clear:both;
	width: 730px; /* Breite der ganzen Seite */
}
#linksBodenDiv {
	width:60px;
	margin:5px 0px 0px 40px;
	text-align: left;
	float:left;

}
#rechtsBodenDiv {
	width:585px;
	margin:5px 0px 20px 0px;
	text-align: right;
	float:left;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active, a.footer_link:focus {
	color:#6F625B;
	text-decoration: none;
}
a.footer_link:hover {
	color:#E1D686;
	text-decoration: none;
}

.trenner{
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

.subtrenner{
  float: left;
}

/* -- ENDE DIVs -- */

