@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
}

#container {
	height: auto;
	width: 905px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 905px;
	margin-top: -8px;
}

#main {
	height: auto;
	width: 905px;
	margin-right: auto;
	margin-left: auto;
}

#leftbar {
	float: left;
	height: auto;
	width: 160px;
	margin-right:50px;
}

#leftbar ul{
	list-style:none;
	margin-top: 100px;
	margin-left: -20px;
}

#leftbar ul li{
	padding-bottom:20px;
}

#rightbar {
	float: right;
	height: auto;
	width: 160px;
	background-image: url(images/kategorien.png);
	background-repeat: no-repeat;
	min-height:300px;
	margin-top: 94px;
}

#rightbar li{
	margin-top: 90px;
	margin-bottom: -90px;
	margin-left: 10px;
	list-style:none;
}

#content {
	padding-top:100px;
	padding-left:10px;
	padding-right:30px;
	height: auto;
	width: 490px;
	overflow:hidden;
}

#post {
	margin-bottom: 70px;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	text-decoration: none;	
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #B4B4B4;
	text-decoration: none;	
}

h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-style: normal;
	color: #000;
	text-decoration: none;	
}

h2 {margin-top:0px;
    margin-bottom: -8px;}

h2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-style: normal;
	color: #666;
	text-decoration: none;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
}

strong {
	font-style: bold;
}

em {
	font-style: italic;
}

hr.h2underline {
	
	height: 0;
	width: 100%;
	border-width: 1px 0 0 0;
	border-style:dotted;
}
