@charset "utf-8";
/* CSS Document */

body {
	background-color: #00324a;
}

#screen {
margin: 50px auto;
width: 660px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
text-align: center;
line-height: 140%;
color: #fff;
}

h1 {
	font-size: 20px;
	color: #92805f;
}

.adresse {
		color: #92805f;
		font-size: 12px;
}

.adresse a {
	color: #92805f;;
	text-decoration: underline;
}
.adresse a:hover {
text-decoration: none;
}

.impressum {
		font-size: 12px;
		margin: 0;
		padding: 0;
}

.impressum a {
	color: #fff;
	text-decoration: none;
}
.impressum a:hover {
text-decoration: underline;
}

#zoom_content {
font-family: Georgia, "Times New Roman", Times, serif;
}