
html {
	overflow-y: scroll;
}


td, body
{
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  vertical-align: top;
  line-height: 16px;
}
.basis
{
  font-family: Verdana;
  font-size: 12px;
}

.basis10 
{
  font-family: Verdana;
  font-size:10px;
  } 
.basis11
{
  font-family: Verdana;
  font-size:11px;
  } 


a
{
  color: #555555;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
ul
{
	padding: 0px;
  margin-left: 20px;
}


.selected
{
  font-weight: bold;
}

.header
{
  font-size: 34px;
  font-family: Tahoma, Arial;
  font-weight: bold;
  color: red;
  line-height: 40px;
}



/************************* CLICKPATH ************************/

.clickpath
{
  color: #ffffff;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  height: 18px;
}
.clickpath a
{
  color: #ffffff;
}



/************************* PAGENR ************************/


.PageNr a
{
  font-size: 12px;
  padding:5px;
  text-decoration:none;
}
.PageNr_Selected a
{
  font-size: 12px;
  font-weight: bold;
  padding:5px;
  text-decoration:none;
}




/************************* MENU ************************/

.menu_1
{
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.menu_2
{
}
.menu_3
{
}
.menu_4
{
}
.menu_5
{
}
.menu_1_selected
{
  color: #000000;
  font-weight: bold;
}
.menu_2_selected
{
}
.menu_3_selected
{
}
.menu_4_selected
{
}
.menu_5_selected
{
}

