@charset "utf-8";
body {
	background-color: #E3E3E3;
}

#head {
	position: absolute;
	height: 150px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #FFFFFF;
	top: 0px;
	border-bottom-style: none;
}
#navigation {
	position:absolute;
	width:150px;
	height:auto;
	left: 50%;
	top: 150px;
	margin-left: -400px;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#navigation p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;	
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #003366;
}

#content {
	position:absolute;
	width:630px;
	height:auto;
	left: 50%;
	top: 150px;
	margin-left: -270px;
	background-color: #FFFFFF;
	padding: 20px;

}

#footer {
	width: 630px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
#content img {
	border: 1px solid #003366;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.formular {
	background-color: #E3E3E3;
	border: 1px solid #003366;
}