@import url("font.css");
body
{
	margin: 0;
	margin-top: 0;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	line-height: normal;
}
div {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}


	
div#raum
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
}

div#header
{
	text-align: right;
	padding-right: 5px;
	padding-top: 40px;
	height: 100px;
	background: url(images/titel_titel.jpg);
	background-repeat: repeat-y;	
	padding-left: 730px;
	padding-top: 15px;
	line-height: 13px;
	font-size: 11px;
}
#col1
{
	float: left;
	padding-top: 40px;
	width: 200px;	
	/* background-color: #ECECEC; */
	line-height: 20px;
}
#col2
{
	float: left;
	width: 550px;
	padding-left: 30px;
	padding-top: 5px;
	/* background-color: #ffffff; */
}


#col3
{

	float:left;
	padding-top: 6px;
	padding-left: 45px;
	width: 170px;
}



#footer
{
	width: 580px;
	text-align: right;
	padding-top: 5px;
	clear: both;
	height: 10px;
	margin-bottom: 50px;
}
hr
{
	height: 1px;
}