body {
	margin:0px;
	font-family : Verdana, Helvetica, Geneva, sans-serif;
	font-size : 12px;
	background-image : url(../img/background.gif);
	background-position : center;
	background-repeat : repeat-y;
}

#header {
	width:770px;
	height:270px;
	background-image : url(../img/header_novoferm.jpg);
	background-repeat : no-repeat;
	position:relative;
}
.impressum { 
	top:20px;
	right:2px;
	position:absolute;
	display:block;
	font-size:10px;
}
.text {
	margin-top:30px;
	width:770px;
	text-align:left;
	line-height:18px;
}

a { color:#0066b4; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
