﻿body {
	font-family: sans-serif;
	font-size: smaller;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 150%;
}

strong {
	font-weight: bold;
}

li {
	margin: 1em;
}

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

table {
	table-layout: auto;
	border-spacing: 0px;
	empty-cells: show;
}

td, th {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

th {
	white-space: nowrap;
}

td.middle {
	vertical-align: middle;
}

h1 {
	color: #006699;
	font-weight: bold;
	font-size: large;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-bottom: 1px solid #006699;
}

h2 {
	display: block;
	height: 100px;
	margin-top: 50px;
	color: #006699;
	font-size: large;
	
}

h3, h4, h5 {
	font-size: medium;
	color: #006699;
	font-weight: bold;
	padding: 0px;
	margin: 1em 0em 1.5em 0em;
}

h5 {
	color: #000000;
}

a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
}

hr {
	border: 1px outset #FF9900;
}

.nobreak, .nowrap {
	white-space: nowrap;
}

#quickinfo {
	background: #FFEE99;
	border: 1px solid #853c3d;
	padding: 0.2em 0.5em 0.2em 0.5em;
	z-index: 99;
}

table.menu td,
table.menu th {

	padding: 0.5em;
}

tr.nopad td {
	padding-top: 0;
}

table.menu th {
	border-bottom: 2px solid #853c3d;
}

#page {
	width: 50em;
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	margin: 1em auto 1em auto;
}

#left_col {
	min-width: 150px;
	float: left;
	margin-right: 2em;
}

#firmenlogo,
#firmenlogo img {
	display: block;
	width: 150px;
	height: 150px;
}

#top_menu {
	float: right;
	background: url(/_images/shade.png);
	background-repeat: no-repeat;
	padding-left: 100px;
}


#left_menu {
	background: #FFCC66;
	border: 1px dashed gray;
	margin: 0.5em;
}

#left_menu a {
	width: 10em;
}

#left_menu a,
#left_menu a:active,
#left_menu a:focus,
#left_menu a:hover,
#left_menu a:link,
#left_menu a:visited,
#top_menu a,
#top_menu a:active,
#top_menu a:focus,
#top_menu a:hover,
#top_menu a:link,
#top_menu a:visited {
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#left_menu a.level_1,
#left_menu a.level_1_selected {
	background: #FF9900;
	padding-left: 0.5em;
	padding-right: 1em;
}

#left_menu a.level_2,
#left_menu a.level_2_selected {
	padding-left: 1em;
	padding-right: 0.5em;
}

#left_menu a.level_1_selected,
#left_menu a.level_2_selected,
#left_menu a:hover {
	background: #FFBB44;
}


#top_menu a {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background: #FFDD55;
}

#top_menu a:hover {
	background: #FFCC00;
}

#content {
	margin-left: 15em;
}

#footer {
	clear: both;
	text-align: center;
	margin: 1em 5em 0px 5em;
	padding: 0.5em;
	border-top: 1px solid #CCCCCC;
}

table.tab {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFEE99;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

table.tab td, table.tab th {
	padding: 0.3em 0.5em 0.3em 0.5em;
	border-bottom: 1px solid #CCCCCC;
}

table.tab th {
	clear: both;
	color: #000000;
}

tr.r1 td, tr.r1 th {
	background: #FFFFFF;
}

tr.r0 th {
	background: #FFDD55;
}

.graysmall {
	font-size: 0.8em;
	color: #666666;
}
