@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #4E5869;
	background:url(images/background_neu.jpg);

	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	color: #133188;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 40px;
	padding-left: 40px; 
}

h1 {
	font-weight:normal;
	line-height:1.5em;
	font-size:1.7em;
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
h2 {
	font-weight:normal;
	font-size:1.4em;
	margin-top: 40px;	
	}	
	
p {
	font-size:1.1em;
	line-height:1.3em;
	}	
	
a img {
	border: none;
}


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: 80%;
	max-width: 1150px;
	margin: 0 auto;
}


.header {
	text-align:center;
}

.header #eyecatcher {
	-webkit-box-shadow:0px 0px 15px 10px rgba(44,70,151,0.2);
	-moz-box-shadow: 0px 0px 15px 10px rgba(44,70,151,0.2);
	box-shadow: 0px 0px 15px 10px rgba(44,70,151,0.2);
	border-top: #4169E3 solid 1px;
	border-bottom: #4169E3 solid 1px;
}

#logo {
	margin-top:10px;
	margin-bottom:13px;
}

.content {
	padding: 30px;
	background-color: rgb(255, 255, 255, 1);
	line-height:1.3em;
	-webkit-box-shadow:0px 0px 15px 10px rgba(44,70,151,0.2);
	-moz-box-shadow: 0px 0px 15px 10px rgba(44,70,151,0.2);
	box-shadow: 0px 0px 15px 10px rgba(44,70,151,0.2);
	border-bottom: #4169E3 solid 1px;

}


.content img {
	width: 91%;
	padding-left: 40px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


.footer {
	padding: 10px;
	background-color: rgb(255, 255, 255, 0.2);


}


.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


  @media screen and (max-width: 700px) {
	  
.container {
	width: 90%;
}

.content img {
	width: 100%;
	padding-left: 0px;
}

	  
h1, h2, h3, h4, h5, h6, p {
	padding-right: 0px;
	padding-left: 0px; 
}

  }	


