/* CSS Document */
.text
{
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
		color:#444444;
		font-weight:200;
		line-height:14px;
}
.titel
{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11pt;
		color:#000000;
		font-weight:600;
}

body 
{	
	margin : 0px auto;
	padding:0px;
	text-align:center;
	background-image:url(../images/grey_dot.gif);
	background-repeat:repeat;
}

#main
{
	position:relative;
	width:822px;
	padding:0px;
	text-align:left;
	margin:auto;
	margin-top:10px 0 0 10px;
}