html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

.tableProzHeight {
/*	height: 100%;  */
}

.hintergrund {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.rahmen {
	border: 1px solid #FFFFFF;
	border-top-color: #84AAC6;
	border-right-color: #84AAC6;
	border-bottom-color: #84AAC6;
	border-left-color: #84AAC6;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;  /*#29386B;*/
}
.headlineregular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;  /*#29386B;*/
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.lightText {
	color: #ffffff;  /*#DEDFE7;*/
}
.darkText {
	color: #ea5f0c;  /*#29386B;*/
}
.menue_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ea5f0c;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.menue_head_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #29386B;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.menue_unterpunkte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.menue_unterpunkte_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #29386B;
	font-weight: bold;
}
.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000	/*#29386B;*/
	line-height: 16px;
}
ul.colums-two {
   list-style-type: none;
   padding: 0;
   margin: 0; }

li.innen {
   float: left;
   width: 30px;
   font-weight: bold;
   margin: 0 20px 0px 0; }
      
li.aussen {
   float: left;
   width: 150px; 
   padding: 0;
   margin: 0;}

li.clr {
   clear: left;
   width: 1px;
   height: 1px; 
   margin: 0;}
