
body{
   background-image: url(./images/background.jpg);
   background-repeat: repeat-x;
   background-attachment: fixed;
   background-color: #b5b5b5;
   margin:0;
   padding:0;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 12px;
   height: 101%;
}

html{ 
   height: 101%;
}

a{
   color: #993300;
}

h1{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 22px;
   font-weight: bold;
   line-height: 24px;
   margin: 0;
   padding: 0;
   color: #004040;
}

h2{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   line-height: 20px;
   margin: 0;
   padding: 0;
   color: #960000;
}

h3{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   line-height: 14px;
   margin: 0;
   padding: 0;
   color: #960000;
}

h4{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   line-height: 20px;
   margin: 0;
   padding: 0;
   padding-top: 60px;
   color: #960000;
}

h5{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   line-height: 14px;
   margin: 0;
   padding: 0;
   color: #666666;
}


p{
   margin: 0;
   padding: 0px;
   padding-top: 3px;
}

ul{
   margin-top: 05px;
}

#container{
   width: 950px;
   margin: 0px auto;
   background-color: #e6e6e6;
   height: 100%;
}

#header{
   height: 150px;
   width: 946px;
   margin: 0px auto;
   padding: 0px;
   vertical-align: top;
   z-index: 4;
   background-image: url(./images/background_header.jpg);
   background-repeat: repeat-x;
   border-right: 2px solid #0b7c84;
   border-left: 2px solid #0b7c84;
   border-top: 2px solid #0b7c84;
}

#header table{
   padding: 0px;
}

#header h1{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 22px;
   font-weight: bold;
   line-height: 24px;
   margin: 0;
   padding: 0;
   color: #004040;
}

#header h2{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   line-height: 20px;
   margin: 0;
   padding: 0;
   color: #960000;
}


#menue{
   float: left;
   margin: 0px;
   padding: 0px;
   padding-top: 26px;
   width: 150px;
   z-index: 4;
   background-color: #e6e6e6;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 26px;
   font-weight: bold;
   text-decoration: none;
   text-align: left;
   display: block;
   white-space: nowrap;
   height: auto;
   min-height: 100%;
   border-left: 2px solid #0b7c84;
}

* html #menue{
   _height: auto;
   height: 100%;
}

#menue ul{
   width:150px;
   margin: 0px;
   padding: 0px;
   list-style: none;
}
#menue li{
   margin: 0px;
   padding: 0px;
   list-style: none;
   border-top: 2px solid #0b7c84;
}

#menue img{
   border-style: none;
   padding-left: 5px;
   padding-bottom: 30px;
   padding-top: 30px;
}

.mainmenue a{
   color: #004040;
   text-decoration:none;
   display: block;
   padding-left: 15px;
}

.mainmenue a:hover{
   background-color: #b6b6b6;
   padding-left: 15px;
}

.submenue a{
   color: #004040;
   text-decoration:none;
   display: block;
   padding-left: 30px;
   text-transform: none;
}

.submenue a:hover{
   background-color: #b6b6b6;
   padding-left: 30px;
}

.current a{
   color: #960000;
   background-color: #b6b6b6;
}


#textindexhtml{
   padding: 0px;
   padding-left: 30px;
   width: 600px;
   background-color: #f4ffe4;
   text-align: left;
   line-height: 20px;
   color: #666666;
   font-size: 12px;
   font-family: Arial, Helvetica, Verdana, sans-serif;
}


#text{
   float: left;
   padding-top: 26px;
   padding-left: 30px;
   padding-right: 30px;
   width: 512px;
   z-index: 2;
   background-color: #f0f0f0;
   text-align: left;
   line-height: 20px;
   color: #666666;
   font-size: 12px;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   background-image: url(./images/layout_bg.gif);
   height: auto;
   min-height: 100%;
   border-right: 2px solid #0b7c84;
   border-left: 2px solid #0b7c84;
   overflow: hidden;
}

* html #text{
   _height: auto;
   height: 100%;
}

#text p{
   text-align: justify;
   padding-top: 10px;
}

#text table{
   table-layout: fixed;
   width: 512px;
   border: 0px;
}

#text hr{
   height: 1px;
   color: #666666;
}

#text td.hline{
   background-image: url(./images/dashedline.gif);
   background-repeat: repeat-x;
}

#text table.routenplaner{
   width: 465px;
   border: 2px solid #0b7c84;
   overflow: hidden;
}

#text img{
   border-style: none;
}

#text .liststyle2{
   list-style-type: none; 
}

.formular {
   background-color:#a0a0a0;
   color: #960000;
   font-size: 12px;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-weight: bold;
}

form input,textarea,select {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 12px;
}

.error {
   color: #ff0000;
}


#images{
   float: left;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 26px;
   width: 200px;
   z-index: 1;
   background-color: #e6e6e6;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 16px;
   margin: 0;
   color: #666666;
   height: auto;
   min-height: 100%;
   border-right: 2px solid #0b7c84;
}

* html #images{
   _height: auto;
   height: 100%;
}

#images img{
   border-style: none;
   padding-top: 20px;
}

#images .zitat{
   font-weight: bold;
   padding: 0;
   padding-top: 0px;
   padding-bottom: 30px;
   color: #004040;
   text-align: center;
   border-bottom: 1px solid #004040;
}


#fill{
   position:fixed;
   border-width: 0px; 
   bottom:0px;
   height: 100%;
   width: 946px;
   z-index: -1;
   background-color: #e6e6e6;
   border-right: 2px solid #0b7c84;
   border-left: 2px solid #0b7c84;
}


#footer{
   position:fixed;
   clear: both;
   float:left;
   width: 946px;
   bottom:0px;
   height: 30px;
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   z-index: 5;
   background-color: #80bbb5;
   background-image: url(./images/background_footer.gif);
   background-repeat: repeat-x;
   color: #960000;
   font-size: 12px;
   font-family: Helvetica, Verdana, Arial, sans-serif;
   white-space: nowrap;
   border-right: 2px solid #0b7c84;
   border-left: 2px solid #0b7c84;
}

#footer p{
   padding-top: 8px;
   padding-left: 125px;
}

#footer a{
   color: #960000;
   text-decoration:none;
}

#footer a:hover{
   color: #004040;
}