html, body
{
	margin: 0;
  padding: 0;
	height:100%;
}

body
{
	background-color: #777;
	text-align: center;
	color: #999;
	font-family:arial,helvetica,verdana,sans-serif;
	height:100%;
}

#main
{
	margin: auto;
  background: #fff;
	padding: 0em;
	width: 960px;
	border: 0;
	min-height:100%;
}

#logo
{
	width: 100%;
	max-width: 960px;
	padding: 30px 0px 20px 0px;
	text-align: center;
	border: 0;
}

#topbild
{
	width: 660px;
	padding: 0px 150px 0px 150px;
	text-align: center;
	border: 0;
}

#titel
{
  background: #fff;
	padding: 0.2em;
	text-align: center;
	font-weight:bold;
	font-size: 2em;
	font-family:'Times New Roman',times,serif;
}

#inhalt
{
	padding: 1em 0em 0em 0em;
	top: 1em;
}

#menue
{
	text-align: center;
	text-decoration:none; 
	padding: 5px 0 0px 0; 
	border: 0;
	color: #999;
	font-family:'Times New Roman',times,serif;
	font-weight:bold;
	font-size: 1.2em;
}

#menue a,
#menue a:visited
{
	text-decoration:none; 
	outline:0;
	color: #999;
}

#menue #selected,
#menue a:hover
{
	text-decoration:none; 
	outline:0;
	color: #222;
}

#submenue
{
	text-align: left;
	width: 660px;
	margin: auto;
	padding: 5px 0 5px 0; 
	border: 0;
	color: #999;
	font-family:'Times New Roman',times,serif;
	font-size: 1.2em;
	font-weight:bold;
	border-top:    1px solid #999;
	border-bottom: 1px solid #999;
}

#submenue_space
{
	padding: 0px 0 10px 0; 
}

#submenue a,
#submenue a:visited
{
	text-decoration:none; 
	outline:0;
	color: #999;
}

#submenue #selected,
#submenue a:hover
{
	text-decoration:none; 
	outline:0;
	color: #222;
}

#line
{
	text-align: center;
	width: 660px;
	margin: auto;
	padding: 0px 0 1px 0; 
	border: 0;
	border-top:    1px solid #999;
}

#impressum
{
	padding: 2em 150px 0 150px;
	font-size: 0.7em;
	text-decoration:none;
	text-align: center;
}

#impressum a
{
	text-decoration:none;
	font-weight:bold;
	outline:0;
	color:#777; 
}

#impressum a:hover
{
	color:#222; 
	text-decoration:none;
	outline:0;
}

.text
{
	padding: 1em 150px 1em 150px;
	top: 1em;
	text-align: justify;
	font-weight:normal;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
}

a
{
	color:#999; 
	text-decoration:underline;
	outline:0;
}

a:hover
{
	color:#222; 
	text-decoration:underline;
	outline:0;
}

ul {
	list-style: none;
	padding: 0em;
	border: 0;
	margin: 10px 0px 0px 0px;
}

th {
	padding: 0em;
}

#abstand {
	clear: both;
}

