body {
	background-color: #999;
}

/* ANFANG LINKFORMATIERUNG */
a:visited { 
	color: #080863; 
	font-weight: bold; 
	text-decoration: none;
	}

a:link { 
	color: #080863; 
	font-weight: bold;
	text-decoration: none;
	}

a:hover { 
	color: #bf2c1c; 
	font-weight: bold;
	text-decoration: none;
	}

a:active { 
	color: #080863; 
	font-weight: bold; 
	text-decoration: none;
	}

a { 
	color: #aaa9a9; 
	font-size: 9pt; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 20px; 
	}

a:focus { 
	color: #afafaf; 
	font-weight: bold;
	line-height: 20px; 
	text-decoration: none; 
	}
/* ENDE LINKFORMATIERUNG */

/* ANFANG NAVIGATION */
 #navcontainer ul {
	margin: 0;
	padding: 0;
	width: 158;	
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#navcontainer a {
	display: block;
	padding: 4px 2px 0px 35px;
	height: 17px;
	background-image:  url("navi_loop.gif");
	background-repeat: no-repeat;
	}

#navcontainer a:link, #navlist a:visited {
	text-decoration: none;
	}

#navcontainer a:hover {
	background-image:  url("navi_on.gif");
	background-repeat: no-repeat;
	}

#active a:link, #active a:visited, #active a:hover {
	background-image:  url("navi_loop.gif");
	background-repeat: no-repeat;
	color: #FFCC33; 
	font-weight: bold; 
	text-decoration: none;
	}
/* ENDE NAVIGATION */
