body{
	padding: 0;
	margin: 0;
	background: #000066;
	color: #CC9900;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;}

#zentrierbox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;}

#aussenbox{
	margin-left: -390px;
	position: absolute;
	top: 0px;
	left: 50%;}

#top{
	width: 780px;
	height: 50px;}

#toptitle{
	float: left;
	width: 210px;
	height: 50px;}

#top h1{
	margin: 20px 0 0 10px;
	padding: 0;
	color: #CC9900;
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#topmenu{
	float: right;
	width: 570px;
	height: 50px;}

#topmenu ul{
	margin: 20px 0 0 0;
	padding: 0;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: -1px;}

#topmenu li{
	display: inline;
	margin-left: 10px;}

#topmenu li a{
	text-decoration: none;
	color: #CC9900;
	font-weight: bold;}

#topmenu li a:hover{
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;}

#content{
	border: 10px solid #CC9900;
	width: 760px;
	height: 500px;}

#contenttext{
	float: right;
	overflow: auto;
	padding: 20px;
	width: 720px;
	height: 460px;
	line-height: 120%;
	background-image: url(../pics/logo_start.gif);
	background-repeat: no-repeat;
	background-color: #f4ebe1;}

#fuss{
	width: 780px;
	height: 50px;}
#fuss p{
	margin: 0;
	padding: 10px 24px 0 0;
	text-align: center;
	color: #CC9900;
	letter-spacing: 2px;
	font-size: 120%;
	font-weight: bold;}

