#layerForm {
	background-color:#151410;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	width:100%;
	text-align:center;
	height:600px;
	display:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0.8;
}
.wait {
	cursor:wait;
}
#showForm {
	text-align:left;
	position:relative;
	margin:0 auto;
	width:420px;
	z-index:101;
	background-color:#009FE3;
	padding:20px;
	border:1px solid white;
	display:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:1;
	margin-bottom:20px;
}
#showForm, #showForm table tr td, #showForm table tbody tr td, #showForm table tr td input, #showForm table tbody tr td nnput {
	font-size:14px;
	line-height:17px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
}
#showForm table tr td input {
	width:200px;
}
#showForm table tr td input.auto {
	width:auto !important;
}
#showForm table tr td img {
	border:2px solid #009FE3;
}
#showForm.wide {
	width:520px;
}
#layerFormInner {
	width:420px;
	height:450px;
	margin:0 auto;
	text-align:center;
	width:100%;
	position:absolute;
	z-index:1001;
}
p.hideForm {
	width:400px;
	height:60px;
	text-align:right;
	margin:5px 0;
}
#showForm.wide p.hideForm {
	width:500px;
}
a.hideForm:link, a.hideForm:visited, a.hideForm:active {
	color:white;
	text-decoration:none;
	font-size:11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
}
a.hideForm:hover {
	text-decoration:underline;
}
a.hideFormt:link, a.hideFormt:visited, a.hideFormt:active {
	color:black;
	text-decoration:none;
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-weight:bold;
}
a.hideFormt:hover {
	text-decoration:underline;
	font-weight:bold;
}
.kontakt_form_ok {
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-weight:bold;
}
td.spacer {
	padding-left:30px;
}
.link:link, .link:active, .link:visited, .link {
	cursor:pointer;
	color:black;
	text-decoration:none;
}
.link:hover {
	text-decoration:underline;
}
#accept-agb {
	float:left;
}
.agb {
	margin-left:30px;
	font-size:13px;
}
#error-agb {
	filter:alpha(opacity=0);
	opacity:0;
	color:#b00;
}
