body {
	background: #FFFFFF;
	font-family:Arial,sans-serif;
	font-size: 100%;
	color:#000000;
	background-image:url(img/background.png);
	background-position: right top;
	background-repeat:repeat-y;
}
h1 {
	font-size: 120%;
	font-weight: bold;
}
h2 {
	font-size: 105%;
	font-weight: bold;
}

div.divider {
	background-image: url(img/horizontal_line.png);
	height:10px;
	width:406px;
	margin-bottom:15px;
}
#main {
	width:1080px;
	margin:0 auto;
}
#navigation {
	width:500px;
	float:right;
}
#content {
	background: #EEEEEE;
	width:530px;
	float:left;
	border:3px solid #b7def3;
	border-style: dashed;
	padding: 20px 20px 20px 20px;
	text-align:justify;
	/*Folgendes funktioniert nicht in allen Browsern: */
	min-height:587px;
}
#telephone {
	color: #131734;
	font-size:19px;
	padding-left:20px;
	height:10px;
}
#impressum {
	color: #131734;
	font-size:9pt;
	font-weight:bold;
}
#footer {
	width:565px;
	height:61px;
	background-image: url(img/content_shadow.png);
	background-repeat: no-repeat;
	background-position: 62px 0px;
	padding-top:13px;
	text-align:left;
	clear:left;
}
.download {
	width:20px;
	height:20px;
	background:url(img/down_alt.png);
	float:left;
}
