body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFF99;
	background-color: #000099;
	text-align: left;
	margin: 0px;
		
}
#box{
	height: auto;
	min-height:600px;
	width: 1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/hinter.png);
	border: medium outset #FFFFCC;
	background-color: #0033FF;
	background-repeat: no-repeat;
}
#banner{
	height: 170px;
	width: 1024px;
}
#links{
	height:310px;
	width: 150px;
	text-align: right;
	float:left;
	margin-top: 20px;
	margin-right:60px;
	margin-left:30px;
	margin-bottom:30px;

}
#rechts{
	height:200px;
	width: 120px;
	float:right;
	margin: 30px;
}
a:link {
	font-size: 16px;
	color: #FFFF66;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	}
a:visited {
	font-size: 16px;
	color: #FFFF66;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	font-size: 16px;
	color: #FFFF66;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#inhalt{
	height: auto;
	width:550px;
	float:left;
	max-width:550px;

}
table {
	font-size: 100%;
	left: auto;
	right: auto;
	width: 500px;
}
#unten{
	height: 25px;
	width: 900px;
	margin-top: 20px;
	text-align:center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFF99;
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
	text-align:center;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	text-align:center;
}
h3 {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;	
}
#boxinhalt{
float:right;
}
