body {
  background-color: white;
  font-size: 10pt;
  color: #0B0765;
  font-family: Helvetica;
  line-height: 150%;
  /*
  background-image: url(/images/hg_paper09.jpg);
  background-repeat:repeat;float:left;
  */
}

h1 {
	color:#F07110;
}


/*a:link {
	color:#0B0765;
}
a:visited {
	color:#0B0765;
}
*/

.floatRight{
	padding-left: 20px;
	float:right;
}
.floatLeft{
	float:left;
	padding-right: 40px;
}

img{
  border: 0px;
}

#mehr {
  position: fixed;
  left: 10px;
  top: 140px;
  float:left;
  z-index: 2;
}
/*
#mehr a:link {
  color: #9BC800;
}
#mehr a:visited {
  color: #F07110;
}
*/
#mehr #is_current_page {
  font-weight: bold;
  color: #F07110;
}

#Kontakt{
  position: fixed;
  left: 10px;
  top: 80%;
  float:left;
  z-index: 2;
}

#impressum {
  position: fixed;
  left: 10px;
  top: 90%;
  float:left;
  z-index: 2;
}

#breadcrumb{
  position: fixed;
  left: 10px;
  top: 100px;
  float:left;
  z-index: 2;
}

#logo {
  position: fixed;
  left: 20px;
  top: 0px;
  float:left;
  z-index: 1;
  background-color: #FFFFFF;
  width: 150px;
  height: 90px;
}

/* Menu */
#menu {
  position: fixed;
  left: 150px;
  top: 0px;
  z-index: 2;
  width: 90%;
  height: 100px;
  border: 0;
  background-color: #FFFFFF;
}

#content {
  position: absolute;
  width: 60%;
  left:  200px;
  top:   140px;
  /*
  border-left: 1px solid #373038;
  border-right: 1px solid #373038;
  border-bottom: 1px solid #373038;
  */
}
#startcontent {
  position: absolute;
  width: 70%;
  left:  150px;
  top:   140px;
  /*
  border-left: 1px solid #373038;
  border-right: 1px solid #373038;
  border-bottom: 1px solid #373038;
  */
}

