*{
	padding:0;
	margin:0;
}

@media only screen and (min-width:320px) {
#wrapper{
	width:100%;
	margin:0 auto;	
}
}

@media only screen and (min-width:768px) {
#wrapper{
	width:75%;
	margin:0 auto;	
}
}

/*
@media only screen and (min-width:1024px) {
body {  
background: #0101DF;
}
}

@media only screen and (min-width:2048px) {
body {  
background: #0A0A2A;
}
}
*/

body {  
background: #0B0B61;
}

/*
#wrapper{
	width:75%;
	margin:0 auto;	
}
*/
#header{
	float:left;
	width:100%;
	height:auto;
	margin: 10px 0 0 0;
	border:1px solid #0B0B61;
	border-radius:6px;
}

.navbar{
	border-radius:6px;
	background:url('bilder/hintergrund.jpg');
	
}

.navbar a:hover{
	font-weight: bold;
}

#banner1 a{
	text-decoration:none;
	color:#000000;
}

#banner1{
	float:left;
	margin:0 0 5px 5px;
	font-size:28px;
	/*font-family:Verdana,Geneva,sans-serif;*/
	font-family:Garamond Htld ITC TT;
}

#banner2{
	float:left;
	margin:40px 0 0 -110px;
	font-size:16px;
	font-family:Verdana,Geneva,sans-serif;
	color:#fff;
	background:#0B0B61;
}


#hauptseite{
	background-size:cover;
	float:left;
	background:#f0f0f0;
	margin:10px 0 0 0;
	width:100%;
	height:auto;
	border-radius:6px;
}

#hauptseite h1{
	font-size:18px;
	font-family:Verdana,Geneva,sans-serif;
	font-weight: bold;
}

#hauptseite_ueberschrift{
	float:left;
	font-size:25px;
	font-family:Verdana,Geneva,sans-serif;
	margin:10px 30px 0 30px;
}

#hauptseite_text{
	float:left;
	font-size:14px;
	font-family:Verdana,Geneva,sans-serif;
	margin:20px 30px 20px 30px;
}

#hauptseite a{
	color:#A4A4A4;
	text-decoration:none;
	font-size:13px;
}

#hauptseite a:hover{
	color:#DF013A;
	/*font-weight: bold;*/
}

#hauptseite_text2{
	float:left;
	font-size:14px;
	font-family:Verdana,Geneva,sans-serif;
	margin:20px 30px 20px 60px;
}

.imgright{
	float:right;
	border-width:5px;
	border-style:solid;
	border-color:#333;
	border-radius:6px;
	margin:10px;
	box-shadow: 8px 5px #6E6E6E;
}

.imgleft{
	float:left;
	border-width:5px;
	border-style:solid;
	border-color:#333;
	border-radius:6px;
	margin:10px;
	box-shadow: 8px 5px #6E6E6E;
}

#footer{
	clear:both;
	float:left;
	height:auto;
	width:100%;
	background:#2E2E2E;
	margin:10px 0 10px 0;
	border-radius:6px;
	color:#fff;
}

#footer p{
	line-height:8px;
	font-size:12px;
	font-family:Verdana,Geneva,sans-serif;
}
	
.kontakt_txt{
	float:left;
	width:250px;
	padding:20px;
}

.kontakt_txt a{
	text-decoration:none;
	color:#A4A4A4;
	font-size:14px;
}


.kontakt_txt a:hover{
	color:#5882fa;
	font-weight: bold;
}


	
.footer_links{

	float:left;
	margin:35px 0 20px 50px;
	width:370px;
}

.footer_links li{
	list-style:none;
	float:left;
	margin-left:20px;
}

.footer_links li a{
	text-decoration:none;
	color:#A4A4A4;
}

.footer_links li a:hover{
	color:#5882fA;
	font-weight:bold;
	
}

.footer_links a[aria-current="page"]{
  font-weight: bold;
}

.navbarfoot{
	border:1px solid #0B0B61;
	border-radius:6px;
	background:url('bilder/hintergrund.jpg');
	
}

.navbarfoot a:hover{
	font-weight: bold;
}



#copyright{
	float:right;
	margin:120px 50px 0 0;
	font-size:12px;
	font-family:Verdana,Geneva,sans-serif;
}