body {
	background:			#000000;
	text-align:			center;
	margin:				0px;
	padding:			0px;
}

.title {
	margin:				150px 0px 0px 0px;
	background:			url('/fileadmin/grafik/frontpage/title.png') center no-repeat;
	height:				26px;
}

.hline_top {
	margin:				15px 0px 5px 0px;
	background:			url('/fileadmin/grafik/frontpage/hline-top.png') center;
	height:				1px;
}

.logo {
	background:			url('/fileadmin/grafik/frontpage/logo.png') center no-repeat;
	height:				66px;
}

.hline_bottom {
	margin:				6px 0px 21px 0px;
	background:			url('/fileadmin/grafik/frontpage/hline-bottom.png') center;
	height:				1px;
}

.menu {
	font-family:		verdana;
	font-size:			11px;
	line-height:		13px;
	color:				#999999;
	text-align:			left;
	width:				344px;
	margin:				0px auto 0px auto;
}

.item {
	width:				172px;
	float:				left;
}

.right {
	text-align:			right;
}

a {
	font-family:		verdana;
	font-size:			11px;
	line-height:		100%;
	color:				#F0F0F0;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}



