@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	outline:none;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-bottom:60px;
}
html,body,#background,#background table,#background td,#content {
	width:100%;
	height:100%;
	overflow:hidden;
}
#background {
	z-index: 1;
}
#raster{
	z-index: 2;
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../gifs/background-raster.png);
	background-repeat: repeat-x;
	background-position: left center;

}
#title {
	z-index: 3;
	position: relative;
	margin-top: 25px;
	margin-right: 25px;
	text-align: right;
	color: #D8A319;
	float: right;
	width: 90%;
	margin-bottom: 50px;
}
#title h1{
	font-size: 400%;
	margin-bottom: 0.1em;
	text-shadow: #243848 0.04em 0.04em 0.02em ;
}
#title p{
	font-size: 180%;
	text-shadow: #243848 0.04em 0.04em 0.02em;
	color: #000;
	padding-right: 2px;
}
#navi {
	float: left;
	z-index: 3;
	position: relative;
	width: 90%;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi ul li{
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#navi ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../gifs/hg-li-a.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4F4F4F;
	border-bottom-color: #4F4F4F;
}
#navi ul li a:hover{
	text-decoration: underline;
	background-image: url(../gifs/hg-li-a-hover.png);	
}

#background img {
	min-height:50%;
	min-width:50%;
	margin:0 auto;
	display:block;
}

#background div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
}

/*Anpassungen für footer */
#body {
	padding:10px;
	padding-bottom:60px;	/* Height of the footer */
}
#footer {
	z-index: 99;	
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	background-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	color: #999;
}
/* other non-essential CSS */
#footer table td{
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 30px;
}
#footer a {
	color: #D8A31A;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#header {
	background-color: #507C95;
}
