/* CSS-Klassen für Navigations-Bereich */

div#bg_metanavigation
{
  background-color:#0B5E0D;
  border:0px;
  height:18px;
  margin:0px;
  padding:0px;
  width:100%;
}

div#bg_topnavigation
{
  background-color:#3A9B3C;
  border:0px;
  height:50px;
  margin:0px;
  padding:0px;
  width:100%;
}

div#bg_headline
{
  background-color:#7ECF80;
  border-bottom-color:#686155;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#686155;
  border-top-style:solid;
  border-top-width:1px;
  height:55px;
  margin:0px;
  padding:0px;
  width:100%;
}

div#bg_headline_spacer
{
  background-color:#3A9B3C;
  border:0px;
  height:70px;
  margin:0px;
  padding:0px;
  width:100%;
}

div#bg_content
{
  border:0px;
  margin:0px;
  min-height:130px;
  overflow:auto;
  padding:0px;
  padding-top:15px;
  width:100%;
}

div#bg_content_spacer
{
  border:0px;
  border-bottom-color:#009d57;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#009d57;
  border-top-style:solid;
  border-top-width:1px;
  height:50px;
  margin:0px;
  padding:0px;
  width:100%;
}	

.defaultbild {
 float:left;
 padding-right:10px;
 padding-bottom:10px;
}

div#bg_images
{
  border:0px;
  border-bottom-color:#009d57;
  border-bottom-style:solid;
  border-bottom-width:1px;
  margin:0px;
  height: 150px;
  padding:0px;
  width:100%;
}

div#bg_images .defaultbild {
 float:left;
 padding-right:0px;
 padding-bottom:0px;
}

div#languagenavigation
{
  border:0px;
  float:left;
  padding-left:15px;
  text-align:left;
}

div#metanavigation
{
  border:0px;
  float:right;
  padding-right:15px;
  text-align:right;
}

div#topnavigation
{
  border:0px;
  float:left;
  padding:15px;
  text-align:left;
}

div#headline
{
  border:0px;
  float:left;
  padding-left:15px;
  margin-top:25px;
  margin-bottom:-8px;
  text-align:left;
}

div#logos
{
  border:0px;
  float:right;
  padding-right:15px;
  text-align:right;
}

div#logos img {
  margin-top: 3px;
}

div#image
{
  border:0px;
  float:left;
  margin:0px;
  padding:0px;
  padding-left:15px;
  padding-right:15px;
  width:30%;
}	

div#contentleft
{
  border:0px;
  float:left;
  padding-left:15px;
  width:30%;
}

div#contentright
{
  border:0px;
  float:right;
  padding-right:15px;
  width:60%;
}	

div#subnavigation
{
  border-bottom-color:#d7d3ca;
  border-bottom-style:solid;
  border-bottom-width:1px;
  margin:0px;
  margin-right:50px;
  padding-bottom:5px;
  padding-top:5px;
}

div#footer
{
  border:0px;
  padding:0px;
  padding-bottom:15px;
  padding-right:15px;
  text-align:right;
}

.text_metanavigation,a.text_metanavigation:link,a.text_metanavigation:active,a.text_metanavigation:visited
{
  color:#fcfcfb;
  font-size:80%;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}

a.text_metanavigation:hover,a.text_metanavigation:focus
{
  color:#fcfcfb;
  font-size:80%;
  font-weight:bold;
  text-decoration:underline;
  text-transform:uppercase;
  white-space:nowrap;
}

.text_topnavigation_normal,a.text_topnavigation_normal:link,a.text_topnavigation_normal:active,a.text_topnavigation_normal:visited
{
  color:#4a433a;
  font-size:85%;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}

a.text_topnavigation_normal:hover,a.text_topnavigation_normal:focus
{
  color:#4a433a;
  font-size:85%;
  font-weight:bold;
  text-decoration:underline;
  text-transform:uppercase;
  white-space:nowrap;
}

.text_topnavigation_active,a.text_topnavigation_active:link,a.text_topnavigation_active:active,a.text_topnavigation_active:visited
{
  color:#ffffff;
  font-size:85%;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}

a.text_topnavigation_active:hover,a.text_topnavigation_active:focus
{
  color:#ffffff;
  font-size:85%;
  font-weight:bold;
  text-decoration:underline;
  text-transform:uppercase;
  white-space:nowrap;
}

.text_subnavigation_normal,a.text_subnavigation_normal:link,a.text_subnavigation_normal:active,a.text_subnavigation_normal:visited
{
  color:#0B5E0D;
  font-size:85%;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}

a.text_subnavigation_normal:hover,a.text_subnavigation_normal:focus
{
  color:#0B5E0D;
  font-size:85%;
  font-weight:bold;
  text-decoration:underline;
  text-transform:uppercase;
  white-space:nowrap;
}

.text_subnavigation_active,a.text_subnavigation_active:link,a.text_subnavigation_active:active,a.text_subnavigation_active:visited
{
  color:#0B5E0D;
  font-size:85%;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}

a.text_subnavigation_active:hover,a.text_subnavigation_active:focus
{
  color:#0B5E0D;
  font-size:85%;
  font-weight:bold;
  text-decoration:underline;
  text-transform:uppercase;
  white-space:nowrap;
}

.text_headline
{
  color:#0B5E0D;
  font-size:250%;
  font-weight:bold;
  letter-spacing:2px;
  text-transform:uppercase;
}

.text_normal
{
  font-size:85%;
  line-height:140%;
}

.text_footer
{
  color:#6c6559;
  font-size:75%;
  font-weight:normal;
}
