* {
  margin:0;
  padding:0;
}

body {
	font-size: 0.75em;
	line-height: 1.4em;
	background-image:url("../images/xbackground.jpg");
	background-repeat:repeat-x;
	background-color:#bca67f;
	font-family:arial,sans-serif;
	font-size:0.9em;
	line-height:1.3em;
	text-align:center;
}

h1 {
	color:#e5b135;
	font-size:1.4em;
	margin-bottom:10px;
	border-bottom:1px solid #e5b135;
}

a {
	color:#9c793f;
	text-decoration:underline;
}

a:hover {
	color:#9c793f;
	text-decoration:none;
}

#mainbox {
	background-image:url("../images/ybackground.jpg");
	background-repeat:repeat-y;;
	width:841px;
	margin:0 auto;
}

#header {
	background-image:url("../images/header.jpg");
	width:841px;
	height:315px;
}

#sidebar {
	float:left;
	width:200px;
}

#logo {
	background-image:url("../images/logo_bottom.jpg");
	width:204px;
	height:42px;
}

#content {
	
	float: left;
	width: 580px;
}

.content_text {
	padding:10px 0px 10px 20px;
	text-align:left;
}

.content_text ul {
	list-style:square;
	margin:5px 0 5px 30px;
}

.content_text li {
	margin-top:3px;
}

#menue {
	margin-left:45px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	/*border-top:1px solid #fff;*/
}

.menuebutton {
	display:block;
	background-image:url('../images/button.jpg');
	width:147px;
	height:36px;
	text-align:center;
}

.menuebutton:hover {
	display:block;
	background-image:url('../images/button_active.jpg');
	width:147px;
	height:36px;
	text-align:center;
}

#menue li {
	/*border-bottom:1px solid #fff;*/
	background-image:url("../images/button.jpg");
	width:147px;
	height:36px;
}

#menue li:hover {
	background-image:url("../images/button_activ.jpg");
	width:147px;
	height:36px;
}

#menue a {
	color:#fff;
	text-decoration:none;
	display:block;
}

#menue a:hover {
	color:#e5b135;
	text-decoration:none;
}

#footer {
	background-image:url("../images/footer.jpg");
	width:841px;
	height:24px;
}

/*Kontaktformular*/
fieldset {
	padding: 15px 0px 0px 5px;
	border:none;
}

.formkontakt_error {
	width:340px;
	padding: 2px 3px 2px 3px;
	margin:5px 0 0 0;
	border:1px solid #FF0000;
	font-family:Arial,sans-serif;
	color:#000;
	font-size:1em;
}

.formkontakt {
	width:340px;
	padding: 2px 3px 2px 3px;
	margin:5px 0 0 0;
	border:1px solid #9c793f;
	font-family:Arial,sans-serif;
	color:#000;
	font-size:1em;
}

#msg_error {
	border:2px solid #FFCC00;
	background-color:#FFEECA;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:12px 10px 12px 0px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:0px 2px;
}

.button {
	font-size:0.9em;
	background-image:url(../images/buttonsend.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:26px;
	border:none;
	margin-top:10px;
	cursor:pointer;
}

.button:hover {
	font-size:0.9em;
	background-image:url(../images/buttonsend.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:26px;
	border:none;
	margin-top:10px;
	cursor:pointer;
}

.kontakt_left { margin-top: 5px; }

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

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

a.pagenumb { 
	text-decoration:none;
	background-color:#805528;
	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:#9c793f;
	color:#FFF;
}