@charset "UTF-8";
html, body {
	width: 100%;
	height: 100%;
	padding:0;
	margin:0px;
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	Font-family: Arial;
}

DIV#centerhelper {
	width:1px;
	height:50%;
	margin-bottom:-285px; 
	float:left;
}
/* Div mit 1000 Pixel breite erzeugen, welches in der Bildschirmmitte angezeigt wird */

DIV#centerwindow {
	width: 1000px;
	height: 600px;
	text-align:left;
	margin: 0 auto;
	clear: left;
	background-color: #ffffff;
	position:relative;
}

@font-face {
    font-family: 'cartogothic_stdbold';
    src: url('CartoGothicStd-Bold-webfont.eot');
    src: url('CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('CartoGothicStd-Bold-webfont.svg#cartogothic_stdbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1			{
		font-family: 'cartogothic_stdbold';
		font-size:40px;
		text-align:center;
}

#bilddiv {
	position: absolute;
	width: 650px;
	height: 446px;
	z-index: 1;
	left: 171px;
	top: 98px;
	font-family: 'cartogothic_stdbold';
	font-size: 14.9px;
	color: 656565;
	text-align: center;
}
