body
	{
	margin:0px;
	}
img
	{
	border-width:0px;
	}
.normal
	{
	font-size:10px;
	font-family:Verdana;
	font-weight:normal;
	color:#231F21;
	}
.bold
	{
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
	color:#231F21;
	}
.bold2
	{
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	color:#231F21;
	}
.red
	{
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	color:#EE1D25;
	}
.big
	{
	font-size:20px;
	font-family:Verdana;
	font-weight:bold;
	color:#231F21;
	}
.normal2
	{
	font-size:15px;
	font-family:Verdana;
	font-weight:normal;
	color:#231F21;
	}
.spezial
	{
	font-size:16px;
	font-family:Verdana;
	font-weight:bold;
	color:#EE1D25;
	}
.footer
	{
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
	color:#FFFFFF;
	}	

input,
textarea,
select
	{
	background-color:#FFFFFF;
	border:1px #231F21 solid;
	font-size:10px;
	font-family:Verdana;
	font-weight:normal;
	color:#231F21;
	}
a,
a:link,
a:visited
	{
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
	color:#EE1D25;
	text-decoration:none;
	}
a,
a:hover
	{
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
	color:#231F21;
	text-decoration:none;
	}




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

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 11px 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;
}