@charset "windows-1250";
body {

	scrollbar-face-color: #6BCAE2;
	scrollbar-shadow-color: #ff9966;
	scrollbar-highlight-color: #efefef;
	scrollbar-3dlight-color: #003399;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #B5E5F1;
	scrollbar-arrow-color: ##efefef;
	background-image: url(../images/farbverlauf.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	
}
.seitename   {
	color: #900;
	font-size: 24pt;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.bildname   {
	color: #900;
	font-size: 10pt;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
a:link    {
	color: #FFF;
	font-size: 10pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
a:visited {
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover   {
	color:#f00;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
} 
a:active {
	color:#F00;
	text-decoration:underline;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}




.chrift {
	font-size: 12pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;

}
.uberchrift {
	font-size: 12pt;
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}
.uschrift1 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	font-weight: bold;
	
}
.uberchrift2 {
	color: #900;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.a {
	font-red:normal;
	font-size:12px;
	color: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
.a2 {
	color: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.a3 {
	font-size:9px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.B {
	font-size:10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}


.tb_blau {
	background-color: #58A9BD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	bottom: 15px;
	}
#blauchrift {
	color: #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.hover1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #FFF;
}
.tb_orange {
	background-color: #ff9933;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	bottom: 15px;
	font-size: 9px;
	}.hover2 {
	font-size: 10px;
	font-weight: normal;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #58A9BD;
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: -100px;
left: 100px; /*position where enlarged image should offset horizontally */

}#qu {
	font-size: smaller;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
.hidden {
    display: none;
}