* {
	margin:0;
	padding:0;
}

body {
	background-color:#c5e6ee;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

p {
	margin-bottom: 20px;
}

a:link,
a:active,
a:hover,
a:visited {
	color:#FF7700;
}

#wrapper {
	width: 770px;
	margin:10px auto;
}

#header {
	background-image: url(bilder/header.gif);
	background-repeat: no-repeat;
	height:45px;
	background-color:#40acc7;
	color: #fff;
	text-align:left;
	padding:15px 0 0 15px;
}

#header h1{
	font-size:2em;
}

#contentwrap {
	background-color: #FFF;
	/*background-image: url(bilder/body.gif);*/
	padding: 0 15px;
	
}

#left {
	width: 220px;
	float:left;
}

#right {
}

#subhead {
	padding:20px;
	background-color:#FF0;
	margin-top:20px;
}

#subhead h2{
	font-size:1em;
	margin-bottom:3px;
}

#subhead p{
	margin-bottom:0;
}

#logo {
	background-image: url(bilder/logoepilierer.gif);
	height:550px;
	
}

.box {
	/*border-top: 5px solid #40ACC7;*/
}

.box p{
	margin:30px 9px 30px 9px;
	font-size:14px;
}

.box h2 {
	background:#FBC25F url(bilder/boxhead.gif) no-repeat scroll 0 0;
	padding:5px;
	padding-left:15px;
	color: #600303;
	font-size:1.3em;
}

#right {
	width:505px;
	float:right;
}

.post {
	padding:20px 20px 5px 0;
	/*border-top:1px dashed #ccc;*/
}

.story img {
	margin-top:20px;
}

.story a img {
	margin:0 10px 0 10px;
}

#subfooter {
	height:5px;
	background-color:#40acc7;
}

#footer {
	padding-top:60px;
	text-align:center;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color:#40acc7!important;
}

.clear {
	clear:both;
	height:0px;
}

