html {
}

body {
	font: normal 14px Arial;
	color: #333;	
	background: #fff url('../img/head_bg.gif') repeat-x;
}

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

a:hover {
  color: #000;
  text-decoration: underline;
}


#main {
	margin: 0 auto;
	width: 810px;
}

#top {
	text-align:center;
}

#left {
	padding:10px 10px 10px 20px;
	width: 359px;
	height: 403px;
	float:left;
	border-right: 1px dotted #999;
	margin: 70px 0 10px 10px;
	background: url('../bgleft.jpg');
	position:relative;
}

#right {
	padding:10px 20px 10px 10px;	
	width: 359px;
	height: 403px;
	float:left;
	margin: 70px 10px 10px 0;
	background: url('../bgright.jpg') right top;
	position:relative;
}

.bottom {
	font-size: 12px;
	color: #888;
	float: left;
	width: 180px;
	margin: 20px 0 0 40px;
}

h2 {
	font-size: 16px;
	color: #555;
}

img { border: none; }

#weiterlinks {
	position: absolute;
	left: 30px;
	top: 340px;
}

#weiterrechts {
	position: absolute;
	right: 30px;
	top: 340px;
}

