body {
	background: #00539b;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

.all {
	width: 100%;
	border: 0px solid red;
}

.site {
	width: 824px;
	margin: 0px auto 0px auto;
	border: 0px solid white;
	text-align: center;
}

.site {
	border: 0px solid red;
}

.top {
	background: url(images/top.gif) no-repeat;
	height: 10px;
	padding: 0px;
	margin: 0px;
}

.content {
	background: url(images/content.gif) repeat-y;
	padding: 0px;
	margin: 0px;
}

*html .content {
	background: url(images/content.gif) repeat-y;
	padding: 0px;
	margin: -3px 0px 0px 0px;
} 

.content td {
	border: 0px solid black;
	padding: 0px 10px 10px 10px;
	text-align: left;
}

.content h2 {
	text-transform: uppercase;
	padding: 20px 20px 0px 20px;
}

.content h3 {
	text-transform: none;
	color: #00539b;
	padding: 10px 20px 10px 40px;
	background: url(images/bullet.gif) no-repeat 20px 15px;
} 

.content p {
	padding: 0px 20px 0px 20px;
} 

.content a:link {
	padding: 0px 20px 0px 20px;
	color: #00539b;
	border: 0px;
	text-decoration: none; 
} 

.content a:visited {
	padding: 0px 20px 0px 20px;
	color: #00539b;
	border: 0px;
	text-decoration: none;
}

.content a:hover {
	padding: 0px 20px 0px 20px;
	color: #00539b;
	border: 0px;
	text-decoration: underline;
}

.enter a {
	padding: 0px !important;
	border: 0px;
}

.bottom {
	background: url(images/bottom.gif) no-repeat;
	height: 10px;
	margin: 0px 0px 20px 0px;
}

.impressum {
	color: white;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}
}