@charset "UTF-8";
html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

#bg {
	min-height: 100%;
	min-width: 1280px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#main {
	margin: 100px 0 0 200px;
	position:absolute;
	z-index:20;
}
a:link {
	color: #EE7F01;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #EE7F01;
		text-decoration: underline;
	

}
#typo {
background-image: url(transparent_1x1.png);
background-repeat:repeat;
width:390px; 
margin: 50px 0 0 0;
border:1px solid white;
}

#typo_padding {
width:350px; 
margin: 20px;
text-align:center;

}

.zeiten {
	font-size: 1.5em;
}

