@charset "utf-8";
/* CSS Document */

/* CSS Document */
body
{
	padding: 0;
	margin: 0;
	background-color: white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #575757;
	min-width: 880px;
	width: 100%;
}

#centerbox {
	text-align: center;
	min-width: 800px;
	width: 99%;
	height: 100%;
	padding: 0px;
}
a img, a:link img, a:visited img, a:focus img, a:hover img, a:active img{
	border-width: 0;
	color: #ffffff;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #ffffff;
}



#eyecatcher
{
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 240px;
	text-align:right;
	background-color: white;
}

#nav
{
	position: relative;
	margin: 0 auto;
	width: 769px;
	height: 24px;
	text-align:left;
	padding-left: 30px;
	background-color: #cccccc;
	border: 1px solid #cccccc;
	border-bottom: 1px solid white;
}
.navItem
{
	float:left;
	height: 26px;
}

#subnav {
	margin: 15px 0 15px 30px;
}

#details
{
	position: absolute;
	top: 90px;
}
.content
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align:left;
	background-color:  white;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}



#thumbs {
	padding-top: 10px;
	padding-bottom: 20px;
}
.thumbrow
{
	padding-left: 25px;
	padding-top: 20px;
}
#scriptwarning {
	text-align:center;
	padding-bottom:10px;	
}
.thumb 
{
	width: 130px;	
	margin: 10px 10px 10px 10px;
	float: left;
	text-align:left;
}
.thumb div
{
	padding-top: 4px;
	padding-left: 12px;
	background-image: url(images/arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.thumb2
{
	width: 130px;	
	margin: 10px 17px 10px 17px;
	float: left;
	text-align:left;
}
.thumb2 div
{
	padding-top: 4px;
	padding-left: 12px;
	width: 118px;
	height: 27px;
	background-image: url(images/arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.thumbback{
	margin:46px 17px 0px 10px;
	float:left;
	text-align:left;
}
.thumbforward{
	margin:46px 0px 0px 17px;
	float:left;
	text-align:left;
}

.txt {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.txt a:link, a:hover, a:visited, a:active, a:focus{
	color:#575757;
	text-decoration:none;
}

#footer
{
	color: #999999;
}



.formularbox
{
	width: 100%;
	
}
.formularbox th
{
	padding-bottom: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: black;
	
}
.formularbox td
{
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
	color: gray;
}
.formularbox .label
{
	font-size: 11px;
	font-weight: normal;
	color: gray;
	width: 200px;
	padding-top:8px;
	white-space:nowrap;
}
.formularbox .field
{
	width: 200px;
}
.formularbox .required
{
	font-weight: bold;
}
.formularbox .txtfield
{
	font-size: 11px;
	font-weight: normal;
	color: black;
	width: 200px;
	padding:4px;
}
.formularbox .txtarea
{
	font-size: 11px;
	font-weight: normal;
	color: black;
	width: 200px;
}
.formularbox .button
{
	padding: 4px;
	font-size: 11px;
	font-weight: normal;
	color: black;
}
.formularbox .footer
{
	padding-top: 15px;
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
	color: gray;
}
.formularbox .footer a:link, .formularbox .footer a:visited, .formularbox .footer a:hover, .formularbox .footer a:active
{
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
	color: gray;
	text-decoration: underline;
}



#langgerman{
	margin-left:245px;
}

#invisibletxt{
	color:white;
	margin-top:0;
	margin-bottom:0;
	font-size:8px;
}

#invisibletxt h1{
	font-size:8px;
	margin-bottom:0;
	margin-top:0;
}