/*obere navigation*/
/*------------------------
mnavi*/

#mnavi {
    margin: 0;
}

#mnavi ul {
        margin: 0;
        padding: 0;
        list-style: none;
}
#mnavi li {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    background-color: #085108;
    background-image: url(../navi_li2.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#mnavi li a {
    margin: 0;
    padding: 1px 5px 1px 25px;
    display: block;
    color: #222;
    font: normal 13px/25px arial, verdana, sans-serif;
    color: #FFFFFF;
    background-color: #0B660B;
    background-image: url(../images/punkt_gruen_nav.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 8px;
    border-bottom: solid #8dcc57 1px;
}
#mnavi li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #F17B00;
    background-image: url(../images/punkt_orange_nav.gif);
    background-repeat: no-repeat;
    background-position: left center;
}


#mnavi ul ul {
    border-top: 0;
    border: 0;
}
#mnavi ul ul ul {
    border: 0;
}
#mnavi ul ul li {
    background-image: none;
}
#mnavi ul ul ul li {
        border-bottom: 1px solid #ddc;
        background-image: none;
}
#mnavi ul ul a {
    margin: 0;
    padding: 0 5px 0 35px;
    font-weight: normal;
    font: normal 12px/20px arial, verdana, sans-serif;
    background-image: url(none);
    margin-bottom: 3px;
    background-color: #0a5b0a;
    border-bottom: solid #0b660b 1px;
}
#mnavi ul ul a:hover {
    background-image: url(none);
}
#mnavi ul ul ul a {
        margin: 0;
        padding: 0 5px 0 45px;
        background: url(../navi_li1c.gif) no-repeat left center;
}


#mnavi strong {
        display: block;
}
 
#obennav {
        margin: 0;
        padding: 0;
    background: url(../obennav.jpg) repeat-x #053679;
        border-top: 1px solid #776;
        border-bottom: 1px solid #333;
}
#obennav {
    padding: 0;
    margin: 0;
    background-color: #085108;
    background-image: url(../images/hnt_oben_nav.gif);
    border: 0px;
}

#obennav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
#obennav li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #095209;
}
#obennav a {
    float: left;
    padding: 2px 15px;
    margin: 0px 3px 0px 0px;
    text-decoration: none;
    color: #FFFFFF;
    font: normal 14px/15px arial, verdana, sans-serif;
    background-color: #085108;
    background-repeat: repeat-x;
    font-weight: bold;
    padding-left: 22px;
}
#rightColumn1  .linksuegelb {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #F17B00;
    padding-left: 15px;
    margin-left: 0px;
    padding-bottom: 0.2em;
    background-image: url(../images/pfeil_rechts.gif);
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 3px;
    margin-bottom: 10px;
}


