/* CSS Document */
body {
	font-family: Trebuchet MS, Verdana, "Comic Sans MS", Arial;
	font-size: 12px;
	overflow:-moz-scrollbars-vertical;
}

A:link, A:visited, A:active { 
	text-decoration: none; 
	color: #000000; 
	font-weight: bold; 
}

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

a.weblinks:link {color:#000000; font-weight: normal; }
a.weblinks:visited {color:#000000; font-weight: normal;}
a.weblinks:hover {color:#c20501; font-weight: normal;}
a.weblinks:active {color:#000000; font-weight: normal;}
a.weblinks:focus {color:#c20501; font-weight: normal;}

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

li {
	list-style-type:circle;
	list-style-position:outside;
	margin-left:-0.6cm;
	}

.tabelle_bild{
	color: #5b5a5a;
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7e2b2;
	padding: 0px;
	border: 10px solid #fef3da;
	}

.tabelle_bildunterschrift{
	color: #5b5a5a;
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}

.rubrik{

	font-size: 11pt;
	font-weight: bold;
}

.ueberschrift_fliesstext{
	font-weight: bold;
	font-size: 13px;
}

.ueberschrift_hervorhebung_01{
	font-weight: bold;
	color: #990000;
}


/* Navi */
#navi  {
		border: solid 0px #e6e6e6;
		margin:0px;
		padding:0px;
		list-style-position: outside;
}

#navi ul ,#navi li{
 		list-style: none;
        margin: 0px;
        padding: 0px;
}

#navi li a:link , #navi li a:visited , #navi li a:active {
		display:block;
		height:20px;
		line-height:15px;
		background-image:url(navi_loop.gif);
		color:#f38214;
        text-decoration:none;
		text-align:left;
        font-size: 12px;
		font-weight: bold; 
        font-family: arial;
		padding-right:5px;
		padding-left:5px;
        padding-bottom:2px;
		padding-top:3px;
        margin:0px;
}


#navi li a:hover {background-color:#FEFFFF;
		background-image:url(navi_on.gif);
        color:#d60d0d;
}

/* Subnavi */
#subnavi  {
		border: solid 0px #e6e6e6;
		width:150px;
		margin:0px;
		padding:0px;
		list-style-position: outside;
}

#subnavi ul ,#subnavi li{
 		list-style: none;
        margin: 0px;
        padding: 0px;
}

#subnavi li a:link , #subnavi li a:visited , #subnavi li a:active {
		display: block;
		line-height:15px;
  		min-height:15px;
	  	height:auto !important;
  		height:15px;
		background-image:url(subnavi_loop.gif);
        font-weight: normal; 
		color:#000;
        text-decoration:none;
		text-align:left;
        font-size: 11px;
        font-family: arial;
		padding-right:10px;
		padding-left:10pt;
        padding-bottom:2px;
		padding-top:3px;
        margin:0px;

}


#subnavi li a:hover {
		background-color:#FEFFFF;
		background-image:url(subnavi_on.gif);
        color:#d60d0d;
}