
* {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Verdana;
  font-size: 11px;
}


td {
  text-align: left;
  vertical-align: top;
}


p {
  text-align: justify;
  font-family: Verdana;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
}
p + p {
  margin-top: 0.7em;
}
h4 {
  text-align: left;
  font-family: Arial;
  font-size: 0.92em;
}
h5 {
  text-align: left;
  font-family: Arial;
  font-size: 0.92em;
}

h3 {
  text-align: left;
  color: #2B547F;
  font-family: Verdana;
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 0.25em;
}

h3:first-child {
  text-align: left;
  margin-top: 0em;	
}

 
ul {
  text-align: left;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

li {
  text-align: left;
  font-family: Verdana;
  font-size: 11px;
}

img {
  border: 0px;
}
 
/* --------------------------------------------------------------------------------
    this is the class for the left menu frame
--------------------------------------------------------------------------------*/

#leftmenu {
  margin-right: 20px;
}

/* --------------------------------------------------------------------------------
    this is the class for the top menu frame
--------------------------------------------------------------------------------*/

/*
#topmenu {
  border-top: 1px solid #000000;
  margin-bottom: 5px;
  top: 0px;
  background: #2c5e9d;
}
*/

#topmenu {
  margin-bottom: 5px;
  top: -35px;
  left: 50px;
  min-height: 0px;
  height: 0px;
  background: transparent;
}


/* --------------------------------------------------------------------------------
    this are the classes for the popup menus
--------------------------------------------------------------------------------*/

/* menu headers. The color is the color of the text */
.menu-rooti0 {
	color: #EEEEEE;
	font-weight: bold;
}

/* root level; box properties for states: normal */
.menu-rooto0 {
        background: transparent;
	border: 0px;
}

.menu-rooto0-transparent {
        /*background: #4D99E6;*/
	border: 0px solid #2B547F;
}

/* root level; box properties for states: hover, click */
.menu-rooto1 {
	background: #4D99E6;
	border: 1px solid #2B547F;
}

.menu-rooto1-transparent {
	/*background: #4D99E6*/
	border: 0px solid #2B547F;
}

/* sub levels; box properties for states: normal */
.menu-sublevelso0 {
	background: #4D99E6;
	border: 1px solid #2B547F;
}

/* sub levels; box properties for states: hover, click */
.menu-sublevelso1 {
	background: #3C76B2;
	border: 1px solid #2B547F;
}

/* --------------------------------------------------------------------------------
    this are the classes for the language selector
--------------------------------------------------------------------------------*/

.lan-selected {
        color:#ff641a;
        font-size:10px;
        display: inline;
        margin: .1em;
}

.lan-normal {
        color:#2e40a5;
        font-size:10px;
        display: inline;
        margin: .1em;
}

