/* Kontakt-Box */
	
	#contactbox {
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	background-color: transparent;
	font-size: 10px;
	}
	
	#contactbox h1 {
	font-family: "Trebuchet MS", Georgia, serif;
	font-size: 18px;
	letter-spacing: 1px;
	color: #2F67AA;
	margin: 0px 0px 10px 0px;
	}
	
	#contactbox a {
	display: block;
	color: #0000ff;
	margin: 6px 0px 0px 0px;
	}
	
	/* DOWNLOAD FIELDSET */
	
	
	#content legend {
	color: #5F842C;
	font-weight: bold;
	}
	
	#content fieldset {
	margin-top: 15px;
	border: 1px solid #5F842C;
	padding: 0px 8px 8px 8px;
	font-size: 10px;
	}
	
	#content fieldset table {
	font-size: 11px;
	background-color:#f1f1f1;
	border: 1px solid #dfdfdf;
	width: 100%;
	margin-top: 3px;
	}
	
	#content fieldset td {
	padding: 5px;
	}
	
	td.dwl_ico {
	text-align: center; 
	width: 18px; 
	height: 18px;
	}
	
	td.dwl_head {
	font-weight: bold;
	border-right: 1px solid #dfdfdf;
	height: 18px; 
	width: 354px;
	}
	
	td.dwl_desc {
	font-style:italic; 
	border-right: 1px solid #dfdfdf; 
	width: 372px;
	}
	
	td.dwl_save {
	font-size: 9px; 
	text-align: center; 
	width: 55px;
	}
	
	a.black:link,
	a.black:active,
	a.black:visited,
	a.black:hover{
	color:#000;
	text-decoration:none;
	font:12px/1.8em georgia, times, serif;
	cursor: text;
	}