* {
	padding: 0px;
	margin: 0px;
	}
	
body {
	color: #575757;
	font-family: Arial,Verdana, sans-serif;
	font-size: 10px;
	line-height: 145%
	}

.hide {
      display: none;
      }
	
div#wrap {
	display: block;
	width: 800px;
	margin: 20px;
	overflow: hidden;
	
	z-index: 1;
	}
	
div#head {
	display: block;
	margin-bottom: 30px;
	padding: 0px;
	}
	
div#head #searchbox {
	position: relative;
	top: -75px;
	left: 620px;
	}

div#head #searchbox #searchform #s{
	background: #EEE;
	border-left: 1px solid #A2A2A2;
	border-top: 1px solid #A2A2A2;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	width: 150px;
	padding: 2px;
	}
div#head #searchbox #searchform #searchsubmit {
	border: 0px;
	background: url(images/lupe.gif) no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	}
	
div#content {
	display: block;
	
	z-index: 2;
	}

div#content .post {
	margin-bottom: 50px;
	}
	
div#content .post .postheader{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 560px;
	height: 167px;
	
	padding: 10px;
	
	background: url(images/hintergrund.png) repeat;
	color: #FFF;
	z-index: 4;
	}

div#content .post .postheader h1{
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Times New Roman","Georgia", serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
	color: #FFF;
	}
	
div#content .post .postheader h1 a{
	color: #FFF;
	text-decoration: none;
}

div#content .post .postheader h1 a:hover{
	border-bottom: 1px dotted #FFF;
}
	
div#content .post .postheader p a {
	color: #FFF;
	text-decoration: none;
	}
	
div#content .post .postheader p a:hover {
	border-bottom: 1px dotted #FFF;
	}
	
div#content .post .postcontent {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: -187px;
	
	z-index: 3;
	}
	
div#content .post .postcontent-single {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: -187px;
	width: 580px;
	
	z-index: 3;
	}
	
div#content .post .postcontent a,
div#content .post .postcontent-single a {
	color: #575757;
	text-decoration: none;
	border-bottom: 1px dotted #575757;
}
	
div#content .post .postcontent img, 
div#content .post .postcontent .video {
	display: block;
	width: 580px;
	z-index: 2;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #575757;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	}
	
div#content .post .postcontent-single img,
div#content .post .postcontent-single .video {
	display: block;
	width: 580px;
	z-index: 2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #575757;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	} 

div#footer {
	margin-bottom: 40px;
	}
	
div#footer .foot {
	width: 800px;
	}

div#footer .foot .footcontent {
	padding: 0px 10px 10px 10px;
	display: block;
	float: left;
	clear: both;
	width: 580px;
	}
div#footer .foot .footcontent h2 {
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Times New Roman","Georgia", serif;
	letter-spacing: 2px;
	color: #575757;
	margin-bottom: 10px;
	}
	
div#footer .foot .footcontent h2 a {
	color: #575757;
	text-decoration: none;
	border-bottom: 1px dotted #575757;
	}
	
div#footer .foot .footcontent p a,
div#footer .foot .footlinks ul li a {
	color: #575757;
	text-decoration: none;
	border-bottom: 1px dotted #575757;
}
	
div#footer .foot .footlinks {
	display: block;
}

div#footer .foot .footlinks ul{
	padding-left: 20px;
	display: block;
	float: left;
	border-left: 1px solid #575757;
	}
	
div#footer .foot .footlinks ul li{
	list-style: none;
	margin: 0px;
	}
	
.linkcat h2{
	display: none;
}