@charset "UTF-8";

  /* set to some standard settings */

  * {
    margin:0pt;
    padding:0pt;
  }
  html * {
    font-size:100.01%;  /* to avoid rounding errors */
  }

  /* clear positions for correct layout */
  #header, #nav, #main, #footer {
    clear:both;
  }

  #nav { overflow:hidden; }

  p {
    line-height: 1.5em;
    margin: 0 0 1em 0;
  }

  ul, ol, dl {
    line-height: 1.5em;
    margin: 0 0 1em 1em;
  }

  li {
    margin-left: 0em;
    line-height: 1.5em;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 0.25em ;
  }

/* Standard links (not in running text) */
  a {
    text-decoration: underline;
    font-weight: bold;
    color:#666666;
  }
  a:hover, a:focus, a:active {
    color:#666666;
  }

/* Links in running text */
  a.intext {
    font-weight: normal;
    text-decoration: underline;
  }

  body {
    background:#9e9e9e url("../graphics/border_sides.png") repeat-y 50% 0; 
    padding: 0px;
    margin: 0px;
    background-color:#9e9e9e ;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-align:left;
    font-size: 75.00%;
    min-width:1000px;
    overflow:auto;
  }

/* specific layout elements */

#page_margins {
  min-height: 700px;
  max-width:  982px; /* was 982px sheridon */  /*NEW NEW NEW */
  background-color:#ffffff;
  margin-left:auto;
  margin-right:auto;
}

  #page {
    padding: 0px 20px 20px 20px;
  }

  #logo {
    background:#FFFFFF  no-repeat left top;
    width:175px;
    padding-top:30px;
    padding-bottom:20px;
  }
  #logo img {
    padding: 0px;
    border-style: none;
    margin:0px;
  }


  #header{
    padding: 0px;
    background:#FFFFFF none repeat scroll 0% 0%;
    color:#000000;
    position:relative;
  }

/* top navigation menu */
  /* Text Alignment for #topnav content */

  #topnav {
    background:transparent none repeat scroll 0% 0%;
    color:#999999;
    text-align: right;
  }

  #topnav a {
    color: #999999;
    font-weight: normal;
    background:transparent;
    text-decoration:none;
    padding: 10px 0px 0px 20px;
  }

  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active {
    text-decoration:underline;
    background-color: transparent;
  }

  /* Absolute positioning only within #header */
  #header #topnav {
    position:absolute;
    top: 10px;
    right: 0px;
  }


/* Main navigation bar */
  #nav_main {
    width:100%;
    overflow:hidden;
    float:left;
    display:inline;
    background:#c09431 url(../graphics/nav_main.png) repeat-x scroll right center;
    border-bottom:0px;
    border-top:0px;
    border-right:0px;
    border-left:0px;
    line-height:0pt;
    max-height: 25px; /* size of background */
   /* border-left:5px solid red;  */
  }

  #nav_main ul {
    border-left:0px ;
    border-right:0px;
    display:inline;
    float:left;
    padding: 0px;
    margin:0px 0px 0px 0px;
  }

  #nav_main ul li {
/*    width:156px;*/  /* sheridon */
    width: 156px;   /* Width of the items NEW*/
    border-left:0px;
    border-right:1px solid #FFFFFF;
    display:inline;
    float:left;
    line-height:1em;
    list-style-type:none;
    margin:0 0px 0 0px;
    padding:0px;
  }

  #nav_main ul li#select {
    background:#e6d4ad url(../graphics/nav_main_select.png) repeat-x scroll right center;
    border-left:0px;
    border-right:1px solid #FFFFFF;
  }
  #nav_main ul li a {
    background: transparent;
    display: block;
    /* margin: 0; sheridon */
    margin: 0px;
    padding: 6px 4px 6px 4px;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #FFFFFF;
    width:auto;
  }

  #nav_main ul li#select a {
    color: #2583A4;
  }

  #nav_main ul li a:focus, #nav_main ul li a:hover, #nav_main ul li a:active  {
    background:#c09431 url(../graphics/nav_main.png) repeat-x scroll right center;
    color: #2583A4;
  }

  #nav_main ul li#select a:focus, #nav_main ul li#select a:hover, #nav_main ul li#select a:active  {
    background: #e6d4ad  url(../graphics/nav_main_select.png) repeat-x scroll right center;
    color: #2583A4;
  }


