* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	background: transparent url('/mefa/Images/bg.png') center top repeat-x;
}

#page {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: #eeeeee url('/mefa/Images/banner/banner.new.jpg') no-repeat right bottom;
}

#wrapper-header-left {
	background: transparent url('/mefa/Images/bg-left.png') top left no-repeat;
}

#wrapper-header-right {
	background: transparent url('/mefa/Images/bg-right.png') top right no-repeat;
}

#header h1 {
	margin: 0 20px;
	padding: 0;
	padding-top: 10px;
	height: 182px;
	color: white;
	font-size: 20px;
	position: relative;
}

#header h1 span {
    display: none;
}

#header h1 div.button {
    position: absolute;
    height: 30px;
    cursor: pointer;
}

#header h1 div#btnVerkauf {
    width: 110px;
    right: 444px;
    bottom: 159px;
}

#header h1 div#btnVermietung {
    width: 140px;
    right: 395px;
    bottom: 26px;
}

#header h1 div#btnPferde {
    width: 230px;
    right: 85px;
    bottom: 159px;
}

#header h1 div#btnArbeitsb {
    width: 190px;
    right: 170px;
    bottom: 5px;
}

#header h1 div.button span {
    display: none;
}

#wrapper-content-left {
	background: white url('/mefa/Images/bg-shadow-left.png') no-repeat left top;
}

#wrapper-content-right {
	background: transparent url('/mefa/Images/bg-shadow-right.png') no-repeat right top;
}

#body {
	position: relative;
	margin-left: 40px;
}

#content {
	padding: 0;
	min-height: 600px;
	margin-right: 220px;
}

* html #content {
	height: 600px;
}

#siteMapPath {
	padding: 4px 0px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 15px;
	margin-right: 220px;
	font-size: 12px;
}

#siteMapPath a:link, #siteMapPath a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

#siteMapPath a:hover, #siteMapPath a:focus {
	text-decoration: none;
	color: #da0000;
}

#menuright {
	position: absolute;
	top: 10px;
	right: 25px;
	width:180px;
	margin: 0;
	background: white url('/mefa/Images/menu.png') no-repeat;
	text-align: left;
}

#menuright .dateTime {
	font-size: 10px;
	color: #5b8fbe;
	font-weight: normal;
	text-align: right;
	margin: 5px 15px 5px 5px;
}

#menuright .navigation {
	font-size: 12px;
	margin: 0 10px 0 10px;
}

#menuright .navigation a {
	display: block;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
}

#menuright .navigation .activeItem a {
	font-weight: bold;
	color: #da0000;
	border-bottom: 1px solid #da0000;
}

#menuright .navigation .rootItem a {
	font-weight: bold;
}

#menuright .navigation .subMenu .menuItem a {

}

#menuright .navigation .subMenu .subMenu .menuItem a {
	padding-left: 15px;
}

#footer {
	font-size: 10px;
	text-align: center;
	margin: 15px 40px 10px 40px;
	background-color: white;
	border-top: 1px solid #5b8fbe;
}
