:root {
 overflow-y: scroll !important;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 1em;*/
	background-color: #e4e4e4;
	color: #000;
	margin: 0;
	padding: 0;

} 

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font:  12px Verdana, sans-serif;
 width: 100%;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background:#005c96;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabbernav li a:hover
{
 color: #ffffff;
 background: #00365b;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #00365b;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #ffffff;
 background: #00365b;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 border-bottom:0;
 border-right:0;
 /* background:#ebe9ea; */

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h5 {
 display:none;
}
.tabberlive .tabbertab h6 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

a {
	color: #0099ff;
}


.TRBlue
{
background: #e4e4e4

/* #EFEFEF*/

}
.TRGrey
{
background: #FAFAFA
}

.TRWhite
{
background: white
}

HR
{
color : #005C96;
}


A.white
{
	color : white;
	text-decoration : underline;
}

A:HOVER
{
	text-decoration: underline;
}

IMG
{
	border : 0px;
}

TD, P
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /*font-size : 12px;*/
	margin: 8px 0 0 0; /* TESTING: left was 15px */
	font-size : 12px;
	line-height: 160%;
	color: #484e45;
	text-align: left;
}
TD.right
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /*font-size : 12px;*/
	margin: 8px 0 0 0; /* TESTING: left was 15px */
	font-size : 12px;
	line-height: 160%;
	color: #484e45;
	text-align: right;
}

TD.center
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /*font-size : 12px;*/
	margin: 8px 0 0 0; /* TESTING: left was 15px */
	font-size : 12px;
	line-height: 160%;
	color: #484e45;
	text-align: center;
}

.heading-3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /*font-size : 12px;*/
	font-size: 15px;
	color: Navy;
	font-weight: bold;
}
.heading-4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /*font-size : 12px;*/
	font-size : 12px;
	color: Navy;
	font-weight: bold;
}

/*=BREADCRUMB
----------------------------------*/
H6.breadcrumb {
    /*left: -15px;*/
    padding: 0 0 0px 0px;
    margin: 23px 0 0px 0; /* left was -10px */
    /*border-bottom: 1px solid #ccc;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 110%;
    font-weight: normal;
    line-height: 25%;
    /*letter-spacing: -1px;*/
    
    
}
TD.white
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : white;
	margin-top : 0px;
}

H1
{
position: relative;
    /*left: -15px;*/
    padding: 0 0 4px 0px;
    margin: 23px 0 0px 0; /* left was -10px */
    border-bottom: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 190%;
    font-weight: normal;
    line-height: 110%;
   letter-spacing: -1px;
}
H1.blue
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	font-size : 20px;
	font-weight: normal;
	color : #005A94;
}

H2
{
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #ccc;
    font-size: 165%;
    letter-spacing: -1px;
    font-weight: normal;
    padding: 0 0 4px 0;
    margin: 12px 0 0px 0;
}
H2.red
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight: normal;
	color : red;
	margin-bottom : 5px;
}

H2.blue
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight: normal;
	color : #005A94;
	margin-bottom : 5px;
}

H3
{
    color: #484e45;
    font-size: 100%;
    margin-top: 12px;
    margin-bottom: 10px;
}


H4.black
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: black;
}



UL	
{ 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none; 
	margin-left: 16px; 
	/*list-style-image:url(/images/aufzaehlungs-strich.gif); */
	list-style-position: outside; 
	margin-bottom: 0px; 
	margin-top: 0px
}

INPUT
{
	color: #333333;
	background-color: #ffffff;
	border-color: #333333;
	border-width: 1px;
	border-style: Solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

TEXTAREA
{
	color: #333333;
	background-color: #ffffff;
	border-color: #333333;
	border-width: 1px;
	border-style: Solid;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}


.white
{
	color : #ffffff;
}

.black
{
	color : #000000;
}

.borderit img{
border: 0px solid #ccc;
}

.borderit:hover img{
border: 0px solid #005C96;
}

.borderit:hover{
color: #005A94; /* irrelevant definition to overcome IE bug */

}
/*
.TRBlue {
background: #BBD3E3;
}
.TRWhite {
background: #FFF;
}*/