body{


}
#global{

}
#middle {
	position: relative;
	margin: 0 auto;
	width:900px;
	border: 2px solid #699;	
	background-color: white;
}
#header{
	width:900px;
	height:144px;
	background-color: #E68328;
	background: #E68328 url('/dirlink/images/logo.gif') no-repeat top left;
}
#subheader{
	width:900px;
	height:22px;
	padding-top: 4px;
	background-color: silver;
}
#subheader a:link,a:visited{
	font-family: Verdana;
	font-size: 12px;
	text-decoration:underline;
	font-weight: bolder;
	color: #E68328;
}
#subheader a:hover{
	font-family: Verdana;
	font-size: 12px;
	text-decoration:underline;
	font-weight: bolder;
	color: #E68328;
}
#content{
	padding: 10px;
	width:900px;
	height:530px;
}
#content a:link,a:visited{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
	color: #E68328;
}
#content a:hover{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
	color: red;
}
#content table{
	width:880px;
}
#subkataloge{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
	text-decoration:underline;
}
#besch{
	font-family: Verdana;
	font-size: 10px;
	margin-right: 20px;
	text-align:justify;
}

#footer{
	width:900px;
	height:20px;
	padding-top: 6px;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background-color: silver;
}