@charset "utf-8";
/* CSS Document */
body {
	background: white;
	font-size:16px;
	font-family: 'Ledger', serif;
	color:black;
}
a, a:link, a:hover, a:visited {
	color:black;
	text-decoration:none;
}
#wrapper {
	margin: 0 auto;
	min-height:500px;
	box-shadow: 0px 0px 20px 0px grey inset;
	padding: 25px;
	text-align:center;
	border-radius: 21px 21px 21px 21px;
	-moz-border-radius: 21px 21px 21px 21px;
	-webkit-border-radius: 21px 21px 21px 21px;
	border: 0px solid black;
	background:#F9B318;
	margin-top: 50px;
	margin-bottom: 50px;
	max-width:600px;
}
#inner {
	width:100%;

}
.logo {
	margin:0 auto;
	width: 50%;
	max-width:400px;
	min-width:200px;
	height:121px;
	background:url(../images/sparta-grau.png) no-repeat;
	background-size: contain;
}
.imprrechts {
	text-align:justify;
	font-size:72%;
}
.imprlinks {
	float:left;
	margin-right:10px;
	font-size:120%;
}
h3 {
	font-size:150%;
	margin-top:0;
}