#layerForm {
	background-color:#151410;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
	width:100%;
	text-align:center;
	height:600px;
	display:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0.8;
}
#showForm {
	text-align:left;
	position:relative;
	margin:0 auto;
	width:420px;
/*	height:500px;*/
	z-index:101;
	background-color:white;
	padding:20px;
	border:1px solid black;
	display:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:1;
}
#layerFormInner {
	width:420px;
	height:450px;
	margin:0 auto;
	text-align:center;
	width:100%;
	position:absolute;
	z-index:100;
}
p.hideForm {
	width:400px;
	height:60px;
	text-align:right;
}
a.hideForm:link, a.hideForm:visited, a.hideForm:active {
	color:black;
	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;
}
