body {
	background-image: url('../img/sitebg.png');
	background-color: #3f6a96;
	background-repeat: repeat;
	background-position: center top;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10pt;
}

#header {
	width: 60%;
	height: 80px;
	background-image: url('../img/headerbg.png');
	padding: 15px;
	margin-top: 2%;
	margin-bottom: 0%;
	margin-left: 25%;
	margin-right: auto;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	border: 3px solid white;
	border-bottom: 0px;
}

#cse { background-color: white; }

#navleiste {
	width: 60%;
	height: 15px;
	background-image: url('../img/navbg.png');
	color: white;
	padding: 15px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: 25%;
	border-left: 3px solid white;
	border-right: 3px solid white;
	font-variant: small-caps;
}

#nav {
	background-color: white;
	float: left;
	padding: 15px;
	margin-left: 4%;
	margin-right: auto;
	width: 15%;
	min-height: 400px;
	border: 3px solid white;
	border-top: none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}

#content {
	background-color: white;
	width: 60%;
	float: none;
	margin-left: 25%;
	min-height: 400px;
	padding: 15px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-left: 3px solid white;
	border-top: 0px solid white;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
}

#footer {
	background-color: white;
	width: 60%;
	padding: 15px;
	margin-left: 25%;
	margin-top: 2%;
	margin-bottom: 2%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
	border: 3px solid white;
}

#navleiste a:link, a:active, a:visited {
	color: white;
	text-decoration: none;
}

#navleiste a:hover {
	color: white;
	text-decoration: overline;
}

a img {
	border: none;
}
