body {
	background-color: green;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: yellow;
	font-size: 10px;
}
body.menu {
	background-color: yellow;
}
div.maintitle {
	/*font-size: 28px;*/
        font-size: 3em;
}
table.uebersicht {
       height: 100%;
}
p.subtitle {
	font-size: 1em;
}
td.subtitle {
	text-align: left;
	padding-left: 20px;
}
p.foot {
	text-align: center;
}

#menuLeft {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
}
#menuLeft ul {
	list-style: none;
	margin: 0;
        margin-bottom: 1.1em;
	padding: 0;
	width: 100%;
}
#menuLeft li {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}

#menuLeft a:link, #menuLeft a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;	
	/*background-color: #FCE6EA;*/
	background-color: green;
	text-decoration: none;
	color: yellow;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
	width: 100%;
}
#menuLeft a:link.selected, #menuLeft a:visited.selected {
	background-color: white;
	color: black;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
}

#menuLeft a:hover {
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: yellow;
	background-color: red;
	width: 100%;
}

p.captionLeft {
	color: green;
	font-weight: bold;
	font-size: 1.2 em;
}

#navOben {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
}
#navOben ul {
	list-style: none;
	margin: 0;
        margin-bottom: 1.1em;
	padding: 0;
	padding-top: 4px;
}
#navOben li {
	display: inline;
}
#navOben a:link, #navOben a:visited {
	margin-right: 2px;
        margin-top: 2px;
        margin-bottom: 6px;
	padding: 3px 10px 5px 10px;	
	/*background-color: #FCE6EA;*/
	background-color: yellow;
	text-decoration: none;
	color: green;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}
#navOben a:link.selected, #navOben a:visited.selected {
        margin-top: 2px;
        margin-bottom: 6px;
	background-color: white;
	color: black;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#navOben a:hover {
        margin-top: 2px;
        margin-bottom: 2px;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #A62020;
}
