p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, tab 	{
		font-family: Arial, Helvetica, sans-serif;
		}

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

/* Hintergrund */
body	{
	color: #250000;
	background-color: #250000;
	}
	
/* Tabelle aussen */
.aussentabelle	{
	background-color: #330000;
	margin: 25px auto;
	border: 10px solid #FFFFFF;
	}

/* Punktlinien */
.liniev  {	
	border-right: 1px dashed #FFFFFF;
	}
	
.linieh {
	margin: 20px 0px;
	border-bottom: 1px dashed #FFFFFF;
	}
	
/* Navigation */
.navi {
	font-size:  12px;
	font-weight : bold;
	line-height: 20px;
	color: #663300;
	}
	
.navi a:link { color:#663300; font-weight : normal; text-decoration:none; }
.navi a:visited { color:#663300; font-weight : normal; text-decoration:none; }
.navi a:hover { color:#CC9933; font-weight : normal; text-decoration:none; }
.navi a:active { color:#663300; font-weight : normal; text-decoration:none; }	
	
.subnavi {
	margin: 10px 10px 0px;
	font-size:  13px;
	font-weight : bold;
	line-height: 20px;
	color: #FFFFCC;
	}

.subnavi a:link {
	line-height: 20px;
	font-weight : normal; 
	text-decoration : none;
	color: #FFFFCC; 
	}

.subnavi a:visited {
	line-height: 20px;
	font-weight : normal; 
	text-decoration : none;
	color: #FFFFCC; 
	}

.subnavi a:hover {
	line-height: 20px;
	font-weight : bold; 
	text-decoration : none;
	color: #666666; 
	}

.subnavi a:active {
	line-height: 20px;
	font-weight : normal; 
	text-decoration : none;
	color: #666666;
	}

/* Seiteninhalt */
.text p	{
	margin: 10px 20px 10px 20px;
	font-size:  13px;
	line-height: 16px;
	color: #FFFFCC;
	}
	
.text h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px 0px 20px;
	color: #FFFFCC;
	}
	
.text h1 a:link { color:#1D2A57; text-decoration:none; }
.text h1 a:visited { color:#1D2A57; text-decoration:none; }
.text h1 a:hover { color:#1D2A57; text-decoration:underline; }
.text h1 a:active { color:#1D2A57; text-decoration:none; }

.text h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	color: #FFFFCC;
	}
.text h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9933;
	margin: 10px 20px;
}
span.highlight {
	color: #FF9933;
}
ul { 
	color: #FFFFCC;
	font-size: 13px
}
li {
	margin: 10px 0;
}
.tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight : normal;
	line-height: 16px;
	color: #FFFFCC;
	}

.formular	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #FFFFCC;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}
	
/* Aktuelle Termine */	
.aktuell {
	margin: 10px 10px 0px;
	font-size:  11px;
	font-weight : normal;
	line-height: 14px;
	color: #FFFFCC;
	}

.aktuell a:link {
	line-height: 16px;
	font-weight : normal; 
	text-decoration : none;
	color: #FFFFCC; 
	}

.aktuell a:visited {
	line-height: 16px;
	font-weight : normal; 
	text-decoration : none;
	color: #FFFFCC; 
	}

.aktuell a:hover {
	line-height: 16px;
	font-weight : normal; 
	text-decoration : underline;
	color: #FFFFCC; 
	}

.aktuell a:active {
	line-height: 16px;
	font-weight : normal; 
	text-decoration : underline;
	color: #FFFFCC;
	}
