html, body, h1, h2, h3, h4, p
{
  margin : 0px;
  padding : 0px;
}
body
{
  font-family : Arial, sans-serif;
  font-size : 13px;
  color : #006db6;
  background-color : #FFFFFF;
  background-image: url("body_background.jpg");
  background-position: left top;
  background-repeat: repeat-x;
  text-align: center;
}
img
{
  border : 0px;
}
p, li {
  line-height: 1.4;
}
div.clear
{
  clear : both;
  height : 0px;
  font-size : 0px;
  line-height : 0px;
}
h1 {
  font-size: 16px;
  padding-bottom: 16px;
  font-weight: bold;
  line-height: 1;
}
h2 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  color: #565656;
  line-height: 1.4;
}
h3 {
	font-weight: bold;
  margin-bottom: 11px;
	color: #565656;
	line-height: 1.4;
}
h4 {
	font-weight: bold;
	color: #565656;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 1.4;
}
p {
  padding-bottom: 12px;
  line-height: 1.4;
  margin: 0px;
}
td p {
  padding-bottom: 0px;
}
td {
  vertical-align: top;
}
p.kursiv {
  padding-bottom: 12px;
  font-style: italic;
  line-height: 1.4;
}
.no_margin_bottom {
  margin-bottom: 0px;
}
#content_container ul {
	margin-left: 0px;
	padding-left: 17px;
  margin-top: 0px;
}


/* Fetten Text etwas dünner erscheinen lassen SAFARI!*/
body, h1, h2, h3, h4, p, img, form, input, textarea, select, span, div, tr, a {
  text-shadow: #333 0 0 0;
}


/* Menü Styles */
div#frame div#menue div {
  float: left;
  margin-left: 18px;
}
div#frame div#menue div.first {
  float: left;
  margin-left: 0px;
}
div#frame div#menue div.last {
  float: right;
  margin-left: 0px;
}
div#frame div#menue div a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}
div#frame div#menue div a:hover, div#frame div#menue div a.akt {
  color: #B2d3e9;
}

div#frame div#menue_2 a {
  color: #1A1A1A;
  text-decoration: none;
}
div#frame div#menue_2 a:hover, div#frame div#menue_2 a.akt {
  color: #006db6;
}

div#frame div#content_container a{
  color : #006db6;
  text-decoration: none;
}
div#frame div#content_container a:hover{
  color: #B2d3e9;
}

div#frame div#nav_bottom a {
  color : #006db6;
  font-size: 11px;
  text-decoration: none;
}
div#frame div#nav_bottom a:hover, div#frame div#nav_bottom a.akt {
  color: #B2d3e9;
}