body {
	background:url(images/body_bg_startseite.gif) no-repeat top left;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#a2a3a5;
}

img { border:0px solid #fff; }

a {
	color:#a2a3a5;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

#wrapper {
	margin:220px 0 0 475px;
	width:500px;
}

#headnavigation { 
	width:500px;
	padding-top:5px;
}

#headnavigation ul {
	list-style:none;
	margin:0 0 0 240px;
	padding:0;
}

#headnavigation ul li {
	padding:0 5px;
	float:left;
}


#content {
	clear:both;
	padding-top:25px;
}

.start {  }
.start a {
	height:65px;
	display:block;
	width:500px;
	text-decoration:none;
	background-color:#fff;
	vertical-align:text-bottom;
	padding-bottom:12px;
	cursor:pointer;
}

.start a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.start img {
	margin-right:5px;	
}