/*=========================================================
Stylesheet für Munus Honoris Panchard & Co.
Erstellt am: 03. Oktober 2014
Erstellt von: Munus Honoris Panchard & Co. -- Susanne Boots
=========================================================*/
*{
	font-family: corbel;
}
body{
	background: url(img/hintergrund.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
}
#wrapper{
	width: 85%;
	margin: 1px auto;
}
header{
	margin-bottom: -5.5px;
}

.header{
	height: 151px;
	width: 75%;
	float: right;
}
nav{
	font-weight: bold;
	font-size: 20px;
	background: url(img/hintergrundnavi.png);
	height: 30px;
	margin-top: 1%;
	margin-bottom: 1%;
}
aside{
	height: 550px;
	width: 19%;
	float: right;
	background: url(img/hintergrundaside.png);
	padding: 3%;
}
h1{
	font-family: corbel;
	color: #103b1f;
	margin: 0%;
}
.adresse{
	font-size: 16px;
	font-weight: bold;
	color: #103b1f;
}
.einschub{
	margin-left: 2%;
	font-size:15px;
}
h4{
	margin: 0px;
}
section{
	float: left;
	width: 58%;
	height: 550px;
	background: url(img/hintergrundsection.png);
	padding: 3% 8%;
	margin-right: 1%;
}
footer{

}
.info{
	font-size: 13px;
}
.logo{
	width: 250px;
	height: 250px;
	margin: 1px 300px 1px 116px;
}
html{
	
}
body{
	background-color: #e2e4e3;
}
p{
	font-size:16px;
}
dir{
	margin-top: 0%;
}
dir li{
	list-style-type: none;
	display: inline;
	margin: 1% 7%;
}
dir a{
	text-decoration: none;
	color: #e2e4e3;
	border: 1px #078E63;
}
.aktiv{
	color: #FFFFFF;
}