﻿body  {	
	text-align: center;
	background-color: #FbF5e5;
}
#wrapper   {
	font-size: 11pt;
	font-family: Arial, Helvetica, Sans-Serif;
	width: 950px;
	margin: 0px auto;
	text-align: left;
	color: #666666;
	background-color: #f4e3c4;
	border-width: 0.5px;
	border-color: #c0c0c0;
	border-style: solid;
}
#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: 12pt;
  color: #666666;
  font-weight: bold;
}
h2 {
  color: #666666;
  font-size: 11pt;
  font-weight: bold;
}
#header  {
	border-style: outset;
	border: 0px solid #000000;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}
#navi {
	width: 150px;
	height: 100%;
	float: left;
	border: 0px solid #000000;
	margin: 1px;
	padding: 15px;
	color: #666666;
    font-weight: bold;
    text-decoration: none;
}
#navi a:link    {
	text-decoration: none;
	color: #666666;
}
#navi a:hover   {
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
}
#navi a:visited   {
	text-decoration: none;
	color: #660033;
}
#inhalt {
    width: 737px;
    border: 0px solid #000000;
    padding: 15px;
    background-color: #fbf5ef;
	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 {    
	text-align: center;
	border: 0px solid #000000;
    padding: 5px;
    color: #808080;
    font-size: .8em;
    text-decoration:none;
}
#footer a:link  {
	color: #808080;
	text-decoration: none;
	background-color: #F4E3C4;
}
#footer a:visited{
	color: #808080;
	text-decoration: none;
	background-color: #F4E3C4;
}