body {
	font-family: Segoe UI, Calibri, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../imgs/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #46505a;
/*	text-align: center;*/
	color: #FFFFFF;
	font-size: 13px;
}
a {
	color: #84003b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}

#impressum {
	font-size: 11px;
	line-height: 12px;
	padding-right: 16px;
	padding-left: 16px;
}
.bold {
	font-weight: bold;
}
img {
	margin: 0;
	padding: 0;
}
#horizon {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
	margin-top: -300px;
    text-align: center;
    min-width: 905px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#top {
	float: left;
	height: 32px;
	width: 900px;
}
#main {
	float: left;
	width: 900px;
	background-color: #81a8c4;
	background-image: url(../imgs/main_bg.jpg);
	min-height: 501px !important;
	height: auto;
	text-align: left;
}
#bottom {
	float: left;
	background-image: url(../imgs/bottom_end.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 5px;
	margin: 0 !important;
	margin: 0 0 -12px 0;
/*	border: 1px solid #ff0000;*/
}

/* Navigation **************************************************************** */
.center {
	text-align: center;
}
#nav {
	float: left;
	width: 900px;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 48px 0px;
}
#navcenter {
	width: 880px;
	margin: 0 0 0 20px;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	line-height: 32px;
	height: 32px;
	float: left;
	margin: 0;
	list-style-type: none;
	display: block;
}

#nav li a {
	color: #2d3339;
    padding-right: 16px;
    padding-left: 16px;
    display: block;
    text-decoration: none;
	background-image: url(../imgs/_interface/btn_bg.jpg);
	background-position: right;
}
#nav li a:hover {
	background-image: url(../imgs/_interface/btn_bg_hover.jpg);
}
#nav li#btnleft {
	width: 16px;
	height: 32px;
	background-image: url(../imgs/_interface/btn_left.jpg);
}
#nav li#btnright {
	width: 14px;
	height: 32px;
	background-image: url(../imgs/_interface/btn_right.jpg);
}

