html, body {
 background-image: url();
 background-repeat: no-repeat;
 background-position: 0px 0px;
 background-color: F0F8FF;
 font-family: arial, times new roman, sans-serif;
 color: black;
 font-weight: normal;
 font-size: 10pt;
 margin: 0;
 padding: 0;
 top: 0px;
 left: 0px;
 width: 100%;
 height: auto;
}

a:link {
 color: blue;
 font-weight: normal;
 text-decoration: none;
}

a:visited {
 color: blue;
 font-weight: normal;
 text-decoration: none;
}

a:hover {
 color: red;
 font-weight: normal;
 text-decoration: none;
}

a:active {
 color: red;
 font-weight: normal;
 text-decoration: none;
}

.links {
 text-align: left;
}

.zentriert {
 text-align: center;
}

.blocksatz {
 text-align: justify;
}

.rechts {
 text-align: right;
}

img {
 width: auto;
 height: auto;
}

p, ul {
 color: black;
 font-weight: normal;
 font-size: 10pt;
 line-height: 1.2em;
 text-align: left;
}

b {
 color: black; 
 font-weight: bold; 
 font-size: 10pt;
}

h1 {
 color: black;
 font-weight: bold;
 font-size: 22pt;
}

h2 {
 color: black;
 font-weight: bold;
 font-size: 18pt;
}

h3 {
 color: black;
 font-weight: bold;
 font-size: 16pt;
}

h4 {
 color: black;
 font-weight: bold;
 font-size: 14pt;
}

h5 {
 color: black;
 font-weight: bold;
 font-size: 12pt;
}


#titel {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 700px;
 height: 120px;
 display: block;
 background-color: blue;
}

#titelinhalt {
 position: absolute;
 top: 45px;
 left: 60px;
}

#titelinhalt a{
 color: white;
 font-weight: bold;
 font-size: 30px
}

#logo {
 position: absolute;
 top: 0px;
 left: 700px;
 width: 300px;
 height: 120px;
 display: block;
 background-color: blue;
}

#logoinhalt {
 position: absolute;
 top: 20px;
 left: 100px;
 height: 100px;
 width: 100%;
 background-image: url();
 background-repeat:no-repeat;
}

#banner {
 position: absolute;
 top: 120px;
 left: 0px;
 width: 1000px;
 height: 30px;
 display: block;
 background-color: lightblue ;
}

#bannerinhalt {
 position: absolute;
 top: 5px;
 left: 30px;
 color: red;
 font-weight: bold;
 font-size: 20px;
}

#kartei {
 position: absolute;
 top: 150px;
 left: 0px;
 width: 1000px;
 height: 40px;
 display: block;
 background-color: lightblue ;
}

#karteiinhalt {
 position: absolute;
 top: 0px;
 left: 23px;
 color: black;
 font-weight: bold;
 font-size: 20px;
}

#karteiabschluss {
 position: absolute;
 top: 40px;
 left: 0px;
 width: 1000px;
 height: 2px;
 display: block;
 background-color: blue ;
}

#menuelinks {
 position: absolute;
 top: 190px;
 left: 0px;
 width: 180px;
 height: 3000px;
 display: block;
 background-color: blue ;
}

#menuelinksinhalt {
 position: absolute;
 top: 10px;
 left: 10px;
 width: 150px;
 display: block;
}

#menuelinksinhalt p {
 font-size: 20px;
 text-decoration: none;
 font-weight: bold;
 color: white;
}

#menuelinksinhalt a:link {
 font-size: 14px;
 text-decoration: none;
 width: 150px;
 display: block;
 font-weight: bold;
 color: black;
 background: #F0F8FF ;
}

#menuelinksinhalt a:visited {
 font-size: 14px;
 text-decoration: none;
 width: 150px;
 display: block;
 font-weight: bold;
 color: black;
 background: #F0F8FF ;
}

#menuelinksinhalt a:hover {
 font-size: 14px;
 text-decoration: none;
 width: 150px;
 display: block;
 font-weight: bold;
 color: white;
 background: #006699 ;
}

#menuelinksinhalt a:active {
 font-size: 14px;
 text-decoration: none;
 width: 150px;
 display: block;
 font-weight: bold;
 color: red;
 background: #006699 ;
}

#unterprojektmenueinhalt {
 position: relativ;
 width: 145px;
 display: block;
 padding-top: 0px;
 padding-right: 10px;
}

#unterprojektmenueinhalt a:link {
 font-size: 10px;
 text-decoration: none;
 width: 145px;
 display: block;
 font-weight: normal;
 color: black;
 background: #F0F8FF ;
}

#unterprojektmenueinhalt a:visited {
 font-size: 10px;
 text-decoration: none;
 width: 145px;
 display: block;
 font-weight: normal;
 color: black;
 background: #F0F8FF ;
}

#unterprojektmenueinhalt a:hover {
 font-size: 10px;
 text-decoration: none;
 width: 145px;
 display: block;
 font-weight: normal;
 color: white;
 background: #006699 ;
}

#unterprojektmenueinhalt a:active {
 font-size: 10px;
 text-decoration: none;
 width: 145px;
 display: block;
 font-weight: normal;
 color: red;
 background: #006699 ;
}

#inhalte {
 position: absolute;
 top: 200px;
 left: 200px;
 width: 820px;
 display: block;
}

#haupttext {
 position: absolute;
 top: 200px;
 left: 200px;
 width: 820 px;
 display: block;
}

#nurtext {
 position: absolute;
 top: 20px;
 left: 200px;
 width: 820 px;
 display: block;
}

