html, body {
    height: 100%;
}

body {
	background-color: #999999;
	color: black;
	padding: 0px;
	margin: 0px; 
}

body, th, td, p, input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

input, textarea, select {
	border: 1px solid gray;
}

form {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}

a {
	color: #008923;
	background-color: transparent;
	text-decoration: underline;
}

ol li {
	margin-top: 10px;
}

td.mainpage {
	color: black;
	background-color: white;
	background-image: url('images/verlauf.jpg');
	background-repeat: repeat-x;
	background-attachment: top;
}

td.menubutton {
	background-color: transparent;
	background-image: url('images/menu-button.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	width: 143px;
	height: 65px;
	color: white;
	font-size: 10pt;
	font-weight: bold;	
}

td.menubutton:hover {
	background-image: url('images/menu-highlight.jpg');
}

td.menubutton a {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 9pt;
	font-weight: bold;
}

div.popup a {
	color: #008923;
	background-color: transparent;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 9pt;
	font-weight: bold;
}

div.popup {
	position: absolute;
	top: 121px;
	width: 142px;
	height: auto;
	visibility: hidden;
	padding-top: 10px;
	padding-bottom: 5px;
	color: black;	
	background-color: white;
	background-image: url('images/popup-shadow.gif');
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid gray;
	border-top: none;
}

div.popup td {
	line-height: 1.8em;
	text-align: center;
}

div.subpopup {
	position: absolute;
	left: 141px;
	width: 100px;
	height: auto;
	visibility: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;	
	background-color: white;
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid gray;
}