@charset "utf-8";
/* CSS Document */

#header {
	background-image: url(./bilder/header.jpg);
	height: 170px;
	width: 980px;
}
#master {
	width: 980px;
	border: 1px solid #1F4478;
	position: relative;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#u_header {
	background-image: url(bilder/u_header.jpg);
	height: 20px;
	width: 980px;
}
#navigation {
	padding: 25px;
	height: auto;
	width: 190px;
	float: left;
	position: relative;
}
#content {
	padding: 25px;
	float: right;
	height: auto;
	width: 690px;
}
#footer {
	background-image: url(bilder/u_header.jpg);
	height: 20px;
	width: 980px;
	float: left;
	position: relative;
}
.clear {
 clear:both;
}
.navigation {
	background-image: url(bilder/u_header.jpg);
	padding: 5px;
	height: 20px;
	width: 160px;
	position: relative;
	text-decoration: none;
	text-align: center;
	border: 1px solid #33548A;
	vertical-align: middle;
}
.text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5571A3;
	text-decoration: none;
}
body {
	background-color: #EEE;
}
.rahmen {
	border: 1px solid #4565A0;
}
.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3A5B91;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #23568D;
	border-left-color: #23568D;
	border-top-style: none;
	border-right-style: none;
}

