html, body { 
	height: 100%; 
	margin: 0;
	padding: 0;
}


#abstand {
	height: 50%;
	margin-bottom: -285px;
	width: 1px;
}

#content {
	height: 570;
	overflow: hidden;
	position: relative;
	margin: auto auto;
	width: 910;
}

p {
	margin: 20px;
	color: #3b3b3b;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

h1 {
	font: bold 16px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #555;
	margin: 20px 20px 0;
}

.loop {
	color: #3b3b3b;
	font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
	color: #6f6f6f;
	font: 16px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 20px;
}

h3 {
	color: #555;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 20px;
}

.loopbold {
	color: #555;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}



ul
{
	list-style:none;
	padding:0px;
	margin: 20px 0 0;
}

	
#menu {
	width: 170px;
}
	
#menu li a {
	height: 32px;
  	height: 24px;
	text-decoration: none;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}	
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	background: url(images/menu1.jpg) no-repeat 0 64px;
	padding: 8px 0 0 20px;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
	
#menu li a:hover {
	color: black;
	background: url(images/menu1.jpg) no-repeat 0 -32px;
	padding: 8px 0 0 20px;
	}
	
#menu li a:active {
	color: black;
	background: url(images/menu1.jpg) no-repeat 0 -64px;
	padding: 8px 0 0 20px;
	}

#aktief  {
	color: black;
	background: url(images/menu1_aktief.jpg) no-repeat 0 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul_2 {
	list-style-type: disc;
}

