@charset "utf-8";
/* CSS Document */

body {
	font-family:  verdana;
	background-color: #FFFFFF;
}

a:link{color: #994343;text-decoration:none;}
a:visited{color: #994343;text-decoration:none;}
a:hover{color: #000000; text-decoration:underline;}
a:active{color: #994343;text-decoration:none;}

.inhalt {
        padding:20pt
        }
.aktuelles {
        padding:15pt
        }
		
hr {
        border-top:dashed #994343 1px;
		border-bottom:0px;
		border-left:0px;
		border-right:0px;
		height:1px;
        }

.klein {font-size: 8pt}
.gross {
	font-family:  Times New Roman;
	font-style:italic;
	color: #994343;
	font-size: 14pt;
	font-weight: bold;
}
.mittel {
	font-size: 9pt;
	line-height: 13pt;
}
div {
  line-height: 22px;
}
ul { 
	margin-left: 0.5em; padding-left: 0.5em; 
	list-style-type: none;
}
li {
  line-height: 22px;
}
.weiss {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.impressum a:active, .impressum a:link, .impressum a:visited{
color: #F0F0F0;
text-decoration:none;
font-size: 7pt;
}
.impressum a:hover{
color: #FFFFFF;
text-decoration:underline;
font-size: 7pt;
}
.titel {
	font-family: sans-serif, Arial, verdana;
	color: #FFFFFF;
	font-size: 24pt;
	font-weight: bold;
}

/* MENÜ */

  #menu a {
  	display:		block;
	width:			100%;
	color: 			#F0F0F0;
	text-decoration:none;
	padding-left:	20px;
	padding-right:	20px;
	padding-top:	10px;
	padding-bottom:	10px;
    margin-left:	-16px;
	margin-right:	0px;
	margin-top:		0px;
	margin-bottom:	0px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#F0F0F0;
  }
  #menu a:hover, #menu a:focus, #menu a:active {
    display:		block;
	width:			100%;
	color: 			#FFFFFF;
	text-decoration:none;
	padding-left:	20px;
	padding-right:	20px;
	padding-top:	10px;
	padding-bottom:	10px;
    margin-left:	-16px;
	margin-right:	0px;
	margin-top:		0px;
	margin-bottom:	0px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
	background-color: #87383B;
	font-weight:bold;
	outline: 0;
  }
  li.aktuell {
    display:		block;
	width:			216px;
	color: 			#FFFFFF;
	text-decoration:none;
	padding-left:	16px;
	padding-right:	0px;
	padding-top:	0px;
	padding-bottom:	0px;
    margin-left:	-16px;
	margin-right:	-32px;
	margin-top:		0px;
	margin-bottom:	0px;
	background-color: #87383B; /* Dukelrot */
	font-weight:bold;
  }
