
body {
	background-color: #efefef;
	color: #4e7989;
	font-family: Verdana;
	font-size: 16px;
	text-align: left;
}

#container {
	margin: auto;
	background: #d2e6fe url(../images/main_bg.png) repeat-x;
	width: 870px;
	height: 536px;
	margin-top: 50px;
	border: #4e7989 solid;
	border-width: 2px;
}

#header {
	height: 50px;
	padding-right: 20px;
	border: #4e7989 solid;
	border-width: 0 0 1px 0;
	line-height: 40px;
}

#header h1 {
	text-align: right;
}

#header span {
	margin-top: 15px;
	margin-left: 5px;
	float: left;
	overflow: visible;
	overflow: visible;
	position: absolute;
	text-align: left;
}

#navi {
	height: 30px;
	border: #4e7989 solid;
	border-width: 0 0 1px 0;
	line-height: 30px;
	margin-bottom: 20px;
	padding-left: 90px;
	color: #fff;
	background: url(../images/navi_bg.png) repeat-y;
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi li {
	display: inline;
	list-style-type: none;
	font-size: 20px;
	margin-right: 30px;
}

#navi a {
	color: #fff;
	text-decoration: none;
	border: #d2e6fe solid;
	border-width: 0 0 2px 0;
}

#navi a:hover {
	color: #fff;
	text-decoration: none;
	border: #ffffff solid;
	border-width: 0 0 2px 0;
}

#wasserzeichen {
	background: url(../images/wasserzeichen.png) no-repeat;
	text-align: right;
	float: right;
	width: 141px;
	height: 322px;
	margin-right: 10px;
}

#content {
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-right: 5px;
	width: 700px;
}

#head {margin-bottom: 30px;}

h1 {
	font-size: 24px;
	margin: 10px 0;
}

h2 {
	font-size: 20px;
	margin: 5px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
}

a, a:visited {
	color: #4e7989;
	text-decoration: underline;
}

a:hover {color:#ffffff;}
