html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	background-color: #3d9fc8;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
}

#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -275px;
	float: left;
}

.container {
	width: 986px;
	height: 550px;
	margin: 0 auto;
	text-align: center;
	background: #3d9fc8 no-repeat;
	clear: left;
}

.kreuze_oben {
	position: fixed;
	width: 986px;
	height: 40px;
	margin-top: -400px;
	margin-left: 0;
	background: #3d9fc8 url(../index_media/kreuze_oben.gif) no-repeat;
	border-bottom: 26px solid #3d9fc8;
	border-top: 400px solid #3d9fc8;
	z-index: 1;
}

.logo {
	position: fixed;
	width: 208px;
	height: 39px;
	margin-top: 46px;
	margin-left: 23px;
	text-align: left;
	z-index: 1;
}

#menu {
	font: italic bold 19px Verdana, sans-serif;
	position: fixed;
	width: auto;
	text-align: left;
	height: 39px;
	margin-top: 94px;
	word-spacing: -2px;
	letter-spacing: -1px;
	z-index: 1;
	margin-left: 23px;
}

#menu p {
	height: 51px;
}

#menu img {
	margin-top: -13px;
	display: inline-block;
	position: relative;
	top: 13px;
	z-index: 2;
}

#menu a {
	border-right: 23px solid #3d9fc8;
}

#menu a span {
	width: auto;
	display: none;
	z-index: 3;
	visibility: hidden;
}

#menu a:hover span {
	text-align: left;
	word-spacing: -2px;
	letter-spacing: -1px;
	color: #641000;
	background: url(../index_media/menu/blau_02.gif) no-repeat right;
	width: auto;
	margin-top: -26px;
	display: inline;
	z-index: 4;
	padding-right: 11px;
	visibility: visible;
	cursor: pointer;
	margin-left: -30px;
	padding-top: 10px;
	height: 39px;
	padding-bottom: 12px;
}

.kreuze_unten {
	position: fixed;
	width: 986px;
	height: 40px;
	margin-top: 478px;
	margin-left: 0;
	border-bottom: 300px solid #3d9fc8;
	background: url(../index_media/kreuze_unten.gif) no-repeat 0 bottom;
	z-index: 0;
}

.fusszeile {
	font: italic 16px Verdana, sans-serif;
	letter-spacing: 0;
	color: #fff;
	position: fixed;
	width: 962px;
	text-align: center;
	height: 32px;
	margin-top: 504px;
	margin-left: 12px;
	padding-left: 0;
	padding-top: 10px;
	z-index: 1;
}

.fusszeile p {
	padding: 0;
	margin: 0;
}

h2 {
	color: #fff;
	font: bold 19px Verdana, sans-serif;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
}

a:link {
	color: #003165;
	}

a:active {
	color: #004d9f;
	}

a:visited {
	color: #406081;
	}
