/*
###############################################
# Screen
###############################################
*/

body {
	background: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	border: 1px solid gray;
	background: #F3F3F3;
	width: 740px;
	height: 250px;
	position: absolute;
	top: 50%; 
	left: 50%; 
	margin-left: -370px;
	margin-top: -125px;
}

#content {
	background: #F3F3F3;
	font-size: 12px;
}

hr {
	color: #f3f3f3;
	width: 530px;
	margin-top: 20px;
}

#sprache {
	font-size: 28px;
	text-decoration:none;
	text-align: center;
	color: gray;
	padding-bottom: 20px;

}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: gray;
}

a:hover {
	color: black;
}

a img {
	border: 0px;
	padding-top: 5px;
}

#footer {
	text-align: center;
	color: #808080;
	padding-top: 5px;
	font-size: 10px;
	overflow: auto;
	width: 100%;
}
}