body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100.05%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5A100;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	margin-top: 1px;
	margin-bottom: 2px;
	}

hr {
	color: #CA5202;
	}

.ueberschrift_01 {
	font-size: 12pt;
	color: #801526;
	font-weight: bold;
}

.ueberschrift_02 {
	font-size: 10pt;
	color: #bb4a00;
	font-weight: bold;
}

.quelle{
	font-size: 8pt;
}

.bildunterschrift{
	font-size: 8pt;
}

.zusatzinfos{
	font-size: 8pt;
}

.kategorien_01 {
	font-size: 10pt;
	color: #801526;
	font-weight: bold;
}

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: #800000; 
	font-weight: bold; 
	text-decoration: none;
	}

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

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

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

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

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: 1px 0px 0px 15px;
	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 */