#obennav a:hover, #obennav a.active, #obennav a.active:hover {
    color: #fff;
    background: #085108;
    background-color: #009900;
}
div.clear  {
    clear: both;
}

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
    background-color: #dcedcd;
    color: #085208;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: normal;
    margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
    text-align: center; /* Centers the page content container in IE 5 browsers. */
    background-image: url(../images/hnt_body.gif);
    background-position: center;
    background-repeat: repeat-y;
}
#content .ue {
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 10px;
}
#outerWrapper #contentWrapper #content .verlauf a {
    font-weight: normal;
    color: #085108;
}
/* Commonly used to style page titles. */
h1 {
    color: #095209;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}
/* Commonly used to style section titles. */
h2 {
    color: #095209;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: underline;
}
/* Sets the style for the h3 header. */
h3 {
    color: #095209;
}
/* Sets the style for unvisited links. */
a,  a:link {
    color: #FF3300;
    font-weight: bold;
    text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
    color: #009900;
    font-weight: bold;
    text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
    color: #009900;
    text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
    background-color: #f2fde8;
    background-image: url("../images/hnt_links.gif");
    background-repeat: repeat-y; /* Sets the bottom border properties for an element using shorthand notation */
    border-left: solid 1px #CCCCCC; /* Sets the left border properties for an element using shorthand notation */
    border-right: solid 1px #CCCCCC; /* Sets the right border properties for an element using shorthand notation */
    margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    text-align: left; /* Redefines the text alignment defined by the body element. */
    width: 990px;
}
#outerWrapper #header {
    background-color: #095209;
    background-image: url("../images/oben.jpg");
    background-repeat: no-repeat; /* Sets the bottom border properties for an element using shorthand notation */
    color: #8F292C;
    font-family: "Helvetica Narrow", Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: normal;
    height: 112px;
    line-height: normal;
    padding: 2px 0px 0px 10px;
    border: 0;
}
#outerWrapper #header h1 {
  color: #085108;
  font-family: "Times New Roman", Times, serif;
  font-size: 36px;
  line-height: normal;
}
#outerWrapper #topNavigation {
    background-color: #085108;
    height: 51px;
    padding: 0px;
    border: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
    background-color: #085108;
    border-right-width: 0px;
    float: left;
    padding: 20px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
    width: 180px;
    color: #FFFFFF;
    margin-top: 1px;
}
#outerWrapper #contentWrapper #rightColumn1 {
    background-color: #e9f7dd;
    border-bottom: solid 1px #979797; /* Sets the bottom border properties for an element using shorthand notation */
    float: right;
    margin: 12px 12px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    padding: 0px 0px 20px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
    width: 200px;
    color: #000000;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
    margin: 0 215px 0 210px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    padding: 10px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#leftColumn1 h2 {
    color: #FFFFFF;
    padding-bottom: 20px;
    font-style: normal;
    text-transform: uppercase;

}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
    background-color: #f2fde8;
    background-image: url("../images/hnt_links.gif");
    background-repeat: repeat-y;
    height: 10px;
    padding: 20px 10px 25px 220px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
    width: 545px;
    color: #085108;
    font-size: 12px;
}
#outerWrapper #contentWrapper #content .verlauf {
    font-size: 12px;
    padding-bottom: 10px;
    color: #085108;
}
#outerWrapper #footer a {
    font-weight: normal;
    color: #085108;
}
#mnavi ul li ul li {
    background-image: none;
    border-top-width: 0;
    border-right-width: 0;
  
    border-left-width: 0;
    
}
#mnavi ul li ul li ul li {
    background-image: none;
    background-color: #085108;
    border: 0;
}
#rightColumn1 .linksuegelb2 {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #F17B00;
    padding-left: 15px;
    margin-left: 0px;
    padding-bottom: 0.2em;
    background-image: url(../images/pfeil_rechts.gif);
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-top: 3px;
    margin-bottom: 10px;
}
#rightColumn1 .rechtsdetail {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 7px;
    padding-right: 7px;
}

#rightColumn1 .rechtsdetail a {
    font-weight: normal;
}
#content  .content  {
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 10px;
}
#rightColumn1 .bildlinks {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}
#searchbox  input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 140px;
}


/*switcher */
/* css switcher
---------------------------------------- */

#switcher {
        margin: 0;
        padding: 15px 10px 10px 10px;
        border-top: 1px solid #d3d3d3;
}

#switcher a.a0, #switcher a.a1, #switcher a.a2 {
    margin: 0 2px 0 0;
    padding: 1px 6px;
    display: inline;
    border: 1px solid #bbc;
    color: #085108;
    background: #dcedcd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#switcher a.a0:hover, #switcher a.a1:hover, #switcher a.a2:hover {
    border: 1px solid #889;
    color: #F17B00;
    background: #fff;
}
#switcher a.a1 {
        font: bold 15px Arial, Helvetica, sans-serif;
}
#switcher a.a2 {
        font: bold 19px Arial, Helvetica, sans-serif;
}

#switcher a.text {
        margin: 0 5px 0;
        display: inline;
        color: #557;
}
#switcher a.text:hover {
        color: #C33402;
        text-decoration: underline;
        border: 0 none;
}

#switcher a:hover {
        border: 1px solid #aab;
        text-decoration: none;
}

#switcher a.a0 {
    background: #dcedcd;
    color: #085108;
}
#switcher a.text2 {
        display: none;
}

ul
{margin:0;
padding:0
}

li 
{list-style: none;
margin-left: 0;
padding-left: 15px;
padding-bottom: 5px;
background-image: url(http://www.letschin.de/cms/upload/logos/punktgruen.gif);
background-position: 0em 0.2em;
background-repeat: no-repeat;
}

