/* CSS Document */
body {
	background-image:url(Bilder/line.gif);
	background-repeat:repeat-x;
	background-color:#9D0C15;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

html {
	height:100%;
}

#border {
	position: relative;
	left: 50%;
	margin-left: -333px;
	width: 667px;
	min-height: 100%;
	height:auto !important; /* moderne Browser */	
}

#center {
	height:100%; /* IE */
	position: relative;
	left: 50%;
	margin-left: -333px;
	width: 667px;
	min-height: 100%;
	height:auto !important; /* moderne Browser */	
} 
a {
        color:#ffffff;
	text-decoration:none;
}