body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #dddddd;
	text-align: center;
}

#wrapper {
	width: 960px;
	text-align: left;
	margin: 30px auto 0 auto;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 18px;
	text-align: center;
}

a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px;
	border-bottom-style: dotted;
}

a:hover {
	text-decoration: none;
	color: #E2001A;
}

.news_headline {
	font-size: 12px;
	font-style: italic;
}

.hr {
	width: 75%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.left {
	float: left;
	text-align: right;
	width: 40%;
	margin-right: 2%;
}

.right {
	margin-left: 43%;
}

#header {
	width: 960px;
	height: 166px;
	text-align: center;
	margin-bottom: 30px;
	background-color: #ffffff;
}

#navigation {
	float: left;
	width: 260px;
	height: 317px;
	line-height: 38px;
	padding-top: 90px;
	padding-bottom: 50px;
	background-image: url(../gfx/navibox.jpg);
	background-repeat: no-repeat;
}

.navipoint {
	text-align: center;
	margin: 0 auto;
	width: 248px;
	height: 38px;
	font-size: 20px;
	background-image: url(../gfx/navipoint.jpg);
}

#content {
	float: right;
	width: 610px;
	padding: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 30px;
	background-image: url(../gfx/contentbox.jpg);
	background-repeat: repeat-y;
}

#content_oben {
	float: right;
	width: 670px;
	height: 25px;
	margin-left: 30px;
	background-image: url(../gfx/contentbox_oben.jpg);
	background-repeat: no-repeat;
}

#content_unten {
	float: right;
	width: 670px;
	height: 25px;
	margin-left: 30px;
	margin-bottom: 20px;
	background-image: url(../gfx/contentbox_unten.jpg);
	background-repeat: no-repeat;
}

.thumbnail {
	margin-right: 20px;
	padding-top: 20px;
}
