div.wrapper {
	max-width: 980px;
	margin: 0 auto 30px;
	border: 1px solid #9d9d9d;
}

ul {
	list-style: square;
}

div.content ul {
	margin-left: 20px;
}

div.header {
	line-height: 0;
	border-bottom: 5px solid #c6c6c6;
}

div.header .five {text-align: right;}

div.mainNav {
	margin-top: 3px;
	background-color: #ef7b0b;
}

div.mainNav ul {
	margin: 0;
	padding: 0;
	background: none;
	height: auto;
}

div.mainNav ul li {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1em;
}

div.mainNav ul li:last-child {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div.mainNav ul li a:first-child {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding: 5px 20px;
}

div.mainNav .nav-bar > li:hover {
	background: #fff;
}

div.mainNav .nav-bar > li > a:hover {
	color: #ef7b0b;
}

div.content-wrapp {
	background: url(../img/background_gardiant.png) repeat-x #fff;
}

div.content {
	border-left: 1px solid #7a7a7a;
	min-height: 600px;
}

div.content div.nine {
	margin-left: 20%;
}

.sidebar {z-index: 999;}

.sidebar ul li ul {
	display: none;
}

.sidebar ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #565656;
	margin-right: -48px;
	padding: 5px 0;
}

.sidebar ul li a:hover {
	text-decoration: none;
	color: #ef7b0b;
}

.sidebar ul li {
	border-top: 2px solid #565656;
	margin-right: 20px;
	margin-bottom: 0;
	padding-left: 10px;
}

.sidebar ul li a:hover {
	background: url(../img/symbol.png) no-repeat right center;
}

.sidebar ul li a.active {
	background: url(../img/symbol.png) no-repeat right center;
	color: #ef7b0b;
}

.sidebar ul li:last-child {
	border-bottom: 2px solid #565656;
}

.sidebar ul li ul {
	padding: 0;
	margin: 0;
}

.sidebar ul li ul li {
	padding-left: 20px;
	margin-right: 0;
	margin-left: -10px;
}

.sidebar ul li ul li:last-child {
	border-bottom: none;
}

.sidebar ul li ul li a {
	font-weight: normal;
}

div.flyer1, div.flyer2 {
	float: left;
	margin-top: 22px;
}

div.flyer1 {
	margin-right: 60px;
}

div.leer {
	border: 1px solid #565656;
	width: 120px;
	height: 243px;
	background: #ef7b0b;
}

footer > div {
	height: 10px;
	background: #565656;
}

h6.ui-accordion-header {
	background: url(../img/pfeil.png) no-repeat left center;
	padding-left: 20px;
}

h6.ui-accordion-header-active {
	background: url(../img/pfeil-down.png) no-repeat left center;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
	div.header .offset-by-three {
		display: none;
	}
	div.header .five {
		text-align: center;
	}
	div.content {
		border-left: none;
		min-height: auto;
	}
	.sidebar ul li a {
		margin-right: 0px;
	}
	.sidebar ul li a:hover {
		background: none;
	}
}