BODY {background-color: #fcfada; }

A:link, A:visited, A:active { 
	font-family: Arial; 
	text-decoration: none; 
	color: #800000; 
	font-weight: bold; 
	font-size:10pt; 
}

A:hover {
	text-decoration: underline;
	color: #C70F0F;
	list-style-type: circle;
}

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

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

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

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

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

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

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

#navcontainer a {
	display: block;
	padding: 3px 0px 0px 10px;
	background-position: 0px 1px;
	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 */

