/*Credits: Dynamic Drive CSS Library */
		/*URL: http://www.dynamicdrive.com/style/ */

	.thumbnail{
		position: relative;
		z-index: 0;
		}

	.thumbnail:hover{
		background-color: transparent;
		z-index: 50;
		}

	.thumbnail span{ /*CSS for enlarged image*/
		position: absolute;
		background-color: white;
		padding: 10px;
		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: -480;
		left: 2px; /*position where enlarged image should offset horizontally */

		}


/* helpmaster.de, http://www.helpmaster.de*/

body{
    Font-Family : Arial, Helv, Helvetica, sans-serif ;
    font-size : 14px  ;
	}
    
p,td,li,blockquote,table,b{
	Font-Family : Arial, Helv, Helvetica, sans-serif ;
	font-size : 14px  ;
	text-align: justify;
	line-height: 1,8;	
	color : #000000;
	}


.blau{
     font-size : 16px  ;
     font-weight: bold;
	color : #5685BD;
    }

.gelb{
	font-size : 16px  ;
     font-weight: bold;
	color : #F6B115;
    }    
    
.initial{
    font-size : 16px;
    font-weight: bold;
    color : #000000;
    }

        
.unten{
    font-size : 12px;
    color : #000000;
    }
        
a:link{
	color : #243b55;
	font-family : Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration : underline;
 	
	}

a:visited{
	color : #4275AE;
	font-family : Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration : underline;
	
	}

a:hover{
	color : #B60000;
	font-family : Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration : underline;
    }


a:active{
	color : #B60000;
	font-family : Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration : underline;
    }




