body      { font-family:Arial, Helvetica; }



td        { font-size: 11pt; color: 000000; }



h3        { color:AD3841; }

a         { color: AD3841; text-decoration: none; }

a:active  { text-decoration: none; }

a:hover   { text-decoration: none; }

a:link    { }

a:vlink   { }



input { font-size:12px; font-family:Verdana,sans-serif; font-weight:bold; border-style:none; background:#fafafa; }

.kontakt { border:1px solid #000; }

.kontakt { border:1px solid #000; background:#fafafa; }

.rot{ color:AD3841;}


/*--Jquery--*/

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9997;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 9998;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
	z-index:9999;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
