body{
	background-color: #F2F2F2;
	font-family: Arial, Calibri;
	color: #585858;
}

#wrapper{
	width: 860px;
	margin: auto auto;
	padding-top: 3%;
}

#main{
	background-color: #F5D0A9;
	border: 2px #424242 solid;
	border-radius: 10px;
}

#header{
	padding: 10px;
}

#caption{
	float: left;
	padding-top: 6px;
	vertical-align: middle;
	color: #424242;
}

#caption a{
	color: #424242;
}

#caption a:hover{
	color: #848484;
}

#logo{
	float: right;
	text-align: right;
}

#content{
	text-align: justify;
	background-color: #F7F8E0;
	font-size: 0.9em;
	padding: 2px 12px;
	border-top: 1px  #424242 solid;	
	border-bottom: 1px  #424242 solid;	
}

#content a{
	color: #585858;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content h2{
	color: #424242;
}

#footer{
	padding: 10px;
	font-weight: bold;
}

#footer a{
	color: #424242;
	text-decoration: none;
}

#footer a:hover{
	color: #848484;
}

#contact{
	float: left;
	padding-left: 10px;
}

#impressum{
	float: right;
	padding-right: 10px;
}

#copyright {
	margin-left: 30%;
	margin-right: 30%;
	text-align: center;
}

.clearfloat {
	clear: both;
}

.article {
	padding: 3 10;
}

.separatortop {
	border-top: 1px  #848484 dotted;
}


