/*
-------------------------------------
Autor: www.schnuckzilla.com, Oliver Staubli
-------------------------------------
*/



body {
	background-image: url(img/bg_nr1.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
a:link, a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	background-color: #000000;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF00FF;
}
 h1 {
	font-size: 26px;
	line-height: 0px;
	text-align: left;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
/* 
-------------------------------------
MAIN CONTAINER 
-------------------------------------
*/
	
#allcenter {
	width: 920px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-top: 0px;
	margin-left: -460px;
	background: url(img/bg_muster3.gif) repeat-y left top;
	border: 0px none;
	height: 1840px;
	
}
#header {
	text-align: left;
	position: relative;
	padding: 0px 0px 0px 15px;
	margin: 0 0 0 460;
	overflow: visible;
	z-index: 900;
	background-image: url(img/label.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
}
