#container {
	position: relative;
	width: 800px;
	height: 100%;
	float: left;
	margin-left: 5%;
	margin-right: 2%;
}
#kopfleiste {
	width: 800px;
	height: 71px;
	margin: 0px 0px 0 0;
	float: left;
	color: #FFFFFF;
	background-image: url(_img/lizzard.gif);
	background-repeat: no-repeat;
	background-position: right;
	clear: both;
	background-color: #CC9933;
}
#inhalt {
	font-family: "Courier New", Courier, mono;
	float: left;
	clear: none;
	border: 0;
	width: 600px;
	padding: 4;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 20px;
	height: auto;
	line-height: 18px;
	font-weight: lighter;
	letter-spacing: 2%;
	margin-right: 0px;
}
#fussleiste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: left;
	height: 50px;
	width: 800px;
	color: #FFFFFF;
	text-align: right;
	clear: both;
}
#spalte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 180px;
	bottom: auto;
	margin: 0;
	color: #FFFFFF;
	font-size: 10px;
	clear: none;
	margin-top: 10px;
	padding-right: 2px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #0000CC;
	background-image: url(_img/bg_neu.gif);
	background-repeat: repeat-x;
}
#bilder {
	clear: none;
	float: left;
	width: 600px;
	height: 117px;
	margin: 0;
}
.navi {
	font-family: "Courier New", Courier, mono;
	width: 600px;
	margin: 0;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 14px;
	word-spacing: 8px;
	vertical-align: middle;
	height: 24px;
	margin-top: 46px;
	text-align: justify;
	white-space: pre;

}
.navi a:hover {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	background-color: #EFB53D;
}
.navi a:link {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
}
.navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#fussleiste a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#fussleiste a:hover {
	color: #FFFFFF;
	background-color: #3366FF;
}
#fussleiste a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navi_aktiv {
	font-size: larger;
}
#titel {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #6699FF;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	letter-spacing: 2px;
	width: 190px;
	height: 117px;
	float: left;
	clear: none;
	padding-top: 45px;
	padding-right: 0px;
	padding-left: 10px;
}
#inhalt a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#inhalt a:hover {
	color: #FFFFFF;
	background-color: #3366FF;
}
#inhalt a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#spalte a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#spalte a:hover {
	color: #FFFFFF;
	background-color: #3366FF;
}
.spalte a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#inhalt img {
	text-align: left;
	float: right;
	margin-bottom: 10px;
	margin-left: 5px;
}
div#inhalt p {
	clear: both;
	margin-bottom: 10px;
}
div#inhalt a, div#inhalt a:link, div#inhalt a:visited {
	text-decoration: underline;
}

