
body{
	background-color:#fff;
    color: #000;
    font: normal 75% lucida sans, tahoma, arial, helvetica, sans-serif;
    margin: 0;
	padding: 0;
    text-align: center;
}

div#contentseite {
    text-align: left;
    margin: 0 auto;
    width: 900px;
	height: 100%;
    padding: 0;
	color: #000;
	background-color: #fff;
}

#innen {
	width: 900px;
 	float: left;
	overflow: hidden;
	background-image: url(../img/hg.gif);
    background-repeat: repeat-y;
    background-position: left;
}

 /*+++++++++++++++++++++ Header +++++++++++++++++++++++++*/
#header {
  height: 264px;
  width: 900px;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
  color: #fff;
}

#h_linie1 {
  width: 678px;
  height: 5px;
  background-color: #034787;
  color: #fff;
  margin-top: 58px;
  float: left;
}

#h_linie2 {
  width: 22px;
  height: 5px;
  background-color: #034787;
  color: #fff;
  margin-top: 58px;
  float: right;
}

#h_image {
  background-image: url(../img/head.jpg);
  width: 900px;
  height: 180px;
  float: left;
  margin: 2px 0px 0px 0px;
}

#h_logo {
  width: 145px;
  height: 127px;
  border: none;
  float: right;
  margin: -52px 50px 0px 0px;
}

* html #h_logo {
  width: 145px;
  height: 127px;
  border: none;
  float: right;
  margin: 0px 50px 0px 0px;
}

#metanavi {
  position: relative;
  top: 50px;
  width: 384px;
}

* html #metanavi {
  position: relative;
  top: 50px;
  width: 359px;
}

*+html #metanavi {
  position: relative;
  top: 50px;
  width: 369px;
}


.h_grau a{
  color: #999;
  background-color: #fff;
  font: normal 80% lucida sans, tahoma, arial, helvetica, sans-serif;
  text-decoration: none;
}

.h_grau a:hover {
  text-decoration: none;
  color: #034787;
  background-color: transparent;
}

.h_blau {
  float: right;
}

.h_blau a{
  color: #034787;
  background-color: #fff;
  font: normal 80% lucida sans, tahoma, arial, helvetica, sans-serif;
  text-decoration: none;
}

 /* +++++++++++++++++++++++ linke Spalte ++++++++++++++++++++++++++++ */
div#navigation {
   float: left;
   width: 200px;
   margin: 10px 0px 0px 20px;
   padding: 0px 0px 0px 0px;
   height: 100%;
   overflow: hidden;
}

* html div#navigation {
   margin: 10px 0px 0px 10px;
}

*+html div#navigation {
   margin: 2px 0px 0px 20px;
}

div#navigation a {
  display: block;
  text-decoration: none;
}


 /* +++++++++++++++++++++++ navi ++++++++++++++++++++++++++++ */

.nav1 {
  width: 180px;
  background-image: url(../img/navi.gif);
  background-repeat: no-repeat;
  background-position: right;
}

* html .nav1 {
  width: 180px;
  background-image: url(../img/navi.gif);
  background-repeat: no-repeat;
  background-position: right;
}

.normal {
  color:#fff;
  line-height: 280%;
  font-weight: bold;
  background-color: #034787;
  padding-right: 4px;
}

.aktiv {
  color:#fff;
  line-height: 280%;
  font-weight: bold;
  background-color: #034787;
  padding-right: 4px;
}

.normal:hover  {
  color:#bbb;
  line-height: 280%;
  font-weight: bold;
  background-color: #034787;
  padding-right: 4px;
}

.subnavi {
  margin: 0px 0px 25px 0px;
}

.sub_normal {
  color: #fff;
  font-weight: normal;
  line-height: 220%;
}

.sub_aktiv {
  color: #bbb;
  font-weight: normal;
  line-height: 220%;
}

.sub_normal:hover {
  color: #bbb;
  font-weight: normal;
  line-height: 220%;
}

ul.sub2navi {
  margin: 0px 0px 10px -2px;
  list-style-type: square;
  color: #bbb;
}

*+html ul.sub2navi {
  margin: 0px 0px 10px 41px;
  list-style-type: square;
}

ul.sub2navi li {
  list-style-type: square;
  color: #fff;
}

.sub2_normal {
  color: #fff;
  line-height: 180%;
}

.sub2_aktiv {
  color: #bbb;
  line-height: 180%;
}

.sub2_normal:hover {
  color: #bbb;
  line-height: 180%;
}

