body, html, div, p, ul, li, h2 {margin: 0;}
body {background-color: #999;}

#container {
	width: 1280px;
	height: 756px;
	background-image: url(../images/bg.jpg);
	margin:  0 auto;
	margin-top: 10px;
	font-family: 'Lora', serif;
	
}

#index{
	font-size: 48px;
	text-align: center;
	padding-top: 234px;
	height: 163px;
}
#oben {padding-bottom: 10px;}
#unten {}
a {
	text-decoration: none;
	color: #666;
}
#noblica {
	padding-top: 50px;
	padding-bottom: 50px;
}

#kopf {
	text-align: right;
	font-size: 48px;
	padding-right: 90px;
	padding-top: 50px;
	
}
#nav {
	margin-left: 30px;
	color: white;
}
#nav ul {
	list-style-type: none;
	
}
#nav ul li {
	display: inline-table;
	
	text-align: left;
	
}
#nav ul li.short {
	text-align: center;
	width: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
	
}
#nav a {
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
	opacity: 0.7;
	
}
#nav a.aktuell {opacity: 1;}
#kasten {
	background-image: url(../images/kbg.jpg);
	width: 1100px;
	height: 458px;
	margin:  0 auto;
	border-radius: 10px;
	margin-top: 30px;
	
}
#kasten img {
	height: 458px;
	width: 450px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	float: left;
}
#kasten #trusted {
	width: 530px;
	float: left;
	margin-left: 50px;
	height: 458px;
}
#kasten ul {
	list-style-type: none;
	font-size: 30px;
	color: #666;
	margin-top: 100px;
	
}
#kasten ul li {
	margin-bottom: 30px;
	text-transform: capitalize;
}
#since {
	font-size: 20px;
	color: #666;
	text-align: right;
	position: absolute;
	margin-left: 400px;
	margin-top: 50px;
}
#contact {
	font-size: 20px;
	color: #666;
	text-align: center;
	line-height: 40px;
	padding-top: 170px;
}

body.impressum #container {
	background-image: url(../images/ibg.jpg);
	height: 110%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	
	
}
#kasten.impressum {
	height: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#impressum {
	padding: 20px;
	color: #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


#impressum h2 {
	font-size: 18px;
	padding-top: 15px;
}

