

/* schriftstil,abst?nde */

body
{margin-top: 0px; margin-left: 0px; margin-right: 0px;margin-bottom: 0px; color: #8f8f8f;  background-color:#ffffff; font-family: verdana,arial; font-size: 10pt;
    overflow:auto;
    overflow: -moz-scrollbars-vertical; }


table,tr,td
{ color: #8f8f8f ;font-family: verdana,arial; font-size: 10pt}

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: #8f8f8f; scrollbar-base-color: #ffffff;
scrollbar-highlight-color : #8f8f8f; scrollbar-shadow-color : #e6e6e6;
SCROLLBAR-TRACK-COLOR: #e6e6e6;}


/* menue linke seite */


#menu1 a {display: block;
color:#8f8f8f; text-decoration:none ;font-family:verdana, sans-serif; font-size: 9pt;
background-color:white;

}


#menu1 a:visited{
color:#8f8f8f; text-decoration:none ;font-family:verdana, sans-serif; font-size: 9pt;
background-color:white;

}


#menu1 a:active{
color:#8f8f8f; text-decoration:none ;font-family:verdana, sans-serif; font-size: 9pt;
background-color:white;
}


#menu1 a:hover {
color: #800000;
text-decoration:none ;font-family:verdana, sans-serif; font-size: 9pt;
background-color:white;


}



/* allgemeine links im text */

p {	
	 font-weight: normal; 
     font-size: 12px;  
	 line-height:18px;
   }

a:link{ color: #8f8f8f; text-decoration:underline; ;font-family: verdana; font-size: 10pt;}

a:visited{color: #8f8f8f;text-decoration:underline;font-family: verdana; font-size: 10pt;}

a:active{ color:#8f8f8f;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:hover{ color: #ffffff;background-color:#800000; text-decoration:none;font-family: verdana; font-size: 10pt; }
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.text_inv { width: 1px; height: 1px; visibility: hidden; }

   .imageleft
       {	
     float: left;
	 margin-left: 0px;
	 margin-right: 20px;
	 border: 1px solid lightgray;
	 background-color: #ffffff;
padding: 3px;
   }
   
   .imageright
       {	
     float: right;
	 margin-left: 20px;
	 margin-right: 20px;
	 border: 1px solid lightgray;
	 background-color: #ffffff;
padding: 3px;
   }
   
   
     li {
font-size: 12px;
line-height: 18px;
list-style-type: disc;
list-style-position: outside;
}
