.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	text-align: justify;
}
.standardKleiner {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.standardLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-variant: small-caps;





}
.standardKlein9 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.standardZitat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #990000;
	font-weight: bold;
}

a.link {color:#FFFFFF; text-decoration:underline}

h3 {
	font:italic normal 1.4em georgia, sans-sarif;
	color:#990000;
	}
	
h4 {
	font:italic normal 1.0em georgia, sans-sarif;
	color:#990000;
	text-shadow:#0033FF;
	}
#containter li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}

#containter {
	width:980px;
	height:auto;
	overflow:visible;
	border: ridge #FF6633 1px;
	margin-left:175px;
	margin-right:175px;
	margin-top:20px;
	}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.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*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>

