* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  background-image: url("images/bg.jpg");
}
body {
  margin: 0 auto 0 auto; 
  width: 744px;
  border: 0;
  color: #fff;
  font-family: verdana, mssansserif, arial, sans-serif;
  font-size: small;
	text-align: center;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}	
html > body {
  height: auto;
}
#container {
  text-align: left;
}
#navitop {
  margin-top: 10px;
	text-align: right;
}
#navitop a {
	color: #fff;
}
#navitop a:hover {
	color: #bbb;
	text-decoration: none;
	font-weight: bold;
}
#header {
	width: 744px;
}
#header a img {
  float: left;
}
#container-links {
	float: left;
}
#menue {
	width: 180px;
	padding: 0;
	margin-top: 100px;
}
#sponsoring {
  margin-top: 30px;
	margin-right: 0px;
	text-align: center;
	font-size: 0.7em;
}
#content {
	margin-left: 210px;
	padding-top: 80px;
	text-align: left;
}
* html #content {
	height: 1%;
}
#footer {
	margin-top: 40px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	clear: both;
}
#footer a {
  color: #fff;
	font-weight: normal;
}
#footer a:hover {
  font-weight: bold;
	text-decoration: none;
}
a {
	color: #bbb;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
  color: #bbb;
	text-decoration: underline;
}
h1 {
  font-size: 1.7em;
	margin-top: 1em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 1.0em;
	margin-left: 60px;
}
h3 {
  font-size: 1.3em;
	margin-top: 1.0em;
	margin-bottom: 0.3em;
}
h4 {
  font-size: 1.2em;
	margin-top: 1.0em;
	margin-bottom: 0.3em;
}

h5 {
  font-size: 1.1em;
	margin-top: 1.0em;
	margin-bottom: 0.3em;
}

#menue a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}
#menue a:hover {
  font-style: normal;
	font-weight: bold;
	color: #bbb;
}
#menue .active a {
	font-weight: bold;
	color: #bbb;
}
.menue_level1 {
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: small;
	list-style-type: none;
}
.menue_level2 {
  margin-left: 10px;
	font-size: 0.9em;
	list-style-type: none;
}
.menue_level3 {
  margin-left: 10px;
	font-size: 0.9em;
	list-style-type: none;
}


#header img {
  border: 0;
}
p {
  margin-bottom: 0.4em;
}
a img {
  border: 0;
}
.news_latest_container {
	width: 190px;
	float: right;
	color: #fff;
	margin-top: 56px;
	margin-bottom: 50px;
	margin-left: 30px;
}
.news_latest_item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	margin:5px;
	padding: 3px;
	font-size: small;
	text-align: right;
}
.news_latest_item h3 {
	text-align: right;
  font-size: 1.4em;
}
.news_latest_item a {
	color: #bbb;
}
.news_latest_item a:hover {
  color: #bbb;
	text-decoration: underline;
}
.news_latest_date {
  font-size: 0.8em;
	text-align: right;
}
.news_latest_morelink {
  font-size: 0.8em;
}
.news_single_item {
}
.news_single_timedata {
  float: right;
}
.news_single_backlink {
  margin-top: small;
}
#logo {
  text-align: right;
}
#logo img {
	margin-top: 130px;
}
