body {
  font-family: Arial;
  font-size: 0.8em;
  background-color: #bfcfff;
  background-attachment: fixed; padding:0px;
  top: 0px;
  left: 0px;
  margin: 0px;
}

/* HEADER COLORS
------------------------------------------------------------------*/

.second_head {
  background-color:#032faf;
}

.rightcolumn {
  background-color:#5d79cf;
}


/* HEADER TEXT COLORS
------------------------------------------------------------------*/

.head_text {
  font-family: Arial;
  font-size: 0.8em;
  font-weight: normal;
  color: #FFFFFF;
  padding-left:10px;
}

.head_text a,
.head_text a:link,
.head_text a:visited {
  color: #FFFFFF;
  font-weight: bold;
  padding : 0px;
}

.head_text a:hover {
  font-weight: bold;
  color: #FFFFFF;
  padding : 0px;
  background-color: #5d79cf;
}

.vert_nav {
  font-size: 0.8em;
}

/* MAIN-TEXT
------------------------------------------------------------------*/

.main_text {
  font-family: Arial;
  font-size: 0.8em;
  color: #000000;
  padding-left:28px;
  padding-right:20px;
  padding-bottom:15px;
  line-height: 1.5em;
}

.tabellen_text {
  font-family: Arial;
  font-size: 1em;
  color: #000000;
  padding:0px;
}

.small_txt {
  font-family: Arial;
  font-size: 0.8em;
  color: #000000;
  padding:0px;
}

.main_text a,
.main_text a:link,
.main_text a:visited {
  color: #032faf;
  text-decoration: none;
}

.navi_text a:hover {
  font-weight: bold;
  color: #032faf;
  text-decoration: underline;
}

.main_text h1 {
  color: #000000;
  margin-top: 12px;
  font: Arial,Helvetica,sans-serif;
  font-size: 2em;
}

.main_text h2 {
  color: #000000;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px;
  font: Arial,Helvetica,sans-serif;
  font-size: 1.1em;
}

.main_text h3 {
  font-family: Arial;
  font-size: 1em;
  color: #000000;
  font-weight: bold;
}

.imageleft {
  float: left;
  padding: 3px;
  margin-right: 5px;
  background-color: #032faf;
  border: 1px solid #bfcfff;
}
/* NAVIGATION
------------------------------------------------------------------*/

.navi_list {
  list-style-image: url(../img/nav_icons.gif);
  list-style-type: square;
  list-style-position:inherit;
  margin-left: 25px;
  padding:0;
}

.navi_icon {
  border-bottom:1px dashed #a7a7a7;
  color: #032faf;
  padding:0;
  margin: 0;
}

.navi_sub {
  list-style-image: none;
  list-style-type: none;
  list-style-position:inherit;
  font-size: 11px;
  font-weight: 	normal;
  margin-left: 3px;
  padding:0;
  margin-top:0px;
  margin-bottom:0px;
}

.navi_box {
  border-width:1px; 
  border-color:#000000; 
  border-style:outset; 
  padding:5px;
  margin-top:10px;
  margin-bottom:10px;
}

.navi_text {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  border-bottom:1px dashed #a7a7a7;
  color: #000000;
  //padding-top:5px;
  margin: 0;
}

.navi_text a,
.navi_text a:link,
.navi_text a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.navi_text a:hover {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  background-color: #032faf;
}

.navi_sub a,
.navi_sub a:link,
.navi_sub a:visited {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  display: block;
}

.navi_sub a:hover {
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background-color: #bfcfff;
} 

/* AD-RIGHT
------------------------------------------------------------------*/

.ad_right {
  margin-top: 20px;
}