html, body {
  margin: 0px;
  background-image: url(bilder/bg.gif);
  background-repeat: repeat-x;
  background-color: #f1f1f1;
}

h1 {
   color: #e69e4a;
   font-family: Georgia;
   font-size: 14pt;
}


h2 {
   color: #e69e4a;
   font-family: Georgia;
   font-size: 13pt;
}

p, li, td {
  font-size: 8pt;
  color: #000;
  font-family: Georgia;
}

img {
  border: 0px;
}

a:link {
  font-family: arial;
	font-size: 9pt;
	color: #004b79;
	font-weight: bolder ;
	text-decoration: none;
}

a:visited {
  font-family: arial;
	font-size: 9pt;
	color: #004b79;
	font-weight: bolder ;
	text-decoration: none;
}

a:active {
  font-family: arial;
	font-size: 9pt;
	color: #004b79;
	font-weight: bolder ;
	text-decoration: none;
}

a:hover {
  font-family: arial;
	font-size: 9pt;
	color: #ff9900;
	font-weight: bolder ;
	text-decoration: underline;
}

.content {
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(bilder/sidebg.png);
  background-repeat: repeat-y;
  width: 998px;
}

.inhalt {
  margin-left: 100px;
  float: left;
  width: 520px;
  margin-right: 5px;
}

.links {
  float: left;
  width: 200px;
  border-left: 1px solid #ff9900;
}

.links_content {
	margin-left: 5px;
}

.end {
  margin-right: auto;
  margin-left: auto;
  background-image: url(bilder/contentend.gif);
  background-repeat: no-repeat;
  width: 998px;
  height: 25px;
}