body {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}
#banner {
	height: 200px;
	background-image: url(titel.bmp);
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-color: #4A98D6;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0033FF;
}
#nav ul{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #4A98D6;
	text-align:center;

}
#content p {
	margin-top: 0px;
	margin-bottom: 0px;
}


#nav ul li{
	display: inline;
	font-weight: bolder;
}

#nav ul li a{
	color: #FFFFFF;
	background-color: #4A98D6;
	text-decoration: none;
	text-align: center;
	width: 9em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0033FF;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 0;
} 
#nav ul li a:hover, #nav ul li a:focus{
	background-color: #FFFFFF;
	color: #0033FF;
}
#content{
	font-size: 80%;
	padding: 20px;
	margin: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4A98D6;
	border-left-color: #4A98D6;
	color: #0033FF;
}
#footer{
	background-color: #4A98D6;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0033FF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: center;
}
#content h1{
	color: #4A98D6;
	margin: 0px;
	font-size: 36px;
	width: 350px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #4A98D6;
}
body {
}

