html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
h1 {
	font: 22px "times new roman", serif;
  	font-style: italic;
  	font-weight:bold;
}
h2 {
	font: 18px "times new roman", serif;
  	font-style: italic;
  	font-weight:bold;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: url('../../../fileadmin/templates/img/bgbody.jpg') repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #312F1A;
}

/** layout **/
#wrapper {
	background: url('../../../fileadmin/templates/img/mainbg.gif') repeat-y;
	text-align: left;
	margin: 20px auto;
	width: 846px;
  position: relative;
}

#logo {
	position:relative;
	margin:2px 0px 0px 40px;
	float:left;
	
}

#searchbox {
	background: url('../../../fileadmin/templates/img/bgsearch.gif') no-repeat;
	width:148px;
	height:30px;
	float:right;
	padding-top:7px;
	margin:96px 30px 0px 0px;
}
#searchword input { 
	width:110px;
	height:16px;
	margin:0px 0px 0px 7px;
	float:left;
}

#borderleft {
	width:21px;
	height:287px;
	background: url('../../../fileadmin/templates/img/bgborderleft.gif') no-repeat;
	float:left;
}

#sitepic {
	width:231px;
	height:286px;
	background: url('../../../fileadmin/templates/img/sitepic.jpg') no-repeat;
	float:left;
}

#wrapcontent {
	width:533px;
	height:268px;
	overflow:auto;
	background: #E8E7DA;
	float:left;
	margin:0px 0px 0px 2px;
	padding:5px 5px 5px 5px;
}

#borderright {
	width:9px;
	height:278px;
	background: url('../../../fileadmin/templates/img/bgborderright.gif') no-repeat;
	float:right;
	margin-right:20px;
}

#mainwrap {
	clear:both;
	padding:0px 0px 0px 20px;
}

#footer {
	clear:both;
}

#menuwrap {
	background:#991111;
	width:217px;
	float:left;
	margin-left:48px;
	margin-bottom:5px;
}

#menuleft {
	width:217px;
	background: url('../../../fileadmin/templates/img/bgmenuleft.jpg') repeat-x;	
}

#menubottom {
	width:217px;
	height:10px;
	background: url('../../../fileadmin/templates/img/bgmenubottom.gif') no-repeat;
}

#kontaktlink {
	width:148px;
	height:20px;
	float:right;
	background: url('../../../fileadmin/templates/img/bgkontaktimpressum.gif') no-repeat;
	position:relative;
	top:-22px;
	padding-right:15px;
	padding-left:13px;
	font: 13px "times new roman", serif;
	font-style:italic;
  	
}

#copyright {
	position:relative;
	left:28px;
	top:-5px;
	color:#E8E7DA;
	font:11px "arial";
}

#contentfooter {
	
	width:545px;
	height:185px;
	position:absolute;
	left:275px;
	overflow:hidden;
	margin:0;
	color:#BAB9AF;
}


#menuleft ul {
  margin: 0 7px 0 28px;
  padding: 8px 20px 5px 0px;
}

#menuleft li {
  list-style: none;
  background: bottom left url(../../../fileadmin/templates/img/dots.jpg) repeat-x;
}
#menuleft a {
  color: #FDE7C2;
  font: 18px "times new roman", serif;
  font-style: italic;
  background: #991111;
  padding-right: 8px;
}

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:80px;
border: 1px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
width:300px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
width:300px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}