/*rücksetzen */
*{
    margin: 0 auto;
    padding: 0;
    font-family: Arial, sans-serif;
    font-style: normal;
    border: none;
    font-size: small;
}

/*Überschrift 1*/
h1{
   text-align: left;
   /*font-size: medium;*/ 
}

/*Überschrift 2*/
h2{
   text-align: left;
   font-size: large;
}

/*Überschrift 3*/
h3{
   text-align: left;
   font-size: medium;
}

/*großer Text*/
h4{
   text-align: center;
   color: #C0C0C0;
   color: #5E5C5E;
   /*color: #008080;   */
   font-size: large;
}

.TextStandard{
    font-size: small;
}

/*Trennungslinie*/
hr{
      color: #008080; 
      background: blue; 
      height: 2px;
      border: none;
      width: 100%;
}

/*unbesuchter link*/
a{
   color: black;
   text-decoration: none;  
   font-size: medium;  
}

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

a.activePage{
   font-weight: bold;
}

a.list{
    text-decoration: none;
    font-weight: bold;
    font-size: small;
}

/* Menüpunkt */
li{
}

li.Menue{
    float: left;
    margin-right: 15px;
    list-style-type: none;
}

li.Vertikal{
   float: none;
   margin-left: 20px;
   list-style-type: disc;
   /*list-style-image: url(../Images/PfeilNachLinks.png); */
}




.Label{
    margin: 1px 0;
    text-align: right;
    width:100px;
    display: block;
    display: inline-block;
    font-size: small;
    text-align: left;
}

.Input{
    margin: 1px 0;
    border:1px solid #c4c3d7;  
    padding: 2px;
    width: 300px;
}


.Button{
    background-color:#aaa; 
    color:#fff; 
    width:153px;
    border:0px solid #ddd;
}


#container{
    width: 980px; 
    height: auto;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    border: none;
    color: #000000;
    font-size: small;
    /*neu*/
    overflow: hidden;   
    position: absolute;
}

#Header{
    height: 80px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: none;
    background-color: #fcfcfc;
    
    
}
#Menue{
    height: 1.9em !important;  /* für moderne Browser */
    height: 1.5em;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background-color: #C0C0C0;
    vertical-align: middle;
    border: none;
}

#wrapper{
    /*background-color: #C0C0C0;  */
    width: 100%; 
    border: none;
    margin: 0 auto;
    background-image: url(../Images/Wassertropfen.png); 
     /*background-image: url(../Images/testwrapper.png); */
    /*background-color:#3F919E; */
}

#Colum1{
    border: none;    
    width: 333px;
    float: left;
    display: inline; /*--für IE 6 wegen Doubled-Float-Margin-Bug--*/
    min-height:480px;
  	height:auto !important;  /* für moderne Browser */
  	height:500px;  /*für den IE */
}

#Content{
    margin: 0 0 0 333px;  
    padding: 20px 0 0 20px; 
    background: #f2f2f2;
    
    min-height:480px;
  	height:auto !important;  /* für moderne Browser */
  	height:480px;  /*für den IE */
}

#Footer{
    border: 0;
    margin: 0 auto;
    text-align: left;
    clear: left;
    height: 20px;
    width: 100%;
    font-size: small;
    background-color: #C0C0C0;
}

.navigation-menue{
height: 1em;
margin-left: 27%;
padding: 3px;
color: black;
}

.ImageLeft{
    float: left;
    border-color: #FF0000;
    border-style: double;
    border: none;
}

.ImageIndex{
    border-color: #FF0000;
    border-style: double;
    border: none;
    margin-left: 200px;
}

.DescriptionForImageLeft{
    padding-left: 120px;
    border-color: #FF0000;
    border-style: double;
    border: none;
   /* width: 80%;  unerwünschten Zeilenumbruch unterdrücken*/
}

.floatstop{
    float: none;
}

#clearDiv{
 content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
 /*position:relative;
 line-height: 1px;*/}

     


