body { 
            background-image: url(../Bilder/design/bg.jpg); 
            background-repeat: repeat; 
            background-attachment: fixed; 
     }
     
a:link { 
            color: #193269; 
            font-size: 12px; 
            font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
            font-weight: bold; 
            text-decoration: none; 
       }
       
a:visited { 
            color: #193269; 
            font-size: 12px; 
            font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
            font-weight: bold; 
            text-decoration: none; 
          }
          
a:hover { 
            color: silver; 
            font-size: 12px; 
            font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
            font-weight: bold; 
            text-decoration: underline; 
        }
        
a:active { 
            color: #193269; 
            font-size: 12px; 
            font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
            font-weight: bold; 
            text-decoration: none; 
         }
         
.txthpt { 
            color: black; 
            font-size: 12px; 
            font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
            line-height: 16px; 
            text-decoration: none; 
            padding: 35px 10px 10px 18px; 
        }
        
/*Fusszeile*/
.fuss1 { 
            color: silver; 
            font-size: 10px; 
            font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
            line-height: 15px; 
            text-decoration: none; 
       }
       
.fuss2 { 
            color: #193269; 
            font-size: 10px; 
            font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
            font-weight: bold; 
            line-height: 20px; 
            text-decoration: underline; 
       }
       
/*Layoutboxen*/
#container { 
            background-color: white; 
            background-image: url(../Bilder/design/BGcont.gif); 
            background-repeat: repeat; 
            width: 700px; 
            height: 832px; 
           }
           
#menu { 
            width: 700px; 
            height: 110px; 
      }
      
#titel { 
            width: 700px; 
            height: 170px; 
       }
       
#left { 
            background-color: white; 
            width: 280px; 
            height: 77%; 
            float: left; 
            clear: right; 
      }
      
#content { 
            width: 420px; 
            float: left; 
            clear: right; 
            height: 77%; 
            min-height: 490px; 
            max-height: 1000px; 
         }
         
#fuss { 
            background-image: url(../Bilder/design/Fuss.gif); 
            width: 700px;
            float: left; 
            padding-top: 20px; 
            padding-bottom: 10px; 
      }
      
/*Header Content*/
.headCon01 { 
            background-image: url(../Bilder/content/content01.gif); 
            background-repeat: repeat; 
           }
           
.headCon02 { 
            background-image: url(../Bilder/content/content02.gif); 
            background-repeat: repeat; 
           }
           
.headCon03 { 
            background-image: url(../Bilder/content/content03.gif); 
            background-repeat: repeat; 
           }
           
.headCon04 { 
            background-image: url(../Bilder/content/content04.gif); 
            background-repeat: repeat; 
           }
           
.headCon05 { 
            background-image: url(../Bilder/content/content05.gif); 
            background-repeat: repeat; 
           }
           
.bildlegende { 
            color: gray; 
            font-size: 11px; 
            font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
            line-height: 15px; 
            text-decoration: none; 
             }
             
.form { 
            color: black; 
            font-size: 12px; 
            font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
            line-height: 16px; 
            text-decoration: none; 
      }
      
input { 
            width: 160px; 
            margin-bottom: 2px; 
            border: solid 1px #193269; 
      }
      
textarea { 
            color: black; 
            font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
            text-decoration: none; 
            width: 160px; 
            margin-bottom: 5px; 
            border: solid 1px #193269; 
         }
         
.Rahmen { border: solid 1px #193269; }

h1 { 
          color: white; 
          font-size: 20px; 
          font-family: Verdana, Arial, Helvetica, sans-serif; 
          font-weight: bold; 
          line-height: 30px; 
          text-decoration: none; 
          padding-top: 100px; 
   }
   
h2 { 
          color: white; 
          font-size: 18px; 
          font-family: Verdana, Arial, Helvetica, sans-serif; 
          font-weight: bold; 
          line-height: 26px; 
          text-decoration: none; 
   }
   
h3 { 
          color: white; 
          font-size: 14px; 
          font-family: Verdana, Arial, Helvetica, sans-serif; 
          line-height: 20px; 
          text-decoration: none;
   }
   
.bgwhite { 
          background-color: white; 
          background-image: url(../Bilder/design/BGcont.gif); 
          background-repeat: repeat; 
         }

