#page {
	font-size: 12px;
	background-image: url(../images/line-bg-navi.png);
	background-repeat: no-repeat;
	width: 850px;
	height: 600px;
}
#head {
	height: 60px;
	width: 850px;
	background-image: url(../images/head-bg.png);
	float: left;
}
#navi {
	height: 430px;
	width: 180px;
	float: left;
}
#logo {
	height: 100px;
	width: 670px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#main {
	width: 670px;
	height: 430px;
	float: left;
}
#footer {
	float: left;
	width: 850px;
	height: 110px;
	background-image: url(../images/bildleiste-nd-web.jpg);
}
body {
	margin: 0 0 0 0;
}
#content {
	width: 450px;
	float: left;
	height: 310px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 10px 10px 10px;
	overflow:auto;
}
#content h1{
	color:#010066;
	font-size:140%;
}
#content form{
	font-size:80%;
}
input {
	color:#000000;
	background-color:#FFFFFF;
	font-size:10px;
	width:100px;
	border-style:solid;
	border-width:1px;
	border-color:#010066;
	margin:2px 2px 2px 2px;
}
textarea {
	color:#000000;
	background-color:#FFFFFF;
	font-size:10px;
	width:295px;
	height:100px;
	border-style:solid;
	border-width:1px;
	border-color:#010066;
	margin:2px 2px 2px 2px;
}
#error {
	color:#FF0000;
	font-weight:bold;
}
#pic {
	width: 200px;
	float: left;
	height: 330px;
}
#maincontent {
}
.picbox {
	background-color: #CCCCCC;
	height: 105px;
	width: 200px;
}
.spacerbox {
	height: 7.5px;
	width: 200px;
}
.mainnavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002F5E;
	margin-right: 85px;
	text-align: right;
	padding-top: 45px;
	text-transform:uppercase;
	font-weight: bold;
}
.mainnavi a{
	color: #002F5E;
	text-decoration:none
}
.subnavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #98A4C0;
	margin-left: 95px;
	font-weight: bold;
}

.subnavi a{
	color: #98A4C0;
	text-decoration:none
}
.ContactPicture {
	width: 96px;
	float: left;
	padding-right: 8px;
}
.ContactDetails {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 400px;
	width: 400px;
	height: 80px;
	color: #6685C2;
}
.ContactDetails strong{
	color: #010066;
	padding-right:10px;
}
#activeSub{
	color:#71BF44;
}
#activeMain{
	color:#98A4C0;
}

