@CHARSET "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	background-color:#be7070;
	font-family:Arial,sans-serif;
	background-image:url("../images/background.jpg");
	background-repeat:repeat-x;
	text-align: center;
}

a:link {
	color:#520000;
	text-decoration:underline;
}

a:visited {
	color:#520000;
	text-decoration:underline;
}

a:hover {
	color:#2e0000;
	text-decoration:none;
}

#mainbox {
	width:1000px;
	height:600px;
	margin:0 auto;
	background-image:url("../images/content_bg.jpg");
	background-repeat:no-repeat;
	text-align: left;
}


#menue {
	padding-top: 192px;
	padding-left: 4px;
}

a.menu {
	display: block;
	float: left;
	margin-right: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	background-color: #770000;
	padding: 3px 6px 3px 6px;
}

a.menu:hover {
	color: #F6D901;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

a.news {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.news:hover {
	color: #F6D901;
	border: 1px solid #F6D901;
	text-decoration: none;
	font-weight: normal;
}

#content {
	width:770px;
	padding: 30px 0 0 20px;
	background-repeat:no-repeat;
	min-height:450px;
	height:auto !important; /* für moderne Browser */
	height:450px; /*für den IE */
	color:#FFF;
	font-size:0.9em;
	line-height:1.2em;
	text-align: justify;
	clear: left;
}

.ueberschrift {
	font-size:1.5em;
/*	text-transform:uppercase;*/
	color:#F6D901;
	font-weight:bold;
	margin:0 0 15px 0;
}

ul {
	margin:0 0 0 35px;
	list-style:square;
}

li {
	margin:10px 0 0 0;
}

#footer {
	background-image:url("../images/footer.jpg");
	background-repeat:no-repeat;
	width:1000px;
	height:3px;
	margin:25px 0 0 0;
}

.footerleft {
	float:left;
	font-size:0.8em;
	margin:5px 0 15px 0;
	padding:0 10px 0 0;
	color:#360000;
}

.footerlink {
	color:#360000;
	text-decoration:underline;
	font-weight:bold;
}

.footerlink:hover {
	color:#360000;
	text-decoration:none;
	font-weight:bold;
}

.footerlink2 {
	color:#360000;
	text-decoration:underline;
}

.footerlink2:hover {
	color:#360000;
	text-decoration:none;
}

.footerright {
	float:right;
	font-size:0.8em;
	margin:5px 0 15px 0;
	padding:0 10px 0 0;
	color:#360000;
}


a.pagenumb { 

	color:#FFFFFF;
	text-decoration:none;
	background-color:#660505;
	padding: 4px 0px 4px 0px;
	text-align:center; 
	width: 28px;
	color:#FFF;
	float: left;
	display: block;
	margin: 0 4px 4px 0;
}

a.pagenumb:hover { 
	background-color:#3f0101;
	color:#FFF;
}



/*Galerie*/
.galerie {
	margin:0 auto;
	width:750px;
}

.galerie-images {
	list-style:none;
	margin: 0 0 0 10px;
}

.galerie-images li {
	float:left;
	padding:15px;
	width:150px;
	height:100px;
	text-align:center;
}

.thumb {
	border: 2px solid #3f0101;
}

.kontakt_left { margin-top: 5px; }


.field_ok { 
	width: 300px;
	border:1px solid #000;
	font-size: 10pt; 
	padding: 2px 0px 2px 3px; 
	font-family: arial; 
	background-color: #FFFFFF; 
	color:#360000;
}

.field_error { 
	
	width: 300px;
	border:1px solid red;
	font-size: 10pt; 
	padding: 2px 0px 2px 3px; 
	font-family: arial; 
	background-color: #FFFFFF; 
	color:#360000;
}

#msg_error {
	
	border: 2px solid #FFCC00; 
	background-color: #FFEECA; 
	font-weight: bold; 
	margin: 0px 0px 10px 0px; 
	padding: 12px 10px 12px 50px; 
	background-image: url(../images/icons/achtung.png); 
	background-repeat: no-repeat; 
	background-position: 0px 2px;
	color: black;
}


.msg_ok {
	background-color:#c3ff9e;
	padding:10px 10px;
	border:2px solid #286900;
}





