a {
	color: #A47E45;
	line-height: 18px;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: black;
}
td {
 	background-color: #EDE5DA;
}
a.another {
	position: relative;
	top: 0px;
	left: 0px;
}
table.popup
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input
{
	border: 1px solid #BA803F;
}
span.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 20px;
	font-size: 13px;
	letter-spacing: 0.04em;
}
span.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 25px;
	font-size: 10px;
	text-align: justify;
	line-height: 1.5em;
}
a.logo
{
	position: static;
	background-color: #EDE5DA;
}
.impressum {
	position: relative;
	top: 0px;
	left: 10px;
	font-size: 11px;
}
td.marq
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
}
#scroll {
	width: 400px;
	height: 150px;
	overflow: auto;
}






.black_overlay
{
	display: none;
	position: fixed;
	margin: 0px;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	background-color: #e9d8bf;
	z-index:1001;
	-moz-opacity: 0.80;
	opacity:.80;
	filter: alpha(opacity=80);
}
       
img.preview
{
	border: 2px solid #FFFFFF;
}
	   
img.preview:HOVER
{
	border: 2px solid #e9d8bf;
}
	   
.white_content
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -398px;
	margin-top: -264px;
	width: 799px;
	height: 528px;
	z-index:1002;
	overflow: hidden;
}


div.button
{

}
div.button:HOVER
{
	background-color: #e9d8bf;
}