body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff url(images/header.gif) top repeat-x;
	text-align: justify;
}
		
a:link, a:visited { color: #da2925; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #da2925; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.clean { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_300 { clear: both; width: 100%; height: 300px; font-size: 1px;	}

h1 {
	padding: 3px 0 5px 15px;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #440c0c;
	border-left: 10px solid #da2925;
}

.imgbox {
	float: left;
	margin: 5px 10px 0 0;
	border: 2px solid #404040;
}

.anker a {
	clear: both;
	display: block;
	float: left;	
	font-size: 12px;
	padding-left: 15px;
	text-align: center;
	color: #da2925;
	background: url(images/anker.gif) left center no-repeat;
	text-decoration: none;	
}


#container {
	width: 970px;
	margin: 0 auto;
}

#content_left {
	float: left;
	width: 290px;
	padding: 0 0px;
	background: url(images/banner.gif) top right no-repeat;
}

#content_right {
	float: right;
	width: 600px;
	padding: 0 20px;
}

#title {
	color: #000;
	height: 120px;
	padding: 30px 0 0 0;
	float: right;
	text-align: right;
}

#titel {
	font-family: Verdana, Tahoma, Geneva, sans-serif;	
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	letter-spacing: 0px;
}

#untertitel {
	font-size: 16px;
	padding: 10px;
}


/* menu */

#menu {
	clear: both;
	margin-top: 225px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	margin: 0 15px 15px 10px;
	padding: 0 0 5px 10px;
	border-bottom: 1px dashed #666;
}

#menu ul li a{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	color: #000;
	outline: none;
	padding: 0 0 0 30px;
	background: url(images/menu02.png) left center no-repeat;
}

#menu li a:hover, #menu li .current{
	color: #000;
	background: url(images/menu01.png) left center no-repeat;
}


.service_box {
	clear: both;
	width: 290px;
	height: 80px;
	outline: none;
}

#content_right #top_menu {
	height: 40px;
	text-align: right;
	padding: 30px 20px 0 0;
}

#top_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}

#top_menu ul li {
	list-style: none;
	display: inline;
}

#top_menu ul li a{
	padding: 20px 0 0 0;	
	margin: 0 0 0 20px;
	color: #ffffff;
}

#top_menu ul li .rss {
	padding-right: 35px;
	background: url(images/rss_icon.png) right bottom no-repeat;
}

#content_left #banner {
	clear: both;
	height: 50px;
	padding: 60px 240px 60px 20px;
}

.section {
	clear: both;
	width: 600px;
}

.section p {
	margin-bottom: 10px;
}

/* footer */

#bottom {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #333 url(images/footer.gif) repeat-x;
}

#footer {
	margin: 0 auto;
	width: 970px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;

}

#footer a {
	color: #ffffff;
	font-weight: bold;
}

/* table */

th.gerade {
	background-color: #679ed3;
	color: #FFF;
}
th.ungerade {
	background-color: #76abd8;
	color: #FFF;
}

td.gerade {
	background-color: #eff2ff;
}
td.ungerade {
	background-color: #e8edff;
}

.auswahl {width: 344px;}	

.preis { color: #da2925; text-decoration: none; font-weight: bold; } 
