@charset "utf-8";
html, body { 
    height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cc0000;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
}
#page {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
#footer {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#cccccc;
	bottom: 0px;
	width:100%;
	height:33px;
	text-align:center;
	padding-top:5px;
	background-color:#666;
	border-top:1px;
	border-top-style:solid;
	border-color:#333;
	z-index:3;
}
/* links */
a.footer:link {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    text-decoration:none;
	color:#fff;
}

a.footer:visited {
    text-decoration:underline;
    color:#fff;
}

a.footer:hover {
    text-decoration:none;
    color:#56a8fc;
}
#content {
	position:relative;
	width:780px;
	height:100%;
    margin:0 auto;
	background-position:bottom;
	background-repeat:no-repeat;
	z-index:1;
}
#inhalt {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	margin: 0 auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif,
	font-size:14px;
	font-weight:bold;
	color:#06F;
	z-index:1;
}
#logo {
	position:relative;
	width:100%;
	height:150px;
	top:0px;
	text-align:left;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	z-index:2;
}
#text {
	position:absolute;
	width:780px;
	height:20px;
	top:300px;
	left:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif,
	font-size:12px;
	font-weight:bold;
	color:#fff;
	z-index:10;
}
