﻿* {
	margin: 0px;
	padding: 0px;

}

body {
	font-family: "Century Gothic", "Helvetica", sans-serif;
	font-size: 10pt;
	background: #000033;


}

#haupt-container {
	background: url("images/hintergrund.png") repeat-y;
	margin: 0px 10px 0px 60px;
	width: 900px;
}

a {
	color: #99FFFF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

a:visited {
	color: #00CCCC;
}

#seite {
	margin: 20px 20px;
	font-size: 120%;
	text-align: center;
}

#navi {
	margin: 20px 20px;
	border-top: 1px solid #99FFFF;
	font-size: 120%;
}

#navi ul li {
	line-height: 300%;
	padding: 50px;
	display: inline;
}

#wappen {
	margin: 0px 0px;
}

#deko1 {
	width: 210px;
	margin: 15px 45px;
	float: left;
}

#deko2 {
	width: 210px;
	margin: 15px 50px;
	float: right;
}

p {
	line-height: 160%;
	color: #99FFFF;
	font-size: 110%;
	text-align: center;
}

#inhalt1 p{
	margin: 45px 1px 1px 1px;
	text-align: center;
}

#inhalt2 p{
	clear: both;
	margin: 10px 20px 5px 40px;
	text-align: justify;
}

#inhalt3 p{
	margin: 80px 1px 1px 1px;
	text-align: center;
}

#zurück p{
	clear: both;
	margin: 30px 1px 1px 1px;
	text-align: center;
}

#fusszeile p {
	margin: 20px 20px;
	font-size: 80%;
	text-align: left;
	border-top: 1px solid #99FFFF;
}