/* Main columns */
  /* Makes positioning relative to absolute positions of enclosing containers */
  #col1_content, #col2_content, #col3_content {
    position:relative;
  }

  #main {
     background:#000 url(../graphics/background_main.png) repeat-y scroll 50% 0%;
/*     background:#FFFFFF none repeat scroll 0% 0%; */
    margin:1px 0px;
    min-height:900px; /*680px; sheridon*/
/*    min-width: 943px;   NEW2 NEW2 NEW2 war vorher leer */
    height: auto;
/*    background-color: #ffffff;  NEW2 NEW2 NEW2 war vorher leer */
  }

  /* Definitio for column 1  - left navigation*/
  #col1 {
    background-color:#B99F6E;
    float: left;
    width: 175px; /*175 px*/ /* NEW NEW NEW */
  /*  min-height:680px; */
    border-right: #FFFFFF 1px;
    margin:0;

  }

  #col1_content {
    background-color: #d4bd8a;
    padding: 0px 0px 0px 0px;
    color:#333333;
   }

  /* Definitions for left submenu */
  /* normal */

  #col1 ul {
    list-style-type:none;
    list-style-position: outside;
    background-color: #e6d4ad;
    margin: 0px;
  }

  #col1 ul li {
    color:#333333;
    padding: 6px 5px 6px 20px;
    border-bottom:1px solid #FFFFFF;
    line-height:1.0em;
  }

  #col1 ul li#title {
    color:#333333;
    font-weight: bold;
    padding: 6px 10px 6px 10px;
    background-color: #e6d4ad;
  }

  #col1 ul#select li#title {
    color:#2583a4;
   font-weight: bold;
    padding: 6px 10px 6px 10px;
    background-color: #f0e6ce;
  }
  #col1 ul li a {
    color:#333333;
    text-decoration: none;
    font-weight: normal;
    padding: 6px 10px 6px 0px;
  }

  #col1 ul li#title a {
    text-decoration: none;
    font-weight: bold;
    padding: 6px 10px 6px 0px;
  }

  #col1 ul#select {
    background-color: #f0e6ce;
    list-style-type:none;
  }

  #col1 ul#select li#select {
    background-color: #fbf9f3;
    padding: 6px 5px 6px 20px;
  }

  #col1 ul#select li#title a,  #col1 ul li#select a {
    color:#2583a4;
  }

  #col1 a:hover,
  #col1 a:focus,
  #col1 a:active {
    color:#2583a4;
  }

  /* Definitions for column 2  - right (See also) */

  #col2 {
    background: #f6f0e2;
    float: right;
    width: 180px; /* was 180px sheridon */
    border-left: #FFFFFF 1px;
    border-right: #FFFFFF 1px;
    margin-right: 1px;
    /* min-height:680px; */

  }

  #col2_content {
    padding: 0 0px 0 0px;
    color:#333333;
  }

  #col2 h2 {
    background: #efe4ca url(../graphics/col2_h2_fade.png) repeat-y scroll right center;
    font-size: 12px;
    color: #333333;
    padding: 6px 10px 6px 10px ;
  }

  #col2 h2 a {
    font-weight: bold;
  }

  #col2 h3 {
    font-size: 12px;
    color: #333333;
    padding: 6px 10px 6px 10px ;
  }

  #col2 p {
    padding: 0px 10px 0px 10px;

    }
  #col2 a {
    color:#333333;
    text-decoration: none;
    font-weight: normal;
  }

  #col2 ul {
    list-style-type:none;
    margin-bottom: 6px;
  }

  #col2 li {
    padding:  0 0 1em 0;
  }

  #col2 hr {  /* tweak for hr */
    border-top:1px solid #cba756; 
    height: 1px;
    margin: 0px 10px 10px 10px;

  }


  /* Definitions for column 3  - main */

  #col3 {
    width: auto;
    height: auto;  
    min-height: 680px;
    margin: 0px 1px 0px 0px;
    margin-right: 180px; /* 180 */ /* NEW NEW NEW */
    margin-left: 175px; /* 175px */  /* NEW NEW NEW */
    color:#666666;
    /* sets the background color for column 1 and 2 extending to bottom of main */
    /*
    border-left: 170px solid #B99F6E  ;
    border-right: 180px solid #f4eddb;
    */
  }

  #col3_content {
    padding: 0 20px 0 20px;
  }

  #col3 h1, #col3 h2, #col3 h3, #col4 h1, #col5 h1, #col6 h1{
    font-size: 12px;
    font-weight: bold;
    color: #2583a4;
    padding: 12px 0px 6px 0px ;
    text-decoration: none;
  }

  #col3 a {
    color:#666666;
  }
  #col3 img {
    background: #FFFFFF;
    padding: 0 1px 0 1px;
  }
  #col3 img_2 {
    background: #FFFFFF;
    width:  584px;
    height: 184px;
    padding: 0 1px 0 1px;
  }
  #col3 img_3 {
    background: #FFFFFF;
    width:  584px;
    height: 100px;
    padding: 0 1px 0 1px;
  }

    #col3 img_4 {
    background: #FFFFFF;
    width:  584px;
    height: 1px;
    padding: 0 1px 0 1px;
  }


  #col3 #hr {  /* tweak for hr */
    border-top:1px solid #c5c5c5;
    height:1px;
  }

  /* Sets styles for breadcrumb navigation */
  #col3 #breadcrumb ul li {
    font-size: 9px;
    font-weight: normal;
    list-style-image: none;
    display:inline;
    padding: 0 0px 0 0;
    margin: 0px;
    
  }
  #col3 #breadcrumb ul{
    margin:0;
    padding:11px 0px 0px 20px;
    list-style-type: none;
  }

  #col3 #breadcrumb a {
    text-decoration: none;
  }
  /* Sets styles for site map */

  #col3 ul li#title {
    list-style-type: none; 
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0px 6px 0px;
    margin: 0px 0px 0px -12px;
  }

  #col3 ul li#title a {
    text-decoration: none; 
    color: #2583a4;
  }

  #col3 h1 a {
    font-size: 12px;
    font-weight: bold;
    color: #2583a4;
    padding: 12px 0px 0px 0px;
    text-decoration: none;
  } 

  /* Definitions for column 4  - home left */
  #col4 {
    background-color:#ffffff;
    width: 252px;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
  }

  #col4_content, #col6_content {
    padding: 0 10px 0 10px;
    background-color: #ffffff; 
    min-height: 300px; /* Mindestlaenge des laengsten Textes in den Spalten */
    margin: 5px 0px 0px 0px; 
    border-right:1px solid #999999; 
  }

  #col6_content {
    border-right:0px solid #999999; 
  }

  /* color h1 in home_left */
  #col4 h1 a, #col5 h1 a, #col6 h1 a{
    color: #bb8b20;
    text-decoration: none;
  }

  /* Definitions for column 5  - home middle */
  #col5 {
    background-color:#ffffff;
    width: 254px;
    margin-left: 254px;
    position: absolute;
  }

  /* Definitions for column 6  - home right */
  #col6 {
    background-color:#ffffff;
    width: 250px;
    margin-left: 510px;
    position: absolute;
  }


