body
{
   font-family: verdana, arial, sans-serif;
   font-size: 0.8em;
   background-color : white;
   text-align : justify;
   color : MenuText;
}
#content table, td, th { 
   font-family : Verdana, Arial, Sans-Serif;
   font-size: 100%;
}
#container
{
	width: 95%;
	margin-left: 5%;
	margin-right: 0%;
}
#header
{
   border-bottom: 1px solid #AAAAAA;
   margin: 0.6em 0 0 0;
}

#kopfzeile h1
{
	font-size: 250%;
	padding: 0;
   color: #cc0000;
   background-color : transparent;
}
#kopfzeile #titel
{
    font-size: 90%;
    margin: 0 0 0.2em 0.2em;
    padding: 0;
    color : Gray;
    background-color : transparent;
}
#nav
{
   display: none;
}
#nav a, a:visited, a:active
{
   display: none;
}
#nav span
{
   display : none;

}
#nav a:hover
{
	display: none;
}
#content
{
   margin: 0;
   padding: 1em 0 1em 0em;
   border-left : none;
}
#content span.content_title
{
   display: block;
   border: 1px dotted #AAAAAA;
   background-color: #F9F9F9;
   color: inherit;
   padding: 0.2em;
   margin: 0;
}
#content span.content_fuss
{
   display: none;
   border: 1px dotted #AAAAAA;
   background-color: #F9F9F9;
   color: inherit;
   padding: 0.2em;
   margin: 0;
   text-align : right;
}
#content p.content_text
{
	text-align:justify;
	margin-left: 0.5em;
}
#content img.cut_left
{
	float: left;
	margin: 0 0.5em 0.5em 0;
}
#content img.cut_right
{
	float: right;
	margin: 0 0 0.5em 0.5em;
}
#content h3
{ 
	font-size : 1.1em;
   color: #cc0000;
   background-color : transparent;
	margin-left: 0.5em;
   padding-top : 10px;
   padding-bottom : 3px;
}
#content a, a:visited, a:active
{
   color: #cc0000;
   background-color : transparent;
   text-decoration: none;
   font-size: 1.0em;
   margin: 0 0 0 0;
   border-bottom: none;
   display: block;
}
#content a:hover
{
   background-color: White;
   color : inherit;
   text-decoration: none;
   font-size: 1.0em;
   border-bottom: none;
   display: block;
}
#fusszeile
{
   display: none;
}

