﻿body
{
	background: #EFEFEF;
	font-family: Arial;
	font-size: 9pt;
	color: Black;
}
table
{
	font-family: Arial;
	font-size: 9pt;
	color: Black;	
}

a
{
	text-decoration: underline;
	color: Black;
}
.listtable
{
	border: solid 1px white;
	background-color: #DDDDDD;
}

.roterbalken
{
	background: #e23300;
	padding: 0px;
	color: White;
	font-size: 7pt;
}
.MenuTopItem
{
	background: url(img/menuback.gif);
}
h1
{
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
}
h2
{
	font-family:Arial;
	font-size: 11pt;
	font-weight: normal;
}
.menuselected
{
	font-weight: bold;
}
.menu
{
	font-weight: normal;
}
.dialog
{
	background-image:url(img/dlg.jpg);
}
.textbox
{
	background-color: #EEEEEE;
	border: solid 1px #000000;
	font-family: Arial;
	font-size: 9pt;
}
.button
{
	background-color: #EEEEEE;
	border: solid 1px #000000;	
	color: Black;
}
.menutopitem
{
	background-image:url(img/menuback.gif);

	padding: 4px 0px 4px 20px;
}
.menutoplink
{
	color: #333333;
	font-size: 8pt;	
	display:block;
	text-decoration:none;
}
.submenulink
{
	color: #555555;
	font-size: 8pt;	
	display:block;
	text-decoration:none;	
}
.submenulinkselected
{
	color: #555555;
	font-size: 8pt;	
	display:block;
	font-weight:bold;
	text-decoration:none;	
}
.menutoplinkselected
{
	color: #333333;
	font-size: 8pt;	
	display:block;
	font-weight:bold;
	text-decoration:none;
}
.menusubitem
{
	padding: 4px 0px 4px 25px;
}
.submenudiv
{
	color: #555555;
	font-size: 8pt;
	background-image:url(img/submenuback.jpg);
	background-repeat: no-repeat;
	background-color: White;
}
.submenudivhidden
{
	display: none;
}
.normal
{
	display: block;
}
.hidden
{
	display: none;
}

.jpNaechster
{
	font-weight: bold;	
}
.jpVorbei
{
	color: #888888;
}
.jpToday
{
	background-color: #DDDDDD;
}



