body
{
	background-color: #c3d94e;
}

p
{
	text-align: center;
	color: #054200;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 14px;
}

h1
{
	color: #94330d;
}

h2
{
	margin-top: -20px;
	color: #054200;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 18px;
}

h3
{
	text-align: center;
	color: #94330d;
}

li
{
	margin-left: 52px;
	list-style-image:url("knopp.png");
	color: #054200;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 14px;
}

#logo
{
	position:absolute;
	width:600px;
	height:317px;
	left: 50%;
	margin-left: -300px;
	background-image: url("logo.png");
	padding: 0px;
}

#inhalt
{
	position:absolute;
	width:420px;
	height:600px;
	top:317px;
	left: 50%;
	margin-left: -300px;
	padding:0px 90px;
	background-color: #c3d94e;
}

#hintergrund
{
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:317px;	
	background-color: #FFFFFF;
}

#spalte1
{	
	width:210px;
	height:100px;
}
#spalte2
{	
	margin-top: -100px;
	margin-left:210px;
	width:210px;
	height:100px;
}