* {
	font-family: Arial,sans-serif;
	font-size: 12pt;
	color: #fafffe;
}
BODY {
	padding:0px;
	margin:0px;
	background-color:#3b3b3b;
	background-image:url(/img/bg-neu.jpg);
	background-attachment:fixed;
    position:relative;
    left:0px;
	background-repeat: no-repeat;
	background-position: top center;
}

.ueberschrift {
	height: 35px;
	vertical-align: bottom;
	font-size: 15pt;
	text-decoration: none;
	color: #dbd933;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #dbd933;

}

.countdown {
	height: 30px;
	vertical-align: bottom;
	font-size: 15pt;
	text-decoration: none;
	color: #db0000;
}
	

.kommentar {
	font-size: 10pt;
	font-style: italic;
	text-decoration: none;
}

A {
	font-weight: bold;
	text-decoration: none;
	color: #dbd933;
}
A:hover {
	color: #ffffff;
}

A.wichtig {
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}
A.wichtig:hover {
	color: #ffffff;
}




A.facebook_link {
	font-size: 12pt;
	text-decoration: none;
	color: #ffffff;
}
A.facebook_link:hover {
	color: #ffffff;
}



A.google_maps {
	font-size: 12pt;
	text-decoration: none;
	color: #ffffff;
}
A.google_maps:hover {
	color: #ffffff;
}



.form {
	color: #000000;
}

.formerror {
	padding-left: 10px;
	font-size: 10pt;
	font-style: italic;
	color: #ff0000;
}

.guestbook_text1 {
	font-size: 9pt;
	color: #000000;
}
.guestbook_text2 {
	font-size: 10pt;
	color: #000000;
}


