/* Basic-CSS - VERL.DE | Basisklasse, immer gültig */
/* Generelle-Formatierungen */
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0; 
	padding: 0; 
	font-family:arial,verdana,sans-serif;
}
html, body {
	background:url(../../images/background.png);
	font-size:10pt;
}
strong {
	font-weight: bold;
}
img {
	border: 0;
}
h3 {
	font-size:10pt;
	margin:0px 0px 3px 0px;
}
hr{
	height:1px;
	border:0;	
	background-color: #000; /* Farbe für Opera und Firefox */
	color: #000; /* Farbe für Internet Explorer (IE) */
}
/* Schnell-Formatierungen */
.c {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.m10 {
	margin:10px;
}
p.block {
	text-align:justify;
	margin-right:50px;
}
.cursor {
	cursor:pointer;
}
/* Seitenelemente */
#workspace {
	margin:0px auto;
	width:990px;
	background-color:#fff;
}

