@charset "UTF-8";
.dieter {
	font-family: "helvetica", arial;
	font-size: 15px;
	color: #000000;
	letter-spacing: 1px;
	line-height: normal;
	font-weight: bold;
}

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

a:hover {
	text-decoration: none;
	background-color: none;
	padding-bottom:0px;
	border-bottom-style: none;
	color: #4a4a4a;
}
a:visited {
	text-decoration: none;
}

#column_1 {
	position:absolute;
	width:100px;
	z-index:1;
	overflow: visible;
	float:left;
	left: 40px;
	bottom: 0px;
	top: 30px;
	border-top-style: none;
	padding-top: 4px;
}

#column_2 {
	position:absolute;
	left:40px;
	top:76px;
	width:150px;
	z-index:2;
	overflow: visible;
	float:left;
	border-top-style: none;
	padding-top: 4px;
}


#column_3 {
	position:absolute;
	left:150px;
	top:33%;
	width:150px;
	z-index:555;
	overflow: visible;
	float:left;
	border-top-style: none;
	padding-top: 0px;

}

#column_4 {
	position:fixed;
	right:40px;
	bottom:10px;
	width:200px;
	z-index:999;
	overflow: visible;
	float:left;
	font-size: 8px;
	text-align: right;
	font-weight: bold;
	color: #666666;
}