
#headerwrapper
{
  margin: 5px auto 0px auto;
  width: 840px; 

  text-align: center;

  font-family: Arial Narrow, Arial, Helvetica, Geneva, Sans-Serif, Swiss, SunSans-Regular; 
}

#ro_header
{
  height: 195px;
}

#header_l, #header_r
{
  float: left;
}

#header_m
{
  background-image: url('bilder/header/mitte.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 286px;
  height: 100%;
  float: left;
  text-align: center;
}

.row
{
  height: 50%;
}

#header_m_o
{
  height: 100%;
  padding-top: 14px;
}

#header_m_u
{
  height: 100%;
  padding-top: 70px;
  padding-bottom: 14px;
}

#ro_header A:link, #ro_header A:visited
{
  color: #917E84;
}

#ro_header A:hover, #ro_header A:active
{
  color: #CCCCCC;
}

/*
  ---------- Links im Header ----------
*/
#links
{
  background-color: #917E84;
  color: White;
  height: 22px;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto; 
  padding-top: 2px;
}

#links A
{
  float: left;
  line-height: 20px;
  vertical-align: middle;
  border-right: solid 1px White; 
}

#links A:link, #links A:visited, .anylinkmenu A:link, .anylinkmenu A:visited
{
  color: White;
}

#links A:hover, #links A:active, .anylinkmenu A:hover, .anylinkmenu A:active
{
  color: #333333;
}

#links .width1
{
  width: 73px;
}

#links .width2
{
  width: 26px;
}

#links .width3
{
  width: 73px;
  border-right-width: 0px ! important;
}





/* ---------- AnyLink JS Drop Down Menu ---------- */



.selectedanchor
{ 
  /* CSS class that gets added to the currently selected anchor link (assuming it's a text link) */
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu
{
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  border-top: solid 1px White;
  line-height: 20px;
  z-index: 1100; /* zIndex should be greater than that of shadow's below */
  background: #917E84;
  width: 120px; /* default width for menu */

  font-family: Arial Narrow, Arial, Helvetica, Geneva, Sans-Serif, Swiss, SunSans-Regular; 
}

.anylinkmenu ul
{
  margin: 0; /* 1px 1px 1px 1px */
  padding: 0;
  list-style-type: none;
}

.anylinkmenu UL LI A
{
  width: 100%;
  display: block;
  text-indent: 5px;
  border-bottom: 1px solid White;
  padding: 2px 0;
  text-decoration: none;
}





/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkmenucols
{
  position: absolute;
  width: 350px;
  left: 0;
  top: 0;
  visibility: hidden;
  border: 1px solid black;
  padding: 10px;
/*
  font: normal 12px Verdana;
*/
  z-index: 1100; /*zIndex should be greater than that of shadow's below*/
  background: #E9E9E9;
}

.anylinkmenucols li
{
  padding-bottom: 3px;
}

.anylinkmenucols .column
{
  float: left;
  padding: 3px 8px;
  margin-right: 5px;
  background: #E0E0E0;
}

.anylinkmenucols .column ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}



/* ######### class for shadow DIV ######### */

.anylinkshadow
{ /*CSS for shadow. Keep this as is */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1099; /*zIndex for shadow*/
  background: Black;
  visibility: hidden;
}








