/*
1. body
2. inhaltselemente
3. links
4. layout
*/

/*########################################*/
/*1. body*/
BODY {
	margin: 0px;
	background-color: #d58d9b;
	background-image : url(bilder/layout/backgrnd.jpg);
	background-repeat : repeat; 
	color: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;	
}



/*########################################*/
/*2. inhaltselemente*/

div { 
	margin: 0px;
}

.text {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: normal;
	line-height: 16px;	
}
.textweiss {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: normal;
	line-height: 16px;	
}

.titel {
	font-size: 14px;
	font-weight: bold;
	color: #8D6681;
}

.maintext { margin-top: 14px; }

.textkl { font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; line-height: 14px; }

.0900-box { text-align: center; }
.haupttitel { font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 18px; color: #8D6681; text-align: center; font-weight: normal; }
.untertitel { font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 14px; color: #8D6681; text-align: center; font-weight: normal; }
.preisangabe { font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 9px; color: white; text-align: center; font-weight: normal; width: 270px; margin: 0 auto; }
.rufnummer { font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 18px; color: white; text-align: center; font-weight: heavy; }

/*########################################*/
/*3. links*/
#rollovermenu {
	padding: 8 0 0 260;
}

#rollovermenu a {
	height: 36px;
	width: 95px;
	display: block;
	float: left;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	padding-top:3px;
	color: #ffffff;	
	border-right: 1px dotted #f0d6da;
}
#rollovermenu a:hover {	
	background-image : url(bilder/layout/1x1.png);
/*	color: #8D6681;*/
color: #BD8495;
}

a {
	text-decoration: underline;
	color: white;
	font-weight: normal;
}
a:hover{
	text-decoration: none;
	color: white;
}

a.txt {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a.txt:hover{
	text-decoration: underline;
	color: #ac2e10;
}

a.ftr {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
a.ftr:hover{
	text-decoration: underline;
	color: white;
}

/*########################################*/
/*4. layout*/
#hauptBox {
	width: 100%;
	vertical-align: bottom;
/*	 background-image: url(bilder/layout/backgrnd.jpg); background-position: center bottom; background-repeat: repeat;  */
}

#linkeSpalte {
/*	background-image: url(bilder/layout/backgrnd.jpg); background-repeat: repeat; background-position: right top;  */
}
#rechteSpalte {
/*	background-image: url(bilder/layout/backgrnd.jpg); background-repeat: repeat; background-position: left top; */
}

#hauptSpalte {
	width: 1000px;
/*	background-image: url(bilder/layout/backgrnd.jpg); background-repeat: repeat; background-position: left top; */
}
#hauptSpalteNavi {
	width: 1000px; height: 58px;
	background-image: url(bilder/layout/naviback.png); background-repeat: no-repeat; background-position: center top; 
}

#contentBox {
	background-image: url(bilder/layout/contentmitte.jpg); background-repeat: repeat-y; background-position: top; 
}

#contenDreiSpalter {
	width: 915px;
}
#contenDreiSpalterTD {
	width: 305px;
	height: 377px;
}

#contenDreiSpalterTD img {
border: solid 1px #8D6681;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
box-shadow: 1px 1px 1px pink;
}

#footerBox {
	margin: 0 0 0 0;
	color: white;
}

.trenner { padding-bottom: 4px;
}
