/* CSS Document */
.open {
	font-family: arial;
	font-size: 11px;
	color: white;
}

.MainText {
	font-family: arial;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 22px;

}

.navigation {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

a:link {
	color: #ffffff;
	text-decoration: none;
	}

a:visited {
	color: #ffffff;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	}




/* FORM-Zeug */


#contact {
         font-family: verdana, sans-serif;
	font-size: 12px;
	color: white;
}

.frm_text {
         font-family: verdana, sans-serif;
	font-size: 10px;
         color:black;
   	border:1px solid white;
         background-color:#EEEEEE;
         width:250px;
}

.frm_submit {
 	border:1px solid #818181;
         font-family: verdana, sans-serif;
	font-size: 10px;
	color:black;
         background-color:white;
}
.frm_textarea {
         font-family: verdana, sans-serif;
	font-size: 10px;
	color:black;
         border:1px solid white;
         background-color:#EEEEEE;
         width:250px;
         height:80px;
}
.frm_file {
         font-family: verdana, sans-serif;
	font-size: 10px;
         color:black;
   	border:1px solid white;
         background-color:#EEEEEE;
}


DIV.boxed_ok {
    	border:1px solid black;
         padding:5px;
         font-weight:bold;
         background-color:#7DB56A;
         color:white;
}

DIV.boxed_err {
    	border:1px solid black;
         padding:5px;
         font-weight:bold;
         background-color:#B76868;
         color:white;
}

/* Werbe Box */

.werbeBox {
	font-family: verdana, sans-serif;
	top: 230px;
	left: 500px;
	padding: 2px 3px 3px 3px;
	display: none;
	background: #FFFFFF;
	border: 1px solid #B10F1A;
	position: absolute;
	z-index: 2;
	width: 400px;
	height: 400px;
	text-align: right;
	color: #B10F1A;
	font-size: 10px;
}

.werbeLink {
	font-family: verdana, sans-serif;
	text-align: right;
	color: #B10F1A;
	font-size: 10px;
}

a.werbeLink {
	font-family: verdana, sans-serif;
	text-align: right;
	color: #B10F1A;
	font-size: 10px;
}

a.werbeLink:link {
	color: #B10F1A;
}

a.werbeLink:visited {
	color: #B10F1A;
}

a.werbeLink:hover {
	color: #B10F1A;
}

a.werbeLink:active {
	color: #B10F1A;
}

