html, body { 
	margin-top: 0px; 
    margin-bottom: 0px;
	height: 100%;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}

div#wrapper {
	margin: 0 auto;
	width: 700px;
	height: 100%;
	background-color: #D3D3D3;
}

div#menu { 
	height: 81px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EB7400;
	background-image:url(images/header.gif);
}

div#content {
	background-image:url(images/content_top.gif);
	background-repeat: no-repeat;
	background-color: #D3D3D3;
	padding: 10px 10px 10px 13px;
	text-align: left;
}

div#impressum {
	position: absolute;
	top: 0px; 
	margin-left: 480px; 
	width: 205px; 
	height: 110px;
	z-index: 1;
	cursor: pointer;
}

a:link {
	color: #222222;
}
a:visited {
	color: #222222;
}
a:hover {
	color: #EB7400;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #222222;
	text-decoration:underline;
}

/* News */
div.news {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	padding-right: 25px;
}

.news .title {
	font-size: 20px;
	text-decoration:underline;
}

.news .date {
	font-size: 13px;
	font-style: italic;
}

/* Home Reviews */

#home_reviews {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
}

/* Page Navigation */
div#pages {
	text-align: right;
	font-size: 14px;
	padding-bottom: 10px;
	padding-right: 25px;
}

div#pages a { 
	color: #444444;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

.active_page {
	font-size: 18px;
	color: #EB7400 !important;
}