td, body { 
	font-family: Verdana, Helvetica, sans-serif;
	color: #303030;
	text-align: justify;
	font-size: 90%;
}

body { background-color: #f2781a; }
h2 { font-size: 130%; font-weight: bold; color: #606060; line-height: 1; }
h3 { font-size: 115%; font-weight: bold; color: #34648b; margin-top: 16px; margin-bottom: 6px; }
h4 { font-size: 105%; font-weight: bold; margin-top: 8px; margin-bottom: 4px; }
pre { background-color: #DDDDDD; padding-left: 20px; padding-top: 10px; padding-bottom: 10px; }
.red { color: #EE0A0A; }
a { color: #34648b; border-style: none; }
p { margin-top: 4px; }

.smaller { font-size: 80%; }

.mainmenubar { 
	position: relative;
	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5a5a5a;
	border-color: white;
	border-left: 0px;
	border-right: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	color: white;
	text-align: center;
}
h1 { 
	text-indent: -99999px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

	h1 {
		text-indent: -99999px;
		height: 1px;
		margin: 0px;
		padding: 0px;
	}
	.content {
		padding: 28px 30px;
	}
	.content h2 {
		margin: 0 0 16px 0;
	}
	#headmenu {
		width: 90%;
		margin: 0 auto;
	}
	#headmenu ul {
		list-style: none;
		width: 100%;
		margin: 0px;
		padding: 0px;
		background: #5A5A5A;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		float: left;
		clear: both;
	}
	#headmenu li {
		display: inline;
		float: right;
	}
	#headmenu li a {
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		display: block;
		float: left;
		padding: 2px 20px 3px 20px;
		border-left: 1px solid #fff;
	}
	#headmenu li a:hover {
		color: #FDCF3F;
	}
	#headmenu .on {
		background: #fff;
	}
	#headmenu .on a {
		color: #000;
	}

.leftmenuAndContent {
	clear: both;
	position: relative;
	top: 10px;
	left: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 10px;
}

.leftmenu { 
	position: relative;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #eacf77;
	width: 170px;
}
.leftmenu h2 {  /* hide, but not from screenreader */
	text-indent: -99999px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

#menuitems {
	list-style: none;
	margin: 4px 0 20px 5px;
	padding: 0px;
	width: 160px;
}
#menuitems li {
	margin: 0 0 2px 0;
	text-align: left;
}
#menuitems li a {
	display: block;
	padding: 12px 3px 17px 52px;
	font-weight: bold;
	text-decoration: none;
	width: 160px; /* falsch für ie 5x */
	height: 58px; /* falsch für ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 106px; /* richtig */
	height: 29px; /* richtig */
}

.menuimg { width: 40px; height: 40px; border-style: none; text-decoration: none; }
img { border-style: none; }

.content {
	top: 0px; 
	padding: 28px 30px;
	margin-left: 180px;
	min-height: 400px;
	background-color: white;
	border-color: #000000;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
}

.vcenter {
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

.spanup { 
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 400px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	background-color: #eacf77; 
}

.clear {
	clear: both;
	line-height: 1;
}

.tableheader { background-color: #bbbbbb; font-weight: bold; }
.currentversion { font-weight: bold; }
