body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFCC;
	margin: 10px;
}
/* Textfarbe eines Hyperlinks ohne Focus */
a:link, a:visited, a:active {
	color: #0033FF;
	text-decoration: none;
}
/* Textfarbe eines Hyperlinks by Mouse over*/
a:hover {
	color: #89211b;
	text-decoration: none;
}
/* horizontale Linie */
hr {
	margin: 15px 0px 15px 0px;
	color: #999966;
	height: 1px;
	width: 100%;
}
/* Überschrift Typ 1*/
h1 {
	font-size: 18px;
	color: #000000;
	margin: 5px 0px 5px 0px;
}
/* Ünerschrift Typ 2*/
h2 {
	font-size: 15px;
	color: #000000;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
/* Das Hauptmenu - Ausrichtung - Breite */
.menu {
	vertical-align: top;
	width: 220px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* dem Menu in 2-ter Reihe vorgestellter Farbblock */
.menu ul {
	border-bottom: 0px;
	background-color: #FFFFCC;
}
.menu ul ul {
	padding-left: 10px;
}

/* Hauptmenu */
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
/* Schriftfarbe im Menu*/
	color: #000000;
	display: block;
/* Hauptmenu Hintergrund */
	background-color: #FFFFCC;
	text-decoration: none;
}
/* Farbe Menupunkt bei Mouse over */
.menu a:hover {
	color: #FFFFFF;
	background-color: #89211b;
	text-decoration: none;
}
/* Der aktuell ausgewählte Menupunkt - Schrift Größe - Farbe */
.menu_current {	
	font-size: 16px;
	font-weight: bold;
	
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #FFFFCC;
	color: #FFFFFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFFFFF;
}
/* Der Seiteninhalt - Bachground Farbe und Standard grösse */
.content {
	padding: 10px;
	background-color: #FFFFCC;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
/* Footer - Ausrichtung - Textfarbe */
.footer {
	padding: 5px;
	height: 20px;
	color: #000000;
	vertical-align: middle;
	text-align: center;
}
/* Fügt auf alles Seiten einen Pseudo Scrollbalken ein - verhindert das Springen des Logos bei Seiten ohne scrollen*/
html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 3px;
       }
