/*
1. body
2. inhaltselemente
3. links
4. layout
*/

/*########################################*/
/*1. body*/
BODY {
	margin: 0px;
	background-color: #000000;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

/*########################################*/
/*2. inhaltselemente*/
h1 {
	font-size: 18px;
	color: #c6371b;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #97230c;
	font-weight: normal;
}


.text {
	font-size: 12px;
	color: white;
	font-weight: normal;
	line-height: 14px;
}

.titel {
	font-weight: bold;
	font-size: 14px;
}

.hinweis {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10 0;
	color: white;
	line-height: 14px;
}
.rufnummer {
	font-weight: bold;
	font-size: 14px;
	color: white;
	line-height: 14px;
}
.darktext {
	color: #3E2F2B;
	font-size: .6em;
}

.bild-rechts {
float: right; 
margin-top: 10px; 
margin-bottom: 5px;
}

/*########################################*/
/*3. links*/
#rollovermenu {
	margin-top: 20px;
	
	background-image: url(bilder/pixel-dark.gif);
}

#rollovermenu a.drei {
	font-size: 14px;
	font-weight: normal;
	color: #5d4c42;
	text-decoration: none;
	margin: 0 0 3 9;	
	padding: 0 0 0 40;
	display: block;
	/*float: left;*/
	background-image: url(bilder/navi-knopf3.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
#rollovermenu a.drei:hover {
	color: #8d4b39;
	background-position: 0px -17px;
}
#rollovermenu a.drei.aktiv {
	background-position: 0px 0px;
	color: #6a1805;
}
#rollovermenu a.zwei {
	font-size: 14px;
	font-weight: normal;
	color: #5d4c42;
	text-decoration: none;
	margin: 0 0 3 27;	
	padding: 0 0 0 40;
	display: block;
	/*float: left;*/
	background-image: url(bilder/navi-knopf2.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
#rollovermenu a.zwei:hover {
	color: #8d4b39;
	background-position: 0px -17px;
}
#rollovermenu a.zwei.aktiv {
	background-position: 0px 0px;
	color: #6a1805;
}

a {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
	color: #8F301E;
/*	background-color: #8F301E;*/
}

 a.mehr {
	font-size: 12px;
	font-weight: normal;
	color: #5d4c42;
	text-decoration: none;
	margin: 0 5 0 0;
	padding: 2 0 0 40;
	/*display: block;
	float: left;*/
	background-image: url(bilder/navi-knopf3.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
 a.mehr:hover {
	color: #8d4b39;
	background-position: 0px -17px;
}

a.txt {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
a.txt:hover{
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

a.titel {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
a.titel:hover{
	text-decoration: none;
	color: #8F301E;
/*	background-color: #8F301E;*/
}

a.impressum {
	color: #3E2F2B;
	font-size: .6em;
	text-decoration: none;
}
a.impressum:hover{
	text-decoration: underline;
}

/*########################################*/
/*4. layout*/
#zentralDiv {
	width: 100%; height: 100%;
	padding-top: 14px;
}

#zentralTab {
	width: 740px;
}

#naviSpalte {
	vertical-align: top;
}

#naviBox {
	width: 200px;
	background-image: url(bilder/navi-backgrnd.jpg); background-repeat: repeat-y; background-position: top;
}

#contentSpalte {
	padding-top: 10px;
	vertical-align: top;
}

#anzeigenContainer {
	width: 530px;
	margin: 0 0 10 9;
	border: 1px solid #3a2a02;
	background-image: url(bilder/content-backgrnd.jpg); background-repeat: no-repeat;
	background-position: top; 
	background-color: #351604;
}

#anzeigenContainer3 {
	width: 530px;
	height: 677px;
	margin: 0 0 10 9;
	border: 1px solid #3a2a02;
	background-image: url(bilder/navi-backgrndXXX.jpg); background-repeat: no-repeat;
	background-position: top; 
	background-color: #351604;
}

#anzeigenContainer2 {
	margin: 10 5 5 5;
/*	text-align: justify;*/
	overflow: auto;
}

#anzeigenFoto {
	float: left; margin: -10 10 10 -5;
}

#addcontainer {
	padding: 15 0 0 0;
}

#telefonnummer {
	font-size: 14px; font-weight: bold;
}

#hinweistext {
	font-size: 9px;
}

#anzeigenFooter {
	height: 18px;
	background-image: url(bilder/content-footer.jpg); background-repeat: no-repeat;
	background-position: top;
}

#anzeigenFooter2 {
	padding-top: 3px;
}

.footer {
color: white;
padding-left: 205px;
font-size: .8em;
text-align: center;
}
