body
	{
	background-color:#FFFffF;
	margin:0px;
	}
img
	{
	border-width:0px;
	}
.normal
	{
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
	color:#1C0202;
	}
.bold
	{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:#1C0202;
	}
.normalred
	{
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
	color:#930000;
	}
.big
	{
	font-size:18px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
	}
.spezial
	{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:#000000;
	}
.adresse
	{
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
	color:#898585;
	}
input,
textarea,
select
	{
	background-color:#7E1E00;
	border:1px #000000 solid;
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
	color:#ffffff;
	}
a,
a:hover,
a:link,
a:visited
	{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:#94151B;
	text-decoration:none;
	}
		
a#link2,
a#link2:hover,
a#link2:link,
a#link2:visited	
	{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	}




#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #1C0202;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Verdana;
letter-spacing: 0px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
