body 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

div#rahmen
{
	float: center;
	width: 960px;
	height: 1000px;
/* 	border: 1px dashed silver; */
}

div#header
{
	width: 960px;
	height: 100px;
	background: url(images/header.gif) no-repeat;
}

div#foot
{
	width: 960px;
	height: 130px;
	background-color:#efefef;
/* 	border: 1px dashed silver; */
}

div#navtop
{
	width: 1040px;
	height: 25px;
	background: url(images/menu.gif) no-repeat;
}

div#navtop:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#navtop ul
{
	text-indent: 80px;
 	padding: 3px 0 3px 590px; /* kostenlos 420px */
	margin: 0;
	text-align: center;
}

div#navtop ul li
{
	display: inline;
}

div#navtop ul li a
{
	padding: 3px 0;
	padding-right: 20px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(images/slantdivider.gif) top right no-repeat; -->
}

div#navtop ul li a:hover 
{
	text-decoration: underline;
}

ul#Navigation 
{
    font-size: 0.83em;
    float: left; width: 14em;
    margin: 0; padding: 0;
/*     border: 1px dashed silver;  */
}
ul#Navigation li 
{
    list-style: none;
    margin: 0; padding: 0.5em;
}

ul#Navigation a 
{
    display: block;
    padding: 0.2em;
    font-weight: bold;
}

ul#Navigation a:link 
{
    color: black; background-color: #eee;
}

ul#Navigation a:visited 
{
    color: #666; background-color: #eee;
}

ul#Navigation a:hover 
{
    color: black; background-color: white;
}

ul#Navigation a:active 
{
    color: white; background-color: gray;
}

div#Info 
{
    font-size: 0.9em;
    float: right; width: 12em;
    margin: 0 0em 0 0; 
	padding: 0;
/*     border: 1px dashed silver; background-color: #eee;  */
}

div#Inhalt 
{
    margin: 0 11.2em 0 12em;
    padding: 0 1em;
/*     border: 1px dashed silver;  */
}

div#Inhalt h1 
{
    font-size: 1.5em;
    margin: 0 0 0.5em;
}

div#Inhalt h2 
{
    font-size: 1.2em;
    margin: 0.2em 0;
}

div#Inhalt p 
{
    font-size: 1em;
    margin: 1em 0;
}

th 
{ 
	padding: 3px; 
/*  	background-color: #f0e7d7;   */
 	background-color: #d8d8ff; 
	font-weight: bold; 
	border-top: 1px solid #bfcef4; 
	border-right: 1px solid #bfcef4; 
	border-left: 1px solid #bfcef4;
}

td 
{ 
	padding: 3px; 
	border-bottom: 1px solid #bfcef4; 
	border-right: 1px solid #bfcef4;
}
.first 
{ 
	border-left: 1px solid #bfcef4;
}