html,body {
	margin: auto;
	background-color:#4169e1; /*royal-blue*/
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#logo_container {
	margin: 0px;
	padding: 0px;
	width:650px;
	height:516px;
	margin-left:-325px;
	margin-top:-258px;
	position:absolute;
	left:50%;
	top:50%;
}


#other_links {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#other_links ul {
	margin: 0px;
	padding: 4px;
	list-style-type: none;
	color: white;
	font-weight: bold;
	font-size: 13px;
}

#other_links ul li {
	display: inline;
}

a.button:link, a.button:visited, a.button-long:link, a.button-long:visited {
	background-image: url("./button.png");
	background-repeat: none;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 145px;
	height: 30px;
	position:absolute;
	left:50%;
	top:50%;
	line-height: 30px;
	color: #104460;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover {
	background-image: url("./button_hl.png");
	color: #104460;
}

a.button-long:link, a.button-long:visited {
	background-image: url("./button-long.png");
	width: 160px;
}

a.button-long:hover {
	background-image: url("./button_hl-long.png");
}

a.spende:link, a.spende:visited {
	background-image: url("./spende.png");
	background-repeat: none;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 123px;
	height: 53px;
	position:absolute;
	top: 50%;
	left:50%;
	margin-top: 170px;
	margin-left: -300px;
	line-height: 35px;
	color: #444444;
	font-size: 1.2em;
	font-weight: bold;
	font-family: sans;
	font-style: italic;
	text-decoration: none;
}

a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}

