body {
    background-color:#f7f7f8;
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
}
a:link { color: #000000; text-decoration: underline} 
a:active, a:hover { color: #000000; text-decoration: underline}

#container {
	width: 828px;
	margin: 0px auto;
	background: url(images/content_bg.gif);
}
#top {
	clear: left;
	height: 25px;	/* 'padding-top' + 'height' must be equal to the 'background image height' */
	padding-top: 39px;
	padding-right: 25px;
	text-align: right;
	color:#8a8a8a;
	font-size:17px;
	font-weight:bold;
	background: url(images/top_bg.gif) no-repeat bottom;
	
}
#clear_top {
	clear: left;
	padding-top: 39px;
	padding-right: 25px;
	height: 180px;
	text-align: right;
	background: url(images/header.jpg) no-repeat center center;
 
}
#left {
	clear: left;
	float: left;
	width: 210px;
	padding-left: 3px;
}
#right {
	float: right;
	width: 590px;
	padding-right: 15px;
}
#footer {
	clear: both;
	padding-top: 9px;
	height: 40px;
	text-align: center;
	font-size: 11px;
	background: url(images/footer_bg.gif) no-repeat;
	color: #666666;
}
#footer a {
	color: #666666;
}
  
.spacer {
	clear: left;
	height: 10px;
}
.pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.empfehlungen {
	margin: 10px;
	margin-right: 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	background: url(images/gradient_top.gif) repeat-x;
}
.post_box {
	clear: left;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #DDDDDD;
}
.text_area {
	padding-top: 10px;
	padding-bottom: 10px;
}
.post_text_area {
	padding: 10px;
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #EFEFEF url(images/gradient_top.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.unterboden {
	clear: both;
	padding: 3px;
	padding-left: 10px;
	background: #EFEFEF  url(images/gradient_bot.gif) repeat-x bottom;
}

.menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 180px;
}
.menu li a{
	background: #F4F4F4 url(images/trennlinie.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #777474;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 3px;
	padding-left: 14px;
	text-decoration: none;
	width: 180px;
}
* html .menu li a{ 
	width: 180px;
}

.menu li a:hover{
	background: #e7e7e6 url(images/trennlinie.gif) no-repeat;
	color: #000000;
	width: 180px;
}

h2{
	font-size: 18px;
	color: #8a8a8a;
}
h1{
	font-size: 20px;
	color: #8a8a8a;
}
 

