@font-face {
    font-family: 'texgyreadventorregular';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('fonts/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, body, html, div, p, img, .courier {
	padding:0;
	margin:0;
	font-size:16px;
}

.courier {
	font-family: 'courier new', 'courier';
	font-weight:bold;
	font-size:27px;
	padding-bottom:5px;
	color:#757575;
}    

.address {
	
}

body{
	font-family: 'texgyreadventorregular';
	color:#303030;
		padding-top: 4%;

}

strong, b, H1, H2, H3 {
	font-family: 'texgyreadventorbold';

}

img {
padding-top:14px;
}


h1 {
	font-size:24px;
}


h2 {
	font-size:19px;
}

h3 {
	font-size:18px;
}


/*------------------------------Container----------------------------------------- */

#container{
	width: 500px;
	text-align: center;
	margin: 0 auto;/*Zentrierung für standardkonforme Browser*/
	padding: 0 0 0 0;
	}
#wrap{
	float: left;
	position: relative;
	width: 500px;
	margin-bottom: 25px;
}
#contentwrap { 
	min-height: 537px;
	float: left;
	width: 500px;
}
#content{
	float: left;
	width: 500px;
	padding: 0 0 0 0;
	min-height: 454px;
	margin-bottom: 15px;
}
	
@media only screen and (max-width: 700px) {
    body {
		padding-top: 10%;
}