<style type="text/css">

/* Basic Elements */
html, body {
	margin: 0;
	}
#container {
	width: 963px;
	margin: 0 auto;
	}
#header {
	width: 963;
	height: 200px;
	color: #000;
	background: url('images/header.jpg');
	}
#ueberschrift {
	width: 963;
	clear: both;
	font-size: 1.5em;
	border-top: 0px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #000;
	}
#anmeldung {
	width: 963;
	height: 40px;
	}
#footer {
	width: 963;
	clear: both;
	border-top: 0px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #000;
	}
#content {
	width: 963;
	high:200px;
	clear: both;
	border-top: 0px solid #cecece;
	text-align: center;
     padding: 5px 0;
	color: #fff;
	background: #ff6699;
	}
#contenttext {
	width: 963;
	high:500px;
	clear: both;
	border-top: 0px solid #cecece;
	text-align: center;
     padding: 5px 0;
	color: #fff;
	background: #000;
	}

/* Nav Menu */
#nav {
     text-align: center;
	font-size: 2em;
	width: 100%;
	height: 40px;
	background: url('images/leer.gif');
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;

	}
#nav li {
	display: inline;
	padding: 1px 10px;
	}
#nav li a {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	padding: 0 20px 0 20px;
	}
#nav li a:hover {
	color: red;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0px none;
	}
a {
	color: #84d5fa
	text-decoration: none;
	}
a:hover {
	color: orange;
	}

</style>
