body
{
	background-image:url(graphics/left_graphik.png);
	background-repeat:repeat-y;
	background-color:#333333;
	color: #CCCCCC;
	height: 100%;

}
a.navi {color:#CCCCCC;font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none;}
a.link {text-decoration: underline; color:#CCCCCC;}
a.visited {text-decoration: none; color:#CCCCCC;}
a.hover {text-decoration: underline; color:#999999;}
a.active {text-decoration: underline; color:#999999;}

.tabtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

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




