/* CSS Document */
html, body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
margin:0px;
padding:0px;
background-color:#9999CC;
height:100%;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	background-color:#9999CC;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom:3px solid #000080;
	width: 50%;
}
#head {
background:#9999CC;
text-align:left;
margin:auto;
width:750px;
height:100px;
}
#inhalt{
text-align:left;
margin:auto;
width:750px;
background-color:#FFFFFF;
height:500px;
}
#fusszeile{
text-align:left;
margin:auto;
width:750px;
background-color:#000080;
height:20px;
}
a, a:link, a:visited, a:active {
	margin: 0;
	padding:0;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	float: left;
	
}
#nav a, #nav a:link, #nav a:visited, #nav a:active 
{	
	background-color: #9999CC;
	display: block;
	line-height: 2em;
	padding: 0 10px;
	text-align: center;
	margin-right: 5px;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
	
}
#nav a:hover 
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.scrollen {
padding:10px;
	width:730px;
	overflow: auto;
	text-align: left;
	height:440px;
         }
.Stil1 {
	font-weight: bold;
	}