@charset "utf-8";
/* CSS Document */
html, body {
width:100%;
height:100%;
	background-color:#990000;
	background-image:url(../grafik/besucher/bg.jpg);
	margin: 0;
	
}
#container{
	text-align:center;
	color:#CC6633;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:0.1em;
	font-size:15px;
	margin-left:50px
}
#line{
	margin-right:75px;
	position:relative;
	top:-35px
}
#buttons{
	position:relative;
	left:-40px;
	top:-10px
}

.text-mini{
	font-size:11px;
	font-weight:bold;
	letter-spacing:0.2em;
}
