body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: Verdana;
}

td {
	font-size: 10pt;
	font-family: Verdana;
	color: #002b5e;
}

#kopf {
  width: 916px;
  height: 131px;
}

#kopf2 {
  height: 57px;
  background: url(/fileadmin/administration/systembilder/kopf2.jpg) no-repeat;
  vertical-align: top;
}


#content {
  padding: 0 50 25 54;
  vertical-align: top;
}

#content a:link, #content a:visited, #content a:active {
  font-family: Verdana;
  font-size: 9pt;
  font-weight: bold;
  color: #039;
  text-decoration: none;
}

#content a:hover {
  font-family: Verdana;
  font-size: 9pt;
  font-weight: none;
  color: #039;
  text-decoration: underline;
}


#content h1 {
  font: bold 15pt verdana,arial,helvetica;
  color: #002b5e;
}

#content h2 {
  font: bold 11pt verdana,arial,helvetica;
  color: #6002b5e;
}

#content h3 {
  font: bold 10pt verdana,arial,helvetica;
  color: #666;

}

#content h4 {
  font: bold 10pt verdana,arial,helvetica;
  color: #002b5e;

}

div.csc-textpic-imagewrap {
  padding-top:20px;
  }
  
.csc-textpic-caption {
  font-size:8pt;
  margin-top: 6px;
  padding-top:0px;
  padding-right:3px;
  padding-bottom:2px;
  padding-left:3px;
  background-color:#CADEFB;
  }


.csc-linkToTop {
  font: 7pt;
  text-align: right;
  padding-right: 7px;
  background: url(/fileadmin/administration/systembilder/totop.gif) no-repeat;
  background-position: right;
  }

div#fktmenu {
	float: right;
	padding-right: 16px;
}

#copy {
 height: 17;
 background: url(/fileadmin/administration/systembilder/navbg.jpg) repeat-y;
}

#copy a:link, #copy a:visited, #copy a:active {
	font-size: 10px;
	font-family: Verdana;
	color: #002b5e;
	text-decoration: none;
}

copy a:hover {
	font-size: 10px;
	font-family: Verdana;
	color: #002b5e;
	text-decoration: underline;
}

#fuss{
  height: 17px;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  color: #002b5e;
  text-align: center;
  background: url(/fileadmin/administration/systembilder/fussbg.jpg) no-repeat;
}

#navibg {
 background: url(/fileadmin/administration/systembilder/navbg.jpg) repeat-y;
}

#navigation {
 width: 149px;
 vertical-align: top;
 background: url(/fileadmin/administration/systembilder/navbg.jpg) repeat-y;
}

#navibottom {
 width: 149px;
 height: 219px;
 vertical-align: top;
 background: url(/fileadmin/administration/systembilder/navibottom.jpg) no-repeat;
}

A.level1_no:link, A.level1_no:visited {
	font-family : Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #002b5e;
	text-decoration: none;
}

a.level1_no:hover, a.level1_no:active {
	font-family : Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

A.level1_act:link, A.level1_act:visited, a.level1_act:hover, a.level1_act:active {
	font-family : Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

A.level2_no:link, A.level2_no:visited {
	font-family : Verdana;
	font-size: 8pt;
	color: #002b5e;
	text-decoration: none;
}

a.level2_no:hover, a.level2_no:active {
	font-family : Verdana;
	font-size: 8pt;
	color: #002b5e;
	text-decoration: underline;
}

A.level2_act:link, A.level2_act:visited, a.level2_act:hover, a.level2_act:active {
	font-family : Verdana;
	font-size: 8pt;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}

A.level3_no:link, A.level3_no:visited {
	font-family : Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #002b5e;
	text-decoration: none;
}

a.level3_no:hover, a.level3_no:active {
	font-family : Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

A.level3_act:link, A.level3_act:visited, a.level3_act:hover, a.level3_act:active {
	font-family : Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/* KÜHLLASTRECHNER */

.calculator {
	width: 500px;
	border-left: 1px solid #0D2B51;
	border-right: 1px solid #0D2B51;
	border-bottom: 1px solid #0D2B51;
}
.calculator td, .calculator th {
}

.tr_head td {
	font: bold 10pt verdana,arial,helvetica;
	color: #6002b5e;
	background-color:#91BCF3;
}
.tr_sub td {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-color:#C3DAF9;
	border-top: 1px solid #0D2B51;
}
.tr_even td {
	background-color:#FFFFFF;
}
.tr_odd td {
	background-color:#ECEEF0;
}
.tr_result td {
	background-color:#91BCF3;
	font-weight:bold;
	border-top: 1px solid #0D2B51;
}

.input {
	border: 1px solid #0D2B51;
	width: 40px;
	text-align: right;
	padding: 0px 2px;
}

.select {
	border: 1px solid #0D2B51;
	width: 70px;
}

.output {
	border: 1px solid #0D2B51;
	width: 70px;
	text-align: right;
	padding: 0px 2px;
	background-color:#F8F8F8;
}