body {
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		margin: 0px;
		margin-top:10px;
	}

img {
	border:0px;
}
	
hr {
		color:#215d91;
		border:	1px solid #215d91;
		
	}

.bg img{
		width:100%;
	}
	
	.bg {
		height: 650px;
		background-image:url(img/bg.jpg);
		background-size:100% auto;
		background-repeat:no-repeat;
		overflow:hidden;
	}

#slogan1 {
	color:#FFF;	
	text-align: left;
	margin-top:10%;
	margin-left:26.5%;
	margin-right:26.5%;
	font-size:26px;
	font-weight:500;
}	

#slogan2 {
	color:#FFF;	
	text-align: left;
	margin-top:7%;
	margin-left:29%;
	margin-right:29%;
	height:100px;
	font-size:26px;
	font-weight:500;
}	

#imprint {
	text-align:left;
	margin:5px;
	height:640px;
}
	
#bottommenu {
		color:black;
		font-size:16px;
		font-weight:500;
		
	}
	
#bottommenu ul li {
		list-style:none;
		display: inline;
		padding-left: 2px;
		padding-right: 7px;
		border-right:1px solid black;
	}
	
#bottommenu ul {
		padding:0px;
		margin-top:30px;
	}
	
#bottommenu ul  li:last-child {
		border:0px;
	}
	
#bottommenu li a {
		color:black;
		text-decoration:none;
	}