/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}



body{
margin:0;
padding:0;
font-family:"Helvetica Neue",Helvetica, Arial;
font-size: 14px;
}

.mr20{
margin-right: 20px;
}

.logo {
    max-width: 100%;
    height: auto;
}

#content{
	padding-top: 125px;
	text-align: center;
	color: #333;
}

#content2{
	text-align: left;
	color: #333;
}



p{
	font-size: 14px;
	color: #333;
	line-height: none;
	margin-bottom: 10px;
}

.imprint{
	color: #666;
	line-height: none;
	margin-bottom: 10px;
	margin-top: 30px;
}

a{
color: #333;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

h1{
	color: #333;
	font-size: 26px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	font-style: normal;
	font-weight:bold;
	margin-bottom: 25px;
}


.yellow {
	background-color:#ffeeb1;
	padding-top:20px;
	padding-bottom:20px;
	
	}
.container	 {
	-webkit-box-shadow: 5px 4px 16px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 4px 16px -6px rgba(0,0,0,0.75);
	box-shadow: 5px 4px 16px -6px rgba(0,0,0,0.75);
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;}
