/* GENERAL fonts */
TD, P, OL, UL, DIV, H1, H2 {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
H1 { 
/*      font-family: "arial black", arial, verdana, sans-serif;  */
       font-size: 15px;
}
H2 {
       font-size: 13px;
}
P, H1, H2 {margin: 0px 0px 5px 0px;}

DIV#page {
	margin-left: 25px;
        width: 750px;
        margin-right: 25px;
}
	
TR#top_padding {
    height: 5px;
}	

TR#bottom_padding {
    height: 5px;
}

TR#content_spacer {
}		

TD#leftcolspace {
    height: 25px;
}

DIV#lh_spacer {
    width: 15px;
}
	
TD#names {
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; 
    height: 140px;
    font-size: 16px;
    line-height: 130%;
    text-align: left;
    vertical-align: text-top;
}

TD#names A {
    color: black;
    text-decoration: none;
}	

.surname {
    font-family: "arial black", arial, verdana, sans-serif;
    color: black;
    text-decoration: none;
}	

TD#top_menu_bar {
	height: 160px;
	width: 100%;
}	

TD#top_menu_bar HR{
        color: black;
	vertical-align: middle;
        align: left;
}

TD#top_spacer {
    height: 10px;
}

TD#bottom_menu_bar {
    font-size: 10px;
	vertical-align: bottom;
	height: 20px;
}		

TD#bottom_menu_bar HR{
        align: left;
        color: black;
	vertical-align: middle;
}

TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

TD#page_title {
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: left;
    vertical-align: text-top;
    font-family: "arial black", arial, verdana, sans-serif;
    color: #000088;
    text-decoration: none;
}

/* Content column */
TD#content {
        align: left;
	padding-left: 0px;
	padding-right: 20px;
	vertical-align: top; 
	height: 400px;
}

TD#content A {
  color: #0000dd;
  text-decoration: none;
}

TD#content A:visited {
  color: #8888dd;
}

TD#content A:hover {
  color: #0000dd;
}

TD#content img {
  border: 0px;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 150px;	
	padding-top: 0px;
}
TD#menu_1 DIV {
	width: 140px;
}

TD#menu_1 DIV A {
        display: block;
	text-decoration: none;
	color: black;
        margin: 0;
        padding: 2px 3px;
}
TD#menu_1 DIV A:hover {
	background: #ccccdd;
} 

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-size: 12px;
  font-weight: bold;
  color: #0000dd;
}

/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  font-weight:bold;
  font-size: 12px;
  color: #0000dd;

/*  background-color: #ffffff;
  filter:alpha(opacity='70', style='0'); */
}

TD#menu_1 DIV.menu1-level1-no A {
   color: #000088;
}

TD#menu_1 DIV.menu1-level1-act A {
   color: #000088;
  font-weight:bold;
}


/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 12px;
  color: black;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 12px;
  color: black;
}
TD#menu_1 DIV.menu1-level2-act A {
  color: black;
/*  background: #9d9dff; */
  font-weight: bold;
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 12px;
  color: black;
  padding-left: 30px;
  width: 110px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 12px;
  color: black;
  padding-left: 30px;
  width: 110px;
}
TD#menu_1 DIV.menu1-level3-act A {
  font-weight: bold;
}

TD#language {
    border: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px; 
    text-align: left;
    vertical-align: text-top;
}





/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}