/*
  COLORS:
  #e1ebf2 lichtblau (felder im forum)
  #97aac6 hellblau (hintergrund joomla und forum)
  #2e3f58 mittleres blau (menübox seitlich)
  #1a2638 dunkles blau (hintergrund hover in der seitenbox)
  #ff9900 orange, activ im menü und den links)
  #ffffff weiß (text menü)
*/
BODY {
	color: #536482;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #1a2638; /**das hier ist die farbe die des forum hintergrundes**/
}

.menuausgewahlt {
	font-weight: bold;
}

.abstandoben {
	margin-top: 26px;
}


.tabellenhintergrundhellblau {
	background-color: #97aac6;
	
	min-width: 990px;
	width: 100%;
}

.tabelletausend {
	width: 100%;
	min-width: 990px;
}


div#tabarea {
	background: url(../v3/templates/vnb-report/images/top_menu_bg.jpg) top left repeat-x;
	margin: 0px;
	visibility: inherit;
	background-color: #97abc6;
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_m {
	padding: 0;
	margin: 0;
	width: auto;
}

td.pill_l {
  width:  2px;
  height: 28px;
  background: url(../v3/templates/vnb-report/images/top_menu_separator.jpg) top right no-repeat;
}

#pillmenu {
	white-space: nowrap;
	height: 28px;
	float: left;
}

#pillmenu ul {
	margin: 0;
	list-style:none;
	padding: 0;
}
/**das hier ist die grafik, die die menÃ¼punkte trennt**/
#pillmenu li {
	float: left;
	margin: 0;
	background: url(../v3/templates/vnb-report/images/top_menu_separator.jpg) top right no-repeat;
	padding: 0;
}

/*farbe des menÃ¼oben normal**/
#pillmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float:left;
	display:block;
	height: 22px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
}
/**MenÃ¼ oben, das hier ist die linkfarbe bei hover**/
#pillmenu a:hover {
	color: #FF9802;
}

#pillmenu a#active_menu-nav {
	height: 28px;
	line-height: 21px;
}

#pillmenu a#active_menu-nav {
  background: url(../v3/templates/vnb-report/images/top_menu_hover_bg.jpg) top right repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}




			

#whitebox {
	margin: 0;
	width: auto;
	padding: 0px;
	min-width: 990px;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background-color: #1a2638;
	background-image: url(../v3/templates/vnb-report/images/header_top_middle2.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#whitebox_tl {
	background: url(../v3/templates/vnb-report/images/header_top_left2.jpg) 0 0 no-repeat;
}

#whitebox_tr {
	height: 106px;
	overflow: hidden;
	background: url(../v3/templates/vnb-report/images/header_top_right2.jpg) 100% 0 no-repeat;
}

#whitebox_m {
	width: auto;
	padding: 10px;
	margin:0;
	background-color: #98ABC6;
	min-height: 700px;
}


#whitebox_br {
	height: 13px;
	background: url(../v3/templates/vnb-report/images/mw_content_b_r.png) 100% 100% no-repeat;
}  

#hebel {
	position: absolute;
	left: 438px;
	top: 111px;
	height: 20px;
	width: 20px;
}      

.footerbild  {
	background: url(images/footer_m_bg.gif) repeat-x;
	min-width: 950px;
	width: 100%;
	height: 87px;

}