/* +++++++++++++++++++++++++ Content - Unterseite reiner Inhalt +++++++++++++++++++++++++++++ */

div#inhalt {
  float: left;
  padding: 0;
  margin: 27px 0px 0px 28px;
  width: 420px;
  font: normal 100% lucida sans, tahoma, arial, helvetica, sans-serif;
}

*+html div#inhalt {
  margin: 27px 0px 0px 14px;
}


* html div#inhalt {
  margin: 27px 0px 0px 0px;
}

 /* +++++++++++++++++++++++++ Allgemeiner Textformatierung +++++++++++++++++++++++++++++ */

div, span, p, a, table, tbody, tr, td, li {
  background-color: transparent;
  font: normal 100% lucida sans, tahoma, arial, helvetica, sans-serif;
  line-height: 150%;
  color: #60626A;
}

 a {
  color: #034787;
}

 a:hover {
  color: #BBB;
}

a:focus { outline: none;}


h1 {
  background-color: transparent;
  color: #034787;
  font: bold 105% lucida sans, tahoma, arial, helvetica, sans-serif;
  line-height: 150%
}

h2 {
  background-color: transparent;
  color: #60626A;
  font: bold 105% lucida sans, tahoma, arial, helvetica, sans-serif;
  line-height: 150%
}

h3 {
  background-color: transparent;
  color: #034787;
  font: bold 100% lucida sans, tahoma, arial, helvetica, sans-serif;
  line-height: 150%
}

h4 {
  background-color: transparent;
  color: #60626A;
  font: bold 100% lucida sans, tahoma, arial, helvetica, sans-serif;
  line-height: 150%
}

h5, h6 {
  background-color: transparent;
  color: #60626A;
  font: bold 100% lucida sans, tahoma, arial, helvetica, sans-serif;
  line-height: 150%
}

ol {
margin: 0px 0px 0px -20px;
}

* html ol {
margin: 0px 0px 0px 25px;
}

*+html ol {
margin: 0px 0px 0px 25px;
}

ol li {
margin: 10px 0px 10px 0px;
}

* html ul li{
list-style-type: square;
margin: 0px 0px 0px 20px;
}

ul li{
list-style-type: square;
margin: 0px 0px 0px -25px;
}

 /* +++++++++++++++++++++++++  rechte Spalte +++++++++++++++++++++++++++++ */

div#right {
  float: right;
  width: 200px;
  font: normal 100% lucida sans, tahoma, arial, helvetica, sans-serif;
  margin: 7px 0px 10px 0px;
  padding: 0px;
}

.r_linie {
  width: 150px;
  color: #034787;
  background-color: #034787;
  height: 1px;
  border: none;
}

*+html .r_linie {
  margin: -10px 0px 0px 0px;
}

/* +++++++++++++++++++++++++  Aktuelles  +++++++++++++++++++++++++++++ */
div.aktuelles {
  margin: 0px 0px 35px 5px;
  padding: 0px 0px 0px 0px;
  background-color: #fff;
  width: 150px;
  color: #60626A;
}

div.aktuelles p {
  width: 150px;
  color: #60626A;
}

*+html div.aktuelles p {
  margin: -10px 0px 0px 0px;
}

div.aktuelles h1 {
  width: 150px;
  color: #034787;
  background-color: #fff;
  text-align: center;
}

/* +++++++++++++++++++++++++  Spacer +++++++++++++++++++++++++++++ */

#spacer {
  width: 10px;
  height: 20px;
  background-color: #fff;
  position: relative;
  left: 192px;
  top: -8px;
}


*+html #spacer {
  top: -7px;
}

* html #spacer {
  top: -7px;
}

/* +++++++++++++++++++++++++  Footer +++++++++++++++++++++++++++++ */

div#fusszeile {
  clear: both;
  width: 420px;
  margin: 0px 0px 10px 460px;
}

div#fusszeile p {
  padding: 20px 0px 10px 0px;
  font: normal 80% lucida sans, tahoma, arial, helvetica, sans-serif;
  color: #999;
}

div#fusszeile a{
  text-decoration: none;
  color: #999;
}

div#fusszeile a:hover{
  text-decoration: none;
  color: #034787;
}


/* +++++++++++++++++++++++++  Formulare  +++++++++++++++++++++++++++++ */

input {
  font: 100% lucida sans, tahoma, arial, helvetica, sans-serif;
}


/* +++++++++++++++++++++++++  Icons +++++++++++++++++++++++++++++ */

.download img {
  border: none;
}

span.h_blau a{
  line-height:18px;
}
