body {
	margin: 0;
	background: #4d7187 url(../img/bg.jpg) center center fixed;
	background-size: 100% 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #545454;
}
a {
	text-decoration: none;
	color: #2996cc;
}
a:hover {
	color: #d66933;
}
#agb, #imprint, #datenschutz {
	position: relative;
	display: none;
	width: 1000px;
	background: #fff;
	padding: 25px;
	margin: 100px auto;
	text-align: justify;
	box-shadow: 0px 0px 40px rgba(0,0,0,.2);
}
.close {
	position: absolute;
	right: 0;
	color: rgba(255,255,255,.8);
	font-weight: 600;
	cursor: pointer;
}
.close:hover {
	color: rgba(255,255,255,1);
}
.close.top {
	top: -30px;
}
.close.bottom {
	bottom: -30px;
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	margin: -200px 0 0 -525px;
	width: 1050px;
	height: 400px;
	background: #fff;
}
#image {
	float:left;
	width: 700px;
	height: 400px;
	background: url(../img/sawblades.jpg);
}
#text {
	float: right;
	margin: 35px 25px;
	width: 300px;
	height: 330px;
	text-align: center;
}
#bottom-nav {
	position: absolute;
	top: 410px;
	color: rgba(255,255,255,.8);
	font-weight: 600;
	margin: 0;
	padding: 0;
	list-style: none;
}
#bottom-nav li {
	float: left;
	clear: left;
}
#bottom-nav li:hover {
	color: rgba(255,255,255,1);
	cursor: pointer;
}
#bottom-nav span {
	display: none;
}
#copyright {
	position: absolute;
	top: 410px;
	right: 0;
	color: rgba(255,255,255,.8);
}
h1 {
	margin: 0;
}
h2 {
	margin: 1.2em 0;
	font-size: 1.2em;	
}
h3 {
	margin: 1em 0;
	font-size: 1em;
}
p {
margin-bottom: 0;
}
.bold {
	font-weight: 600;
}