
a:link { 
	text-decoration:none; 
	color:#eeeeee;
}
a:visited { 
	text-decoration:none; 
	color:#eeeeee;
}
a:hover { 
	text-decoration:underline; 
	color:#f0f0f0;
}
a:active { 
	text-decoration:underline; 
	color:#FF0000;
}


body {
	background-image:url(/img/bg.gif);
	background-color:#9AA683;
	color:#333333;
}

div,td {
	font-size:8pt;
	font-family:Verdana,Helvetica,sans-serif;
	color:#333333;
}

div.logotext {
	font-size:12pt;
	text-align:left;
}

div.title {
	font-size:18px;
}

div.subtitle {
	font-size:10pt;
	color:#dddddd;
}

div.text {
	font-size:10pt;
	color:#dddddd;
}

div.smalltext {
	font-size:8pt;
	color:#dddddd;
}

div.remarks {
	font-size:8pt;
	color:#333333;
}

span.dot {
	color:#333333;
}

div.footnote {
	font-family:Verdana;
	font-size:10px;
	text-align:right;
	width:645px;
}

a.footlink {
	color:#333333;
}

a.navi {
	font-size:10pt;
	font-weight:bold;
	color:#dddddd;
}


div.category {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#9AA683;
	text-align:left;
}

div.weblogtext {
	font-size:8pt;
	font-family:Verdana,Helvetica,sans-serif;
	color:#666666;
}

/* hintergrund */

tr.logo,td.logo {
	vertical-align:top;
}

tr.category,td.category {
	height:20px;
	background-color:#B0BD95;
}

tr.separator,td.separator {
	height:2px;
	background-color:#B0BD95;
}

tr.back,td.back {
	vertical-align:bottom;
	text-align:left;
}

