body {
	margin-top: 20px;
	padding: 0;
	font: normal 13px/22px verdana, lucida, sans-serif;
	background-image: url(../images/bg.jpg);
}

#main {
	margin: 0 auto;
	padding: 0;
	width: 600px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
}

#banner {
	margin: 0;
	padding: 0;
}

.logo {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
h1 {
	margin: 0;
	padding: 0;
}
p {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.group {
	margin-top: 15px;
	margin-left: 10px;	
}


	/*
	 Navigation 
	*/


#navigation {
	
}

#navigation a {
	text-decoration: none;
	background-color: #ccc;
	color: #000;
	display: block;
	float: left;
	text-align: center;
	width: 149px;
	line-height: 24px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: none;
	margin-bottom: 25px;
}

#navigation a.ohnehome {
	border-left: none;
	background-color: #FF9E0D;
	color: #000;
}

#navigation a.ohne {
	border-left: none;
}

#navigation a.here {
	background-color: #FF9E0D;
	color: #000;
}

#navigation a.extra {
	width: 150px;
}

#navigation a.extrahere {
	width: 150px;
	background-color: #FF9E0D;
	color: #000;
}
#navigation a:hover {
	background-color: #FF9E0D;
	color: #000;
	
}

a {
	background-color: #fff;
	color: #000;
}

a:hover {
	background-color: #FF9E0D;
	color: #000;
}

	/*
	eof Navigation 
	*/


#content {
	margin-left: 25px;
	margin-right: 25px;
	padding: 0;
}

#footer {
	font-size: 10px;
	text-align: center;
	line-height: 30px;
	border-top: 1px solid #EBEBEB;
	margin-top: 20px;
}