#head {
	background-color: #003399;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	color: #D1D2D4;
	height: 116px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}
#container {
	position: relative;
	width: 800px;
	margin: 15px auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	color: #000000;
	height: 600px;
	background-image: url(images/bg_content.gif);
}
#navi {
	height: 20px;
	color: #FFFFFF;
	background-image: url(images/bg_content.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	padding: 5px;
}
#navi a {
	text-decoration: none;
	border-right-color: #000000;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 0px;
	border-right-style: solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
#navi a:hover {
	color: #CCCCCC;
}
#navi a:active {
	text-decoration: underline;
}

#subnavi {
	float: right;
	width: 137px;
	color: #000000;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 10px;
}
#subnavi img {
	padding-top: 5px;
}

#subnavi a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#subnavi h4 {
	font-size: 14px;
	color: #FFFFFF;
}

#subnavi a:hover {
	color: #CCCCCC;
}


#content {
	color: #000000;
	padding-top: 20px;
	width: 625px;
	padding-bottom: 10px;
	background-image: url(images/bg_content.gif);
	height: 400px;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	overflow: auto;
}
#content p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#content a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#content h2 {
	color: #FFFFFF;
	font-size: 14px;
}

.Kontaktdaten {
	background-color: #7B93C1;
	padding-left: 10px;
}
#footer {
	text-align: center;
	background-image: url(images/bg_content.gif);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, "sans serif;";
	font-size: 16px;
	color: #000000;
}
legend {
	background-color: #CCCCCC;
	padding: 10px;
	border: 1px;
	border-bottom-color: #000000;
}
input {
	margin-bottom: 5px;
}
label {
	display: block;
	float: left;
	width: 150px;
	padding-left: 10px;
}
fieldset {
	background-color: #7B93C1;
	margin: 5px;
}
#content li {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
