* {
  margin: 0;
  padding: 0;
}
html {
  margin: 0;
  padding: 0;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
}
body {
  margin: 0 auto 0 auto; 
  padding: 0;
	height: 100%;
	width: 900px;
	border: 0;
	color: #000000;
	font-family: verdana, mssansserif, arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background-position: 0px 0px;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
}	
html > body {
  height: auto;
	min-height: 100%;
}
#container {
  text-align: left;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	height: 150px;
	width: 900px;
}
#menue {
	width: 130px;
	padding-left: 20px;
	padding-top: 50px;
	float: left;
	color: #cc0000;
}
#sponsoring {
  margin-top: 30px;
	margin-left: -18px;
	text-align: center;
	font-size: 0.7em;
}
#content {
	margin-left: 175px;
	padding-right: 24px;
	padding-top: 24px;
}
* html #content {
	height: 1%;
}
#footer {
  margin-left: 175px;
	margin-right: 24px;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 0.7em;
}
a {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
  font-size: 1.8em;
  text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}
h3 {
  font-size: 1.3em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}
.menue_level1 {
  list-style-type: none;
	margin-top: 8px;
}
#menue a {
	font-weight: normal;
}
.menue_level2 {
	list-style-type: square;
	margin-left: 20px;
	margin-top: 0px;
  font-size: 0.7em;
}
#menue .active a {
	font-weight: bold;
}
#header img {
  border: 0;
}
p {
  margin-bottom: 0.4em;
}
a img {
  border: 0;
}
.news_latest_container {
	border:1px solid #999999;
	background-color:#dddddd;
	width: 180px;
	float: right;
	font-size: 0.8em;
	margin-right: -5px;
}
.news_latest_item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:5px;
	border:1px solid #999999;
	background-color:#ffffff;
}
.news_latest_item h3 {
  font-size: 1.1em;
}
.news_latest_date {
  font-size: 0.8em;
	text-align: right;
	margin-bottom: 3px;
}
.news_latest_morelink {
  font-size: 0.9em;
}
.news_single_item {
}
.news_single_timedata {
  float: right;
}
.news_single_backlink {
  margin-top: 15px;
}
