body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin:0px; padding:0px;
}

a:hover {
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #DDDDDD;
}

h1 {
	margin:0px; padding:0px;
	text-transform: uppercase;
	color: #AAAAAA;
	font-size: 11px;
	margin-bottom: 9pt
}

h2, h3, h4, ul, li {
	margin:0px; padding:0px;
	font-size: 14px;
	margin-bottom: 5pt
}


p {
	margin:0px;
	padding: 5px 0px 5px 0px;
	border:0px;
}

ol {
	margin:0px 10px 5px 0px;
}

ol li {
	margin:0px 10px 5px 0px;
	width:450px;
}

/* ALLGEMEINE KLASSEN */

.navi {
	text-decoration: none;
	color: #999999;
}

.navi_indikator {
	text-decoration: none;
	color: #333333;
}

.textlink {
	text-decoration: none;
	color: #DD081a;
}

.temp {
	text-decoration: none;
	font-weight: bold;
	color: #DD081a;
}

function shapeWrapper(lineHeight,Xs) {
	var out = '';
	Xvalues = Xs.split('|');
	for(i=0; i < Xvalues.length; i++) {
		parts = Xvalues[i].split(',');
		out += '<div style="float:left;clear:left;height:'+lineHeight+'px;width:'+ parts[1]+'px"></div>';
		out += '<div style="float:right;clear:right;height:'+lineHeight+'px;width:'+ parts[2]+'px"></div>';
	}
	document.write(out);
}