body {
	background-color: #000000;
	color: #000000;
}

#BoxRight {
	border-top: 3px solid #000000;
}

#BoxHeaderRight A:link, #BoxHeaderRight A:visited, #BoxHeaderRight A:active, 
#BoxFooter, #BoxFooter A:link, #BoxFooter A:visited, #BoxFooter A:active
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#BoxHeaderRight A:hover,
#BoxFooter A:hover
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#BoxHeaderMiddle {
	color:#000000;
}

#BoxContent h1 {
	font-size: 1.3em;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	color:#000000;
	font-weight:bold;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
}

.Haupttitel
{
	font-size: 1.3em;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	color:#000000;
	font-weight:bold;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
}

.Titel
{
	font-size: 1.25em;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;	
	color:#000000;
	font-weight:bold;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
}

/*-----------------  Box Right Start  -----------------*/
#BoxRight div {
	padding: 6px;
	width: 226px;
	background-image:url(/images/spacer.gif);
	background-color:#EFEFEF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;		
	background-repeat:repeat-y;
	margin-bottom: 3px;
	color:#000000;
}

#BoxRight h1 {
	font-size: 1.1em;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0.3em;
	color:#9b1829;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#BoxRight ul { 
    list-style-type: square;
    margin: 0.5em 0 0 0.5em;
    padding: 0 0 0 10px;
    list-style-image: url(/images/bullet_right.gif);
	color:#000000;
}

#BoxRight a { 
	color:#000000;
	text-decoration:underline;
}

#BoxRight a:hover { 
	color: #9b1829;
	text-decoration:underline;
}

#BoxRight p {
    margin: 0.25em 0em 0.25em 0em;
}


/*-----------------  Box Right Ende  -----------------*/