*{
	margin:0;
	padding:0;
}
html{
	height: 100%
}

ul li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

body{
	font-family: 'Exo', sans-serif;
	background: #fff url('bg.jpg') bottom right no-repeat;
	font-size: 14px;
	color: #706f6f;
	height: 100%
}

.left ul li a {
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	color: #706f6f;
	text-decoration: none;
}

.left ul li a:hover {
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	color: #000;
}

#content{
	margin: 0 auto;
	width: 985px;
	border: 0;
}
#banner{
	padding-top: 20px;
	width:985px;
	height: 220px;
}
#banner_inner{
	margin: 0 auto;
	width: 570px;
	padding-left: 290px;
}

.menu a{
	font-size: 16px !important;
	font-weight: bold !important;
	outline: 0;
}
.left{
	width: 300px;
	float: left;
	padding-left: 20px !Important;
	padding-top: 20px !Important;
}
.right{
	width: 420px;
	padding-right: 20px !Important;
	padding-top: 20px !Important;
	float: right;
}
.quote{
	padding:30px 35px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 30px;
}
.clear{
	clear: both;
}

p{
	text-align: justify;
	padding: 5px 0;
}
.img{
	border: 2px #fff solid;
}
.thumb{
	float: left;
	margin-right: 15px;
}
#last{
	margin-right: 0px;
}
h1{
	font-size: 20px;
	color: #706f6f;
}

h2{
	font-size: 20px;
	color: #706f6f;
}

#fb a {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 20px;
	background: transparent url("fb_logo.png") 0 0 repeat;
}

#fb a:hover {
	background: transparent url("fb_logo_h.png") 0 0 repeat;
}

.datenschutz {
    position: relative;
    padding: 20px;
}

.liteAccordion.light .slide > .datenschutz {
    overflow-y: scroll;
}

.datenschutz .container {
    width: 750px; 
    position: absolute; 
    right: 0;
}
.datenschutz h1, .datenschutz h2, .datenschutz p {
    margin: 10px;
}
.datenschutz ul li {
    margin-left: 30px;
    list-style: circle;
}
