﻿body{
	margin: 5 px;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #FFE4B5;
	width:100%;
}

a:visited {
	color: Blue;
}


a:link {
	color: Blue;
}


a:hover {
	color: Blue;
}


a:focus {
	color: Blue;
}


a:active {
	color: Blue;
}


a {
	color: Blue;
}


td {
	font-size: 10pt;	
}

h1 {
	font-size: 16pt;
	text-align: left;
}
 
h2 {
	font-size: 12pt;
	text-align: left;
}

#gesamtseite {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	border: 1px dashed black;
}

#kopfzeile {
	height: 150px;
	width: 780px;
	background-image: url("images/kopf.jpg");
}

#titelzeile {
	height: 0px;
	width: 780px;
	background: White;
}


#navcontainer
{
	margin: auto;
	border-top: 1px solid #999;
	z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding-top: 0;
position: relative;
z-index: 2;
font-size: 10pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#inhalt {
	padding: 5px;
	vertical-align: top;
	width: 780px;
	font-size: 10pt;
	background: White;
}

#graukursiv
{
	font-style: italic;
	color: Gray;
}

ul {
	padding:0;
}

#zeiten
{
 margin:5px;
 width: 200px;
 font-family: Verdana;	
}

.gross
{
 height: 16px;
 font-size: 7pt;
}

.klein
{
 height: 8px;
 font-size: 1pt;
}

.tag
{
 width: 20px;
 text-align:	center;
 border-right: 1px #999999 dotted;
}

.zeit
{
 width: 40px;
}

.uhrzeit
{
	font-size:7pt;
	border: 1px solid black;
	padding:0;
	margin:0;
	text-align:center;
}

.linie 
{
 border-bottom: 1px dotted #999999;
}

.farbe
{
 background-color: #FFE4B5;	
}

