* {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #76767C;
}
#header {
	position: absolute;
	left: 0px;
	top: 20px;
	text-align: center;
	padding-bottom: 2em;
	text-align: center;
	width: 100%;
}
#content {
	position: absolute;
	left: 14em;
	top: 150px;
	padding-right: 4em;
	padding-bottom: 2em;
}
#navigation {
	position: absolute;
	left: 10px;
	top: 150px;
	width: 12em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F7B100;
	height: 60%;
}
#navigation ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
#navigation a {
	padding-left: 20px;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active, #navigation a.activelink {
	background-image: url(/images/Navigationsicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}
a img {
	border: none;
}
h2 {
	font-size: 1.4em;
	margin-top: 0em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
p, h4, h5 {
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 1em;
}
p + ul {
	margin-top: 0px;
}
input.textinput, textarea {
	width: 99%;
}
th, td {
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
th.einfach, td.einfach {
	padding-bottom: 0px;
}
.keinumbruch {
	white-space: nowrap;
}
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;	
}
.imgleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
	vertical-align: text-top;
}
.clearleft {
	clear: left;
	padding-top: 2em;
}
.clearright {
	clear: right;
	padding-top: 2em;
}
.imgflow {
	margin-bottom: 10px;
	margin-right: 10px;
}
@media print, embossed {
#navigation  {
	display: none;
}
#content {
	left: 0em;
	padding-right: 0em;
}
}

