
body {
	
	 background-color:#f9f8f6;
	 margin:0px;
	 padding:0px;
	 height:100%;
	 width:100%;

	 color:#666666;
	 font-family:"Times New Roman", Times, serif;
	 font-size:14px;
	 font-style:normal;
	 font-weight:normal;
	 overflow-x: Hidden;
	 overflow-y: Hidden;
	 overflow: Auto;


}


#title_repeat{

	background-image:url(images/html/titel_repeat.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:110px;
	

}
#buidl{
	background-image:url(images/html/ludl.jpg);
	background-repeat:no-repeat;
	width:235px;
	height:309px;
	float:right;
}
#content{
float:none;
min-width:900px;
max-width:900px;
	
	margin-left:30px;
	width:900px;
}

#footer {
	margin-top:10px;
	margin-left:30px;
	width:900px;
}

a:link,a:active,a:visited {
	
	
	color:#333333;
	text-decoration:underline;
	
	font-weight:normal;
}

a:hover {
	
	
	color: #AB2524;

	
}