/* col2 auf der HOME page */
  #col2_home {
    background: #f6f0e2;
    position: absolute;
    width: 180px; 
    border-left: #FFFFFF 1px;
    border-right: #FFFFFF 1px;
    margin-right: 0px;
    margin-left: 750px; 
    /* min-height:680px; */
  }

/* image and 3 columns on HOME page */
  #home_left { 
  padding: 1px 0 0 0;
  position: absolute;
  /* width: 760px; */
  background: #ffffff; 
  }

 #home_right {
 padding: 1px 0 0 0;
 }


/* main for HOME page without brown column */
  #main_home {
 /*   background:#000 url(../graphics/background_main.png) repeat-y scroll 50% 0%;  */
    background:#FFFFFF none repeat scroll 0% 0%; */
    margin: 1px 0;
    min-height:680px;
    height: auto;
  }


  #main_home img { 
    padding: 0px;
    border-style: none;
    margin:0px;
    padding: 0px;
 }

 #pedant_liste table tr td
 {
  vertical-align:top;
  text-align: left;
  padding: 0 6px 0 0;
  margin: 0 0 0 0;
  border: 0px solid #999999;
  text-decoration: none;
 }

#sitemap a{
text-decoration: none; 
padding-left: 0px;
}


 #sitemap li
{
padding-left:10px;
list-style-type: none;
}


/* Begin drop down menu */

#testimonial{ 
font-style: italic;
font-weight: bold;
border: 1px solid #000000;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
 }

#search_gif 
{
padding-top: 1px;
}
