html, body {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 100.01%;
 background-color: #A4B4FF;
 text-align:center;
}

* {
 margin: 0;
 padding: 0;
}

#container {
 position: relative; top:20px;
 margin:auto;
 width: 990px;
 height: 670px;
 border: 1px solid #747474;
 background-color: #FFFFFF;
 background-image: url(bilder_layout/bg.jpg);
 background-repeat: no-repeat;
 text-align: left;

 }

#header {
 position: relative;
 width: 990px;
 height: 120px;
 }

#header1 {
 position: absolute;
 padding: 15px 7px 7px 15px;
 }

#header2 {
 position: absolute; left: 105px;
 padding: 23px 7px 7px 15px;
 }

#header3 {
 position: absolute; left: 350px;
 padding: 7px 7px 7px 7px;
 }

#header4 {
 position: absolute; left: 860px;
 padding: 15px 7px 7px 7px;
 }

#menue {
 position: relative;
 width: 160px;
 height: 530px;
 font-size: 10pt;
 line-height: 150%;
 float:left;
 padding: 10px 0 0 15px;
 }

#content {
 position: absolute; top: 120px; left:200px;
 width: 790px;
 height: 540px;
 overflow:auto;
 }

#content1 {
 position: absolute;
 width: 370px;
 padding: 10px 0 0 0;
 }

#content2 {
 position: absolute; left:380px;
 width: 390px;
 padding: 10px 0 0 0;
 }

#content3 {
 position: absolute;
 width: 600px;
 padding: 10px 0 0 0;
 }

#content4 {
 position: absolute;
 width: 750px;
 padding: 10px 0 0 0;
 }

h1 {
 font-family: Arial;
 font-size: 14pt;
 color: #4A4A4A;
 text-align: left;
 padding: 0 0 10px 0;
 }

p {
 font-family: Arial;
 text-align: left;
 font-size: 10pt;
 color: #4A4A4A;
 padding:0 0 10px 0;
}

.gross {
  font-size: 13pt;
}

.fett {
 font-weight: bold;
}

.blau  {
  color: #2940B6;
}

.rot{
  color: #C40000;
}

.rahmen {
  border:1pt solid #747474;
  padding: 3px;
  margin: 15px 20px 10px 0;
 }

.foto {
 font-size:10px;font-family:Arial;
 margin: 10px 2px 10px 0px;
 float:left;
 }

.text {
 font-size:10px;font-family:Arial;
 width:200px; margin: 10px 40px 10px 2px;
 float:left;
 }

.z180{
 line-height: 180%;
 }

.z150{
 line-height: 150%;
 }

.z115{
 line-height: 115%;
 }

 a:link {
 font-family: Arial;
 text-align: left;
 color: #4A4A4A;
 }
a:visited {
 font-family: Arial;
 text-align: left;
 color: #4A4A4A;
}

a:active {
 font-family: Arial;
 text-align: left;
 color: #C40000;
}

a:hover {
 font-family: Arial;
 text-align: left;
 background-color: #D7DEFF;
 color: #2940B6;
}

a.aktuelles:link {
 color: #2940B6;
 font-family: Arial;
 font-size: 13pt;
 font-weight: bold;
 }

a.aktuelles:visited {
 color: #2940B6;
 font-family: Arial;
 font-size: 13pt;
 font-weight: bold;
 }

a.aktuelles:active {
 color: #2940B6;
 font-family: Arial;
 font-size: 13pt;
 font-weight: bold;
 }

a.aktuelles:hover {
 background-color: #D7DEFF;
 font-family: Arial;
 font-size: 13pt;
 font-weight: normal;
 font-weight: bold;
 }

.aktuelleseite {
 background-color: #D7DEFF;
 color: #2940B6;
}

.quadrat {
 list-style-type: square;
 padding: 0 0 0 15px;
 color: #4A4A4A;
 }

li {
 font-size: 10pt;
 }