*
{
  padding: 0px;
  margin: 0px;
}

p
{
 margin-top: 3px;
  margin-bottom: 3px;
}

td, p, li, span, a, h1, h2, h3, h4
{
  color: #000000;
  font-family: verdana, arial, times;
  font-size: 12px;
}

h1
{
  font-size: 16px;
}

h2
{
 font-size: 14px;
}

body, html
{
  height: 100%;
}

body
{
  background-image: url('worldback.jpg')
}
#layout_container
{
  background: #FFFFFF;
  height: 100%;
  width: 830px;
  left: 50%;
  margin-left: -415px;
  position: relative;
  overflow-y: auto;
}

#layout_content
{
  background: #FFFFFF;
}


#layout_header
{
  height: 160px;
  background-image: url('logo.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 10;
}

.nav_lvl1 li
{
 width: 120px;
 list-style-type: none;
 text-align: right;
 line-height: 30px;
 background-color: #a1b1c4;
 border: 1px solid #505b73;
 padding-right: 10px;
 border-top: 0px;
}

li.nav_lvl1_first, li.nav_lvl1_act
{
 border: 1px solid #505b73;
}

li.nav_lvl1_act, li.nav_lvl1_act_first
{
  background-color: #505b73;
}

.nav_lvl1 li *
{
  color: #FFFFFF;
  text-decoration: none;
}

.nav_lvl2 li
{
  height: 15px;
  line-height: 15px;
  margin-left: 10px;
  width: 160px;
}

.nav_lvl2 li *
{
  font-size: 11px;
}

/***************************/

#layout_lang
{
  text-align: center;
  padding-bottom: 20px;
}

#layout_footer
{
  text-align: center;
  border-top: 1px dashed #A0A0A0;
}

#layout_footer a
{
  text-decoration: none;
  color: #606060;
}

#layout_content_col
{
  padding: 10px;
}

#layout_content_col ul
{
  margin-left: 20px;
}

#layout_content_col td
{
padding: 3px;
}