/* Pub ala Pub CSS Document by XT-S */
body { 	background:#000000;
		font-family:Verdana, Helvetica;
		font-size:100.01%;
		color:#FFFFFF;
		margin:0;
		padding:0;
		height:100%;
		width:100%;
		text-align: center;
}

div {	margin:0;
		padding:0;
}

html {	height:100%;
		width:100%;
}

img {	border:0;
		padding:0;
}

h1 {
	font-size:130%;
	font-style:italic;
}

a {
	color:#FFCC00;
	text-decoration:none;
}

a:hover {
	text-decoration:overline underline;
}

#page_box {		/* Box in der sich der Seiteninhalt wiedergibt */
	width: 922px;
	min-height:90%;
	height:auto;
	/* Seite zentrieren */
	margin-left: auto;
	margin-right: auto;
	/* Ausrichtung vom body style wird wieder zurueckgesetzt */
	text-align:left;
	position:relative;
}	

* html #page_box { 	height:90%; } /* nur für IE 5.5 - 6.x */
html + body #page_box { height:90%; } /* nur für IE 5.0 */

#spacer1 {
	width:922px;
	height:30px;
	display:block;
}

#header {
	width: 922px;
	height: 185px;
	background:url(../images/header.jpg);
	position:relative;
}

#spacer2 {
	width: 922px;
	height: 5px;
	display:block;
}

#container1 {
	width: 922px;
	background:url(../images/container1.jpg);
	background-repeat:repeat-y;
}

#menue {
	width: 240px;
	height: 481px;
	float: left;
	background:url(../images/menue_bg.jpg);
	background-repeat:no-repeat;
}

#news {
	width:240px;
}

#content {
	width:682px;
	font-size:80%;
	background:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	float:right;
}

#content_text {
	width:642px;
	margin-left:20px;
	margin-top:10px;
}

#clearit {
	width:922px;
	height:1px;
	background:url(../images/container1.jpg);
	background-repeat:repeat-y;
	clear:both;
}

#footer {
	width:922px;
	height:46px;
	background:url(../images/footer.jpg);
	text-align:center;
	position:relative;
}

#footer #footer_text {
	width:922px;
	height:16px;
	position:absolute;
	top:30px;
	font-size:60%;
	color: #666666;
}

#spacer3 {
	width:922px;
	height:30px;
	display:block;
}

