/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 14, 2012 */

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

}

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

}

* {
	padding:0;
	margin:0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
body {
	background:#e6edf2;
	text-align:center;
}
a {
	color:#440000;
	text-decoration:none;
	outline:0;
}
a:hover,a:focus,a:active {
	color:darkblue;
}
#ort-outer {
	position:relative;
	margin-top:150px;
	text-align:center;
	margin-bottom:400px;
}
#ort {
	position:relative;
	margin:auto;
	font-family:"DIN",Arial,Helvetica,sans-serif;
	display:block;
	padding:10px;
	width:467px;
	height:305px;
	background:url(../images/ortseingang.png);
	font-size:60px;
	line-height:60px;
	font-weight:normal;
	text-align:center;
}
#kreis {
	position:absolute;
	display:block;
	top:208px;
	font-family:"DIN",Arial,Helvetica,sans-serif;
	font-size:43px;
	line-height:43px;
	padding:0 15px;
	text-align:center;
	width:437px;
}
#next-ort {
	position:absolute;
	z-index:1;	
	color:black;
	text-decoration:none;
	font-weight:normal;
	font-size:24px;
	font-size:14px;
	text-align:center;
	width:100%;
	padding-top:20px;
	
}
#regen {
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/regenscheibe.png);
	background-repeat: no-repeat;
	background-position: center left;
	-webkit-background-size: 100%;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	background-attachment: fixed;
}
#info {
	margin-top:900px;
	position:relative;
}
#top {
	position:absolute;
	top:0;
	left:0;
}