﻿body  {	
	text-align: center;
}
#wrapper   {
	font-size: 12pt;
	font-family: Arial, Helvetica, Sans-Serif;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}
#root a:link {
    text-decoration: none;
	color: #000000;
}
#root a:hover  {
	text-decoration: none;
    color: #9999ff;
}
root a:visited {
	text-decoration: none;
}
root a:active {
    text-decoration: none;
    background-color: #9999ff;
}
h1 {
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
h2 {
	color: #000000;
    font-size: 12pt;
    font-weight: bold;
}
#header  {
 display:none;
}
#navi {
    display:none;
}
#inhalt {
    width: 950px;
	font-size: 12pt;
	font-family: Arial, Helvetica, Sans-Serif;
    border: 0px solid #000000;
    padding: 15px;
	float: left;
}
table { 
    border: 2px solid;
    font-family: arial; 
    font-size:0.9em; 
    border-left: 1px solid #C0C0C0;
    border-right-style: solid;
    border-right-width: 1px;
    border-top: 1px solid #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-bottom-width: 1px;
} 
td {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #C0C0C0;
    border-right-style: solid;
    border-right-width: 1px;
    border-top: 1px solid #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-bottom-width: 1px;
}
#footer {    
    display:none;
}