/* CSS Document */
body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color:#FFFFFF
}
.Stil1  {font-family: Arial; color: #557199; font-size: 16px; }
.Stil1F {font-family: Arial; font-weight: bold; color: #557199; font-size: 16px; }
.Stil2  {font-family: Arial; color: #557199; font-size: 24px; }
.Stil2F {font-family: Arial; font-weight: bold; color: #557199; font-size: 24px; }
.Stil3  {font-family: Arial; color: #557199; font-size: 18px; }
.Stil3F {font-family: Arial; font-weight: bold; color: #557199; font-size: 18px; }

big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:bold;
	font-size:24px;
}

a:link {
	color: #557199;
	text-decoration: underline;
	font-family: arial;	
}


a:hover {
	text-decoration: blink;
}
a:active {
	text-decoration: none;
}

select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	width: 150px;
}
	
input {
	font-size:15px;
	color: #666699;
	background-color:#FFFFFF;
}

.Button {
	font-size:15px;
	color: #FFFFFF;
	background-color:#666699;
	border-color:#666699;
}

#Inhalt {
		position:absolute;
		top:140px;
		left:20px;
		width:810px;
		padding:0px;
		margin:0;
		border:0;
		height: 500px;
		overflow:scroll;
			}
#logo {
		position:absolute;
		top:665px;
		left:390px;
		}
#banner {
		position:absolute;
		top:140px;
		left:20px;
		width:790px;
		padding:0px;
		margin:0;
		border:0;
		height: 50px;
		}

