body, html {
	margin: 0;
	padding: 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	height: 100%;
}

img {
    border: 0px;
}

#headerwrapper {
	width: 100%;
	background-image: url(../splash_images/header_back.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#header {
	width: 900px;
	height: 232px;
	margin: 0 auto; 
	background-image: url(../splash_images/header_back.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#headerpic1, #headerpic2 {
	display: block;
}

#main {
	background-image: url(../splash_images/main_back.jpg);
	background-repeat: repeat-x;
	background-position: 0 232px;
	background-color: #002C15;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#navi {
	height: 25px;
	padding-top: 8px;
	text-align: center;
}

.spacer {
	height: 232px;
}

#navi ul, #language {
	margin: 0;
	padding: 0;
	list-style: none;
}

#language {
	margin-top: 20px;
}

#navi ul li, #language li {
	display: inline;
	color: #092a15;
}

#navi ul li a, #language li a {
	font-size: 12px;
	color: #092a15;
	text-decoration: none;
	font-variant: small-caps;
}

#language li a {
	color: #ffd485;
	font-size: 20px;
}

#navi ul li a:hover, #language li a:hover {
	color: #FFF;
}

.separator {
	color: #092a15;
	font-size: 13px;
	margin: 0 12px;
}

.menu li.active > a {
	color: #7684bb !important;
}


#info p {
	font-size: 13px;
	color: #092a15;
}


