html, body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.schrift-gross {
	font-size: 14px;
}


td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

.header {

}

.subheader {
	background-color: #CF010B;
}

.footer {
	background-color: #CF010B;
}

.content {
	background-color: #FFFFFF;
}

.content td {
	font-size: 12px;
}

.td-headline {
/*	background: #1A962B;
	border-bottom: #1A962B 2px solid; 
	border-left: #1A962B 2px solid; */
}

.content A:hover {
	color: #336699;
	Text-Decoration: underline;
}

.content h1 {
	font-size: 20px;
	font-weight:bold;
}

.content h2 {
	font-size: 16px;
	font-weight:bold;
}

.content h3 {
	font-size: 14px;
	font-weight:bold;
}

.content h4 {
	font-size: 13px;
	font-weight:bold;
}

.nav {
	border-bottom: #CF010B 1px solid; 
}

.nav a {
	padding: 7px 4px 7px 4px;
	display: block; 
	background: #FFFFFF; 
	border-bottom-width: 0px;
	margin: 0px 0px 2px; 
	color: #000000; 
	text-align: left; 
	text-decoration: none; 
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.nav a:hover {
	border-right: #CF010B 1px solid; 
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	background: #CF010B; 
	color: #FFFFFF; 
	font-weight: bold;
}

.nav-active a {
	padding: 7px 4px 7px 4px;
	display: block; 
	border-bottom-width: 0px;
	margin: 0px 0px 2px; 
	text-align: left; 
	text-decoration: none; 
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: bold;
	border-right: #CF010B 1px solid; 
	background: #CF010B; 
	color: #FFFFFF; 
}

.nav-line {
	border-bottom: #CF010B 2px solid;
}

.nav-border {
	border-right: #CF010B 2px solid;
}

.calc-line {
	border-top: #CF010B 1px solid;
}

.calc-doubleline {
	border-top: #CF010B 1px double;
}

/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
	position: relative;
}
  
a.tooltip:hover {
	background: transparent;
}

a.tooltip span {
	display: none;  
	text-decoration: none; 
}

a.tooltip:hover span {
	display: block;
	position: absolute; 
	top: -120px; 
	left: 120px; 
	z-index: 100;
	background-color: #DADED9;
	border: #000000 1px solid;
	margin: 0;
	padding: 0;
}
  
a.tooltip span b {
	display: block;
	margin: 0;
	padding: 0;
}

