@charset "utf-8";
/* CSS Document - EXPLICS acknowledgements */


body {
	margin:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-image:url(images/back.jpg);
	background-repeat:repeat-y;
}

a:link {
	color:#FF9900;
	text-decoration:underline;
	font-weight:none;
}
a:hover {
	color:#FF9900;
	text-decoration:none;
	font-weight:none;
}
a:active {
	color:#FF9900;
	text-decoration:none;
	font-weight:none;
}
a:visited {
	color:#FF9900;
	text-decoration:underline;
	font-weight:none;
}

h1 {
	font-size:15pt;
	margin-top:3px;
	font-weight:bold;
}
h2 {
	font-size:13pt;
	margin-top:3px;
}

table, tr, td {
	border:none;
	align:left;
	vertical-align:top;
	cellspacing:2px;
	cellpadding:2px;
}

ul {
	list-style-type:none;
}		
	

#logoleiste {
	width:960px;
	height:55px;
	border:none;
	padding-left:12px;
}

#hauptfeld {
	position:absolute;
	text-align:justify;
	top:75px;
	width:960px;
	padding:12px;
}


	
	
