/*
main colors
FARBE           #WERT
FARBE           #WERT
FARBE           #WERT
*/

/* reset spaces */
html, body, p, li, h1, h2, h3, h4, h5, h6, form {
  margin:0px;
  padding:0px;
}

body, p, div, td, th, input, select, textarea {
  font-family: Arial,Verdana,sans-serif;

}

body{
  text-align: center;
  font-size:12px;
  color: #28292A;
  background-image: url('/res/pics/background.jpg');
  background-repeat: repeat-x;
  height: 800px;
}


/*Allgemeine Styles*/
.no_distance { padding:0px; margin:0px; } /*Designs werden z.B. mit <ul> gemacht*/
.clearall    { clear:both; font-size: 0.1px; line-height: 0.1px; }
.cleardiv{
  clear: both;
}
img          { border:none }

/*Hyperlinks*/
a:link, a:visited, a:hover, a:active  { 
  color:#0545A6; text-decoration:none; 
}

h1{
  color: #28292A;
  font-size: 40px;
  font-weight: normal;
}

h2{
  font-size: 40px;
  font-weight: normal;
  color: #0545A6;
}

h3{
  font-size: 20px;
  font-weight: normal;
  color: #0545A6;
}

#wrapper{
  width: 996px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: left;
}

#header{
  width: 100%;
  height: 192px;
  background-image: url('/res/pics/header.jpg');
}

#logo_link{
  padding-left: 10px;
  padding-top: 40px;
}

ul {
  list-style-image: url('/res/pics/list_point.gif');
  padding-left: 17px;
  line-height: 20px;
}

/************** NAVIGATION **************/

#nav{
  float: left;
  width: 250px;
  text-align: left;
}

.nav_left_ul_1{
  margin-top: 50px;
  overflow: visible;
}

#nav a{
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}

#nav ul {
  padding-left: 40px;
  line-height: auto;
}

#nav ul li{
  list-style: none;
  width: 160px;
  overflow: visible;
  cursor: pointer;
  padding-left: 5px;
  height: auto;
}

#nav ul li.nav_left_li_1{

  background-image: url('/res/pics/navi_arrow.gif');
  background-repeat: no-repeat;
  background-position: center left;
  text-transform: uppercase;

}

#nav ul li.nav_left_li_1:hover{

  background-image: url('/res/pics/navi_arrow_active.gif');
  background-repeat: no-repeat;
  background-position: center left;
  text-transform: uppercase;

}

#nav ul li#active_li_1, #nav ul li#active_nochild_li_1{
   background-image : url('/res/pics/navi_arrow_active.gif');
   background-position: left center;
   background-repeat: no-repeat;
   color: #0545A6;
   text-transform: uppercase;
}

#nav ul li.dummy_li{
  background-image: none;
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 0px;
  margin-top: -10px;
  padding-bottom: 0px;
  height: auto;
}

#nav ul li a{
  cursor: pointer;
}

#nav ul ul{
  padding-left: 0px;
  margin-left: 0px;
  height: auto;
}

#nav ul ul li{
  /*list-style-image: none;*/
  list-style-image: url('/res/pics/navi_2_arrow.gif');
  /*list-style-type: none;*/
  padding-left: 3px;
  font-size: 12px;
  background-image: none;
  margin-top: 15px;
  margin-bottom: 9px;
  margin-left: 15px;
}

#nav ul ul li a{
   /*background-image : url('/res/pics/navi_2_arrow.gif');
   background-position: left center;
   background-repeat: no-repeat;
   padding-left: 12px;*/
   font-size: 11px;
}

#nav ul ul li a:hover{
   /*background-image : url('/res/pics/navi_2_arrow_active.gif');
   background-position: left center;
   background-repeat: no-repeat;
   padding-left: 12px;
   color: #0545A6;*/
   list-style-image: url('/res/pics/navi_2_arrow_active.gif');
   color: #0545A6;
}

#nav ul ul li#active_li_2{
  list-style-image: url('/res/pics/navi_2_arrow_active.gif');
}

#nav ul ul li a#active_a_2{
   /*background-image : url('/res/pics/navi_2_arrow_active.gif');
   background-position: left center;
   background-repeat: no-repeat;
   padding-left: 12px;*/
   color: #0545A6;
}

#nav ul ul ul li{
  padding-left: 12px;
}

#nav ul ul ul li a{
  background-image: none;
  padding-left: 0px;
}

#nav ul ul ul li a:hover{
  background-image: none;
  padding-left: 0px;
}

#nav ul ul ul li a#active_a_3{
  background-image : none;
   background-position: left center;
   background-repeat: no-repeat;
   color: #0545A6;
}

#nav ul li a#active_a_1 span.nav_title{
  color: #0545A6;
}

#nav ul li a span.nav_title{
  width: 150px;
  height: 25px;
  padding-top: 10px;
  margin-left: -15px;
  padding-left: 30px;
  background-image : url('/res/pics/navi_li.gif');
  background-position: 10px top bottom;
  background-repeat: no-repeat;
  display:block;
}

#nav ul ul li a#active_a_1 span.nav_title{
  color: #0545A6;
}

#nav ul li a div:hover{
  color: #0545A6;
}

#nav ul ul li.dummy_li{
  padding-top: 0px;
  margin-top: 0px;
}

#nav ul ul ul{
  padding-top: 0px;
  padding-left: 10px;
}

#nav ul ul ul li{
  margin-top: 0px;
  padding-top: 0px;
  line-height: 17px;
  height: auto;
}

#nav_content{
  background-image: url('/res/pics/content_bg.jpg');
  background-repeat: no-repeat;
}

#content{
  float: right;
  width: 746px;
  text-align: left;
}

hr{
  border:none;
  float: left;
  width: 681px;
  height:10px;
  /*size: 10px;*/
  background-image: url('/res/pics/hr.gif');

}

#breadcrump_nav{
  margin-top: 30px;
}


/*Footer*/
#footer { 
  text-align: center;
  width: 100%;
  background-image: url('/res/pics/footer.jpg');
  background-position: center top;
  background-repeat: repeat-x;
}

#footer_content{
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px; 
  margin-left: auto;
  margin-right: auto;
  width: 976px; 
  height: 200px;
  text-align: left;
}

#address_1{
  float:left; 
  font-size: 11px;
  color: #767D84;
  margin: 0 50px 0 0; 
  padding-top:35px;
}

#address_2 {
  float:left; 
  font-size: 11px;
  color: #767D84;
  margin: 0 30px 0 0; 
  padding-top:35px;
}

/*Logos*/
#logos{ 
  float:left; 
  width:570px;
}
.logo_entry { 
  float:left; 
  margin: 0 0 0 8px; 
  height:80px;
  padding: 3px 3px 3px 3px;
}