body {
	background-color: #999;
}

/* ANFANG LINKFORMATIERUNG */
a:visited { 
	color: #6B1521; 
	font-weight: bold; 
	text-decoration: none;
	}

a:link { 
	color: #6B1521; 
	font-weight: bold;
	text-decoration: none;
	}

a:hover { 
	color: #BE2032; 
	font-weight: bold;
	text-decoration: none;
	}

a:active { 
	color: #6B1521; 
	font-weight: bold; 
	text-decoration: none;
	}

a { 
	color: #aaa9a9; 
	font-size: 8pt; 
	font-family: 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;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#navcontainer a {
	display: block;
	padding: 2px 2px 2px 15px;
	width: 155px;
	height: auto;
	background-position: 0px 2px;
	
	background-image:  url("navi_loop.gif");
	background-repeat: no-repeat;
	}
	* html #navcontainer a{  /* nur fuer Internet Explorer */
	background-position: 0;
	}

#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 */