/*Mein erstes CSSS */

* {	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	height: 1455px;
	border-color: #FFFFFF;
	}
#WRAPPER {
	background-color: #CC9999;
	width: 950px;
	margin: 5px auto;
	height: 1450px;
	position: relative;
}
#Kopf2 {
	font-size: 24px;
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 950px;
	height: auto;
}
#NAVI {
	background-color: #CCCC66;
	color:#000000;
	margin-left: 20px;
	margin-top: 20px;
	width: 200px;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
li{
	background-color: #FFFFFF;
	color:#333333;
	border-color: #993300;
	border: 2px;
	border-bottom-color: #990000;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 2em;
	text-align: center;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
p{
	font-size: 1.0em;
	line-height: 1.6em;	
}
#Kopf3{
	position: absolute;
	width: 637px;
	height: auto;
	background-color: #FFFFFF;
	color: #000000;
	padding: 15px;
	line-height: 21pt;
	left: 244px;
	top: 286px;
}	
#Fuss{
	position: absolute;
	top: 1338px;
	left: 16px;
	width: 919px;
	text-align: center;
	background-color: #FF0000;
	height: auto;
	padding-top: 10pt;
	padding-bottom: 10px;
	overflow: visible;
}
a:hover {
	background-color: #99FFFF;
	border-color: #FF0000;
	border: 2px;
}	
.Stil1 {
	font-weight: bold;
	font-size: 16px;
}
