/*def. Style-Sheets */ 
<style type="text/css">

/* Def. netzwerk-Stil.Kapitel  */
div.kap {
	left: 0px;
	width: 900px;
	margin: 0px;
	font-family: 'Cataneo BT';
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	background: #C4F8B1; color: #FF8FFF;  /* Text = rosa auf hellgruen */
	text-align: left;
	vertical-align: top;
	white-space: normal;
	border: medium solid #FFCC08;         /* rahmen = sattes gelb */
	background-position: left left;
	overflow: scroll;
	position: relative;
	visibility: visible;
	z-index: 3;
	cursor: hand;
}
.fuss.kap table{
	border: thin dotted #F4F1F1;
}
.mark.kap {
	border: thin dotted #CC0000;
}
.rahmen-seite {
	margin: 25px 10px;
	height: auto;
	width: auto;
	border: 0px groove #808000;


/*      
	border-top: thin ridge #F0FDEC;
	border-right: thin ridge #F0FDEC;
	border-bottom: thin ridge #F0FDEC;
	border-left: thin ridge #F0FDEC;     */
}
hr.kap {
	font-weight: 100;
	color: #CC0033;
	text-decoration: line-through;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	height: 2px;
	width: 100%;
	border: dotted #CC0033;

}
a.kap {
	font-family: Verdana, Arial;
	font-size: 8px;
	color: #000099;                 /* anker-Text = dunkelblau */
	background: #EEBB8F;          /* Link-Liste: Text auf pastell-orange */
	text-decoration: none;
}
h3.kap {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FF0099;                 /* anker-Text = pink */
	background: #EEBB8F;          /* Link-Liste: Text auf pastell-orange */
	text-decoration: overline;   /* Überschrift mit Strich darüber */   
}
h.kap {
	width: 955px;
	margin: 0px 0px;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	position: absolute;
	height: 80px;
	left: 25px;
	top: 15px;
	right: 25px;
	bottom: 30px;
	visibility: visible;
}
h.kap ul{
	margin: 0px 0px;
	padding: 0;
	float: left;
	width: 100%;
	background: #EEBB8F;          /* Link-Liste: Text auf pastell-orange */
	border-top-width: 81px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099
}
h.kap ul li{
        display: inline;
}
h.kap ul li a{
	float: left;
	color: #000099;                                 /* Tasten-Text = dunkelblau */
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEBEBE; /* rechter Rahmen: auf mittelgrau Tasteneffekt */
}
h.kap ul li a:visited{
        color: #000099;                                /* Link-Text = dunkelblau */
}
h.kap ul li a:hover, .h.kap ul li .selected{
	color: #FFCC08 !important; background: #000099; /* Link-Text = sattes-gelb auf dunkelblau */	
	padding-top: 5px;
	padding-bottom: 5px;
}</style>

