html {
	height: 100%;
}

body {
	background: #000;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	color: #eee;  
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#main { 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	width: 780px;
	min-height: 100%;
}

#eyecatcher {
	position: absolute;
	top: 50px;
	width: 100%;
	color: #ff1314;
	text-align: center;
	text-decoration: underline;
	font-size: 1.5em;
	font-weight: bold;
	
}


#news_left {
	position: fixed;
	left: 20px;
	bottom: 20px;
}

#news_right {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#news_left img, #news_right img {
	border: none;
	padding: 4px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #cccccc;
}

h4 {
	font-size: 18px;
}

img.img {
	margin: 10px auto 10px auto;
	display: block;
	border: none;
	padding: 4px;
	border: 1px solid #cccccc;
}

img.angebot {
	margin: 10px auto 10px auto;
	display: block;
}

a {
	color: #00ff00;
}

