<style type="text/css">
<!--

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

html {
    height: 100%
}

body {

     text-align: center;
     min-height:101%; /* ie */
}

#seitenbereich {
    background-color:white;
    margin: auto;  /* Zentrierung mitte */
    padding-top:5px;
    text-align:center; /* Inhalt wieder links */
    width:1200px;
}

.kopfzeile {
    background-color:silver;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    width:1200px;
}

.kopfzeile h1 {
    font-family:bookman old style;
    font-size:25pt;
    font-weight:normal;
    padding-top:5px;
    padding-bottom:0px;
}

.kopfzeile p {
     font-family:bookman old style;
     font-size:20pt;
     padding-top:5px;
     padding-bottom:0px;
}

#wrapperoben {
	width: 1200px;
}

#infokasten {
    background-color:#000066;
    border-top:3px solid black ; /* grün Trennlinie */
    border-color:green;
    color:white;
    float:left;
    font-family:arial narrow;
    font-size:13pt;
    height:240px;
    letter-spacing:1px;
    padding-top:40px;
    text-align:left;
    text-decoration:;
    width:250px;
}

#infokasten a {
    color:white;
    text-decoration: none;
    border:0px solid white;
    display: block;
    padding-top:10px;
    padding-bottom:10px;
}

#infokasten ul {
    list-style:none
}

#infokasten a:visited {
    color:white;
    text-decoration:none;
}

#infokasten a:hover {
    color:;
    text-decoration:underline;
}

.bild {
    float:left;
    height:283px;
    margin:0px auto;
    width:700px;
}

#navi {
    background-color:#000066;
    border-top:3px solid black ; /* grün Trennlinie */
    border-color:green;
    color:white;
    float:left;
    font-family:arial narrow;
    font-size:13pt;
    height:240px;
    letter-spacing:1px;
    padding-top:40px;
    text-align:left;
    text-decoration:;
    width:250px;
}

#navi a {
    color:white;
    text-decoration: none;
    border:0px solid white;
    display: block;
    padding-top:10px;
    padding-bottom:10px;
}

#navi ul {
    list-style:none /* keine Aufzählungspunkte */
}

#navi a:visited {
    color:white;
    text-decoration:none;
}

#navi a:hover {
    color:;
    text-decoration:underline;
}

#wrapperunten {
	width: 1200px;
}

#infokastenlanglinks {
    background-color:silver;
    border-top:3px solid black ; /* grün Trennlinie */
    border-color:green;
    clear:left;
    float:left;
    height:430px;
    overflow:auto;
    text-align:left;
    text-decoration:none;
    width:250px;
}

#infokastenlanglinks h6 {
    font-family:Arial Narrow;
    font-size:14pt;
    letter-spacing:1px;
    padding-left:40px;
}

#infokastenlanglinks ul {
    font-family:Arial Narrow;
    font-size:14pt;
    letter-spacing:1px;
    list-style:none;
    padding-left:40px;
}
#infokastenlanglinks li {
    text-decoration: none;
}
#infokastenlanglinks a {
    color:black;
    border:0px solid white;
    display: block;
    font-size:14pt;
    padding-top:px;
    padding-bottom:10px;
    text-decoration: none;
}

#infokastenlanglinks a:visited {
    color:black;
    text-decoration:none;
}

#infokastenlanglinks a:hover {
    color:;
    text-decoration:underline;
}

.text {
    background-color:white;
    border-top:3px solid black ; /* grün Trennlinie */
    border-color:green;
    float:left;
    height:400px;
    letter-spacing:1px;
    padding-top:2px;
    padding-bottom:;
    padding-left:45px;
    padding-right:45px;
    text-align:left; /* Blocksatz */
    width:610px;
}

.text h6 {
    font-family:Arial Narrow;
    font-size:14pt;
    letter-spacing:1px;
    padding-top:0px;
    padding-bottom:0px;
}

.text ul {
    font-family:Arial Narrow;
    font-size:14pt;
    letter-spacing:1px;
}

.text li {
    padding-bottom:10px;
}

.infokastenlangrechts {
    background-color:silver;
    border-top:3px solid black ; /* grün Trennlinie */
    border-color:green;
    clear:right;
    float:left;
    height:430px;
    overflow:auto;
    width:250px;
}

.fusszeile {
    background-color:white;
    border-top:3px solid black;
    border-color:green;
    clear:both;
    font-family:arial narrow;
    font-size:12pt;
    letter-spacing:1px;
    text-align:center;
    width:1200px;
}

.fusszeile a {
    color:black;
}

-->
</style>