/*
1. body
2. inhaltselemente
3. links
4. layout
*/

/*########################################*/
/*1. body*/
BODY {
	margin: 0px;
	background-color: #fffcf2;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	background-image : url(bilder/backgrnd_global.jpg);
	background-repeat : repeat-x;
	background-position : top;
}

/*########################################*/
/*2. inhaltselemente*/
h1 {
	font-size: 18px;
	color: #c6371b;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #97230c;
	font-weight: normal;
	margin: 0 0 0 0;
}

h3 {
	font-size: 18px;
	color: #c6371b;
	font-weight: normal;
	margin: 0 0 0 0;
}

.text .hinweis .rufnummer {
	color: #000000;
	font-weight: normal;
	line-height: 14px;	
}
.text {
	font-size: 12px; 
}
.hinweis {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10 0;
}
.rufnummer {
	font-weight: bold;
	font-size: 14px;
}

/*########################################*/
/*3. links*/
#rollovermenu {
	margin-bottom: 20px;
}

#rollovermenu a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	height: 18px;
	width: 147px;
	padding: 0 0 0 13;
	margin: 0 0 0 18;
	display: block;
	float: left;
	background-image: url(bilder/navi-button.jpg);
	background-position: 0px -18px;
	background-repeat: no-repeat;
}
#rollovermenu a:hover {	
		color: #c6371b;
		background-position: 0px 0px;
		}
#rollovermenu a.aktiv {background-position: 0px 0px;}

a.txt {
	text-decoration: underline;
	color: #c6371b;
	font-weight: bold;
}
a.txt2 {
	text-decoration: none;

	color: #000000;
	font-weight: normal;
}
a.txt3 {
	text-decoration: underline;

	color: #000000;
	font-weight: normal;
}
a.txt:hover{
	text-decoration: none;
	color: #c6371b;
	background-color: #ffffff;
}

/*########################################*/
/*4. layout*/
#SpalteLinks {
	background-image: url(bilder/backgrnd_links.jpg); background-repeat: no-repeat; background-position: right top;
}

#SpalteRechts {
	background-image: url(bilder/backgrnd_rechts.jpg); background-repeat: no-repeat; background-position: left top;
}

#SpalteMitte {
	width: 800px;
}

#ContentBox {
	width: 800px; height: 76px; 
	background-image: url(bilder/header-2.jpg); background-repeat: no-repeat; background-position: top; 
	vertical-align: top;
}

#NavContainer {
	width: 182px; 
	float: left; 
	background-color: #fffcf2;
}
/*#NavContainer {
	width: 182px; 
	padding-top: 12px; 
	float: left; 
	border: 1px solid #c6371b; 
	background-image: url(bilder/navi_bottom.jpg); background-repeat: no-repeat; background-position: bottom; background-color: #fffcf2;
}*/

#MenuContainer {
	width: 182px; 
	padding-top: 12px; 
	margin: 0 0 12 0;
	float: left; 
	border: 1px solid #c6371b; 
	background-image: url(bilder/navi_bottom.jpg); background-repeat: no-repeat; background-position: bottom; background-color: #fffcf2;
}

#BannerContainer {
	width: 182px;
	padding-top: 12px;
	float: left;
	border: 1px solid #c6371b;
	background-image: url(bilder/navi_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fffcf2;
	text-align: center;
}

#InhaltsContainer {
	width: 550px; 
	float: left; 
	margin-left: 8px; 
	border: 1px solid #c6371b; 
	background-image: url(bilder/navi_bottom.jpg); background-repeat: repeat-x; background-position: bottom; background-color: #fffcf2;
}


#InhaltsBox2 {
	width: 780px; 
	float: center; 
	margin-left: 16px; 
	border: 1px solid #c6371b; 
	background-image: url(bilder/navi_bottom.jpg); background-repeat: repeat-x; background-position: bottom; background-color: #fffcf2;
}

#LuderBox {
	background-color: #fdf4d5; 
	margin-top: 14px; margin-bottom: 14px; 
	border: 1px solid #f6d7d1; 
	padding: 7px;
}

#LuderFoto {
	float: left; margin: 0 6 6 0; border: 1px solid #f6d7d1;
}