#body {
	text-align: center;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#wrap {
	background-color: #FFF;
	width: 760px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	height: auto;
}
#marker{
	font-size: 14px;
	font-weight: bold
}

#wrap #kopfzeile {
	margin-top: 0px;
	height: 200px;
	width: auto;
}
#wrap #navigation {
	height: 60px;
	width: auto;
	padding-top: 30px;
}
#wrap #inhalt {
	height: 0px;
	width: auto;
}
#wrap #inhalt #leftcolumn {
	height: auto;
	width: 200px;
	float: left;
	padding-right: 30px;
}
#wrap #inhalt #rightcolumn {
	height: auto;
	width: 530px;
	float: right;
	color: #000;
}
#wrap #footer {
	text-align: center;
	font-size: 10px;
	height: auto;
	width: auto;
	padding-top: 25px;
	clear: right;
}
a {
	color: #F6C;
	text-decoration: none;
}
