* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0px;
  background-color: #E3E4E5;
  background-image: url(img/bg_body.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
}

.container {
  position: relative;
  width: 964px;
  margin: auto;
}

.header {
  position: relative;
  width: 964px;
  height: 88px;
  z-index: 5;
}

.suche {
	position: absolute;
	right: 14px;
	top: 8px;
	padding-right: 126px;
	color: #2D3574;
}

.logo {
  position: absolute;
  width: 196px;
  height: 102px;
  left: 18px;
  top: 26px;
  background-image: url(img/logo.gif);
  z-index: 5;
}

.logo-start {
  position: absolute;
  width: 196px;
  height: 102px;
  left: 18px;
  top: 26px;
  background-image: url(img/logo-start.gif);
  background-repeat: no-repeat;
  z-index: 5;
}

.navigation {
  position: absolute;
  height: 24px;
  width: 719px;
  left: 245px;
  top: 62px;
}

.navbalken {
  position: absolute;
  height: 8px;
  bottom: 0px;
  font-size: 1px;
  line-height: 1px;
  background-color: #86BB2B;
}

.navbalken_ro {
  position: absolute;
  height: 8px;
  bottom: 0px;
  font-size: 1px;
  line-height: 1px;
  background-color: #2D3574;
}

.navpunkt {
  position: absolute;
  height: 24px;
  top: 0px;
  z-index: 1;
}

.lines {
  position: absolute;
  width: 964px;
  height: 3px;
  left: 0px;
  top: 85px;
  font-size: 0px;
  background-image: url(img/lines.gif);
}

.container2 {
  position: relative;
  width: 964px;
  min-height: 485px;
  height: auto !important;
  height: 485px;
  background-color: #FFFFFF;
}

.footer {
  position: relative;
  width: 964px;
  height: 49px;
  color: #2D3574;
}

.footernav {
  position: absolute;
  height: 8px;
  width: 719px;
  left: 245px;
  top: 0px;
}

.anschrift {
  position: absolute;
  left: 15px;
  top: 15px;
}

.ipc {
  position: absolute;
  text-align: right;
  right: 15px;
  top: 15px;
}

img {
  border: 0px;
  vertical-align: bottom;
}

h1 {
  color: #86BB2B;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 12px;
}

a:link, a:active, a:visited {
  color: #2D3574;
  text-decoration: none;
}

a:hover {
  color: #86BB2B;
  text-decoration: none;
}

a.greenlink:link, a.greenlink:active, a.greenlink:visited {
  color: #86BB2B;
  text-decoration: none;
}

a.greenlink:hover {
  color: #2D3574;
  text-decoration: none;
}

input,textarea,select {
  border: 1px solid #86BB2B;
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

p {
  padding: 0px;
  margin: 0px;  
}

#tooltip {
  position: absolute;
  padding: 2px;
  color: #2D3574;
  text-align: center;
  background-color: #FFFFFF;
  border: 2px solid #73A915;
  display: none;
  z-index: 20;
}