@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #ede7d5;
	font-family: Arial, Helvetica, sans-serif;
	color: #2d2d2d;
}

#top {
	height: 203px;
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	margin-bottom: 50px;
}

#logo {
	height: 60px;
	width: 367px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

#menu {

}

#menu ul {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	list-style-type: none;
	position: relative;
	left: 50%;
	float: left;
	clear: left;
}

#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #e2e2e4;
	position: relative;
	right: 50%;
}

#menu li a {
	display: block;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
	color: #e2e2e4;
}

#middle {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#bottom {
	height: 157px;
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
	margin-top: 50px;
	padding-top: 25px;
}

h2 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 10px;
}

p {
	font-size: 12px;
	line-height: 20px;
}

#bottom h3 {
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 30px;
}

.refbox {
	width: 700px;
	background-image: url(images/refbg.png);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

.refpic {
	width: 180px;
	height: 100%;
	float: left;
}

.reftext {
	width: 480px;
	float: right;
	padding: 20px;
}

.reftext h3 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 22px;
}

.reftext h4 {
	font-weight: normal;
	font-style: italic;
	margin: 0px;
}

.clearall {
	clear: both;
}

#kontaktwrapper {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.kontaktbox {
	width: 160px;
	float: left;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
}

.kontakttext {
	padding: 10px;
}

.kontakttext h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}

.kontakttext p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.kontakttext em {
	font-size: 14px;
}