HTML, BODY {
  height: 101%;
}

BODY {
  background-color: #0056A1;
  background-image: url(../images/body_hg.jpg);
	background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  height: 100%;
}

BODY, TD, TH, P, DIV {
  color: #77787A;
  font-size: 12px;
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px
}

img {
  border-color: #00519E;
  border-style: solid;
  border-width: 0px;
}

h1 { font-size: 17px; font-weight: bold; color: #00519E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h2 { font-size: 14px; font-weight: bold; color: #00519E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h3 { font-size: 13px; font-weight: bold; color: #00519E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h4 { font-size: 12px; font-weight: bold; color: #00519E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h5 { font-size: 11px; font-weight: bold; color: #00519E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h6 { font-size: 10px; font-weight: bold; color: #00519E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }

a { color: #00519E; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: none; }
a:hover { color: #00519E; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: underline; }
a:visited { color: #00519E; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }


#wrapper {
  width: 994px;
  min-height: 100%;
  position: relative;
	margin: 0px auto;
	background-image: url(../images/wrapper_hg.jpg);
	background-repeat: repeat-y;
}

#wrapper_left {
	float: left;
	width: 10px;
	background-image: url(../images/top_left_hg.jpg);
	background-repeat: no-repeat;
	height: 565px;
}

#wrapper_middle {
	float: left;
	width: 974px;
}

#wrapper_right {
	float: left;
	width: 10px;
	background-image: url(../images/top_right_hg.jpg);
	background-repeat: no-repeat;
	height: 565px;
}

* HTML #wrapper {
  height: 100%;
}

#header {
	width: 974px;
	height: 137px;
	background-image: url(../images/header_hg.jpg);
	background-repeat: repeat-x;
}


#navigation {
  clear: both;
	width: 974px;
	height: 69px;
	background-image: url(../images/nav_oben_hg.jpg);
	background-repeat: repeat-x;
}

#navigation .button {
  float: left;
  line-height: 43px;
  color: white;
  height: 43px;
  background-image: url(../images/button_nav_oben_hg.jpg);
	background-repeat: repeat-x;
}

#navigation .button a {
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  color: white;
  display: block;
  font-size: 13px;
  font-weight: bold;
}

#navigation .button a:hover {
  text-decoration: none;
  color: #0057A1;
  background-image: url(../images/button_nav_oben_over_hg.jpg);
	background-repeat: repeat-x;
}

#navigation .button_selected {
  float: left;
  line-height: 43px;
  color: white;
  height: 43px;
  background-image: url(../images/button_nav_oben_hg.jpg);
	background-repeat: repeat-x;
}

#navigation .button_selected a {
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  color: #0057A1;
  display: block;
  font-size: 13px;
  font-weight: bold;
  background-image: url(../images/button_nav_oben_over_hg.jpg);
	background-repeat: repeat-x;
}

#navigation .button_selected a:hover {
  text-decoration: none;
  color: #0057A1;
  background-image: url(../images/button_nav_oben_over_hg.jpg);
	background-repeat: repeat-x;
}


#main {
  clear: both;
	width: 974px;
}

#menu_left {
	width: 245px;
	float: left;
}


#menu_left .umfrage {
  background-image: url(../images/pfeil_grey_hg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	color: #0057A1;
	padding-left: 15px;
	width: 190px;
	padding-top: 7px;
	font-size: 11px;
  font-weight: bold;
  padding-bottom: 5px;
}

#menu_left .button {
  line-height: 28px;
  height: 28px;
  background-image: url(../images/pfeil_grey_hg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}

#menu_left .button a {
  padding-left: 15px;
  width: 205px;
  text-decoration: none;
  color: #0057A1;
  display: block;
  font-size: 11px;
  font-weight: bold;
}

#menu_left .button a:hover {
  text-decoration: none;
  color: #E3001B;
}


#menu_left .button_selected {
  line-height: 28px;
  height: 28px;
  background-image: url(../images/pfeil_grey_hg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}

#menu_left .button_selected a {
  padding-left: 15px;
  width: 205px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #E3001B;
}

#menu_left .button_selected a:hover {
  padding-left: 15px;
  width: 205px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #E3001B;
}


#content {
	width: 709px;
	float: left;
	padding-right: 15px;
}

#footer {
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	position: fixed;
	height: 55px;
	width: 100%;
	bottom: 0px;
	text-align: center;
	background-image: url(../images/footer_hg.jpg);
	background-repeat: repeat-x;
}

form {
   display: inline;
}