/*
Contentpapst Standard-Vorlagenset
&#65533; 2002-2008, sandoba.de medien agentur

Contentpapst ist das Content-Management-System der sandoba.de medien agentur (www.sandoba.de) aus Berlin. Weder ein Teil noch der gesamte Quellcode, Inhalte oder Grafiken sind ohne schriftliche Erlaubnis in anderen Medien (v.a. auf anderen Websites) einzusetzen, sofern nicht anderweitig angegeben.
*/

/* Import der Datei "standard.css" */

@import url(standard.css);
@import url(navigation.css);

/* Allgemeine Angaben */

body {
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    margin: 0;
    margin-left: 30px;
    padding: ;
    background:url('images/LOGO0109.gif') no-repeat center top; /*repeat-x left top;*/ /*hindergrundgrafig gelöscht)*/
   /* background-color: #000000;*/
}

body.mceContentBody {
   background: /*#FFFFFF*/;
   margin: 0;
}

table {
    font-size: 11px;
}

banner {
    border-color: #000000;
}

/* Positionierung des Frontend-Editing-Fensters */

#frontend_editing_opener, #frontend_editing_content {
 top: 10px !important;
 left: 10px !important;
}

/* Neue CSS-Befehle und -Klassen */

.layout_frame {
    width: 100%;   /*900px*/
}

#layout_top {
    height: 174px;
}

#layout_top_left {
    vertical-align: top;
    text-align: center;
    width: 210px;
    background: url('images/tel2.gif') no-repeat left top;
    
}

#layout_top_right {
    vertical-align: top;
    text-align: left;
    background: url('images/LOGO0109.gif') no-repeat left top;
    background-color: #C0C0C0;
    background-position: center;
}

#layout_middle {
    height: 600px;
}

#layout_navigation {
    vertical-align: top;
    text-align: left;
    width: 200px;
    background-color: #C0C0C0;  /*#333399*/
}

#layout_navigation_search {
    background: #C0C0C0;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    padding-left: 6px;
}

.layout_navigation_title {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 1px;
    padding: 5px;
    background: #333366;
    color: #ffffff;
    text-transform: uppercase;
}

.layout_navigation_content {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    background: #fafafa;
}

.layout_navigation_content a {
    text-decoration: none;
}

#layout_content {
    vertical-align: top;
    text-align: left;
    background: #FAFAFA;
}

#layout_content_backtracking {
    background: #fafafa;
    color: #333399!important;
    height: 24px;
    max-height: 22px;
    text-align: left;
    vertical-align:middle;
    padding: 4px;
    padding-left: 10px;
    margin-bottom: 6px;
}

#layout_content_backtracking a {
    color: #333333;
}

#layout_content_inside {
    padding: 10px;
    padding-right: 0;
    width: 95%;     /*685px;*/
    line-height: 17px;
}

#layout_content_inside ul {
    color: #000000 !important;
}

#layout_content_inside ul a {
    color: #000000 !important;
}

#layout_bottom {
    text-align: center;
    color: #FFFFFF;
    background-color: #333399;
    height: 24px;
}

#layout_bottom a {
    padding-left: 4px;
    padding-right: 4px;
    color: #fafafa!important;
    text-decoration: none;
}

#layout_bottom a:hover {
    color: #4C4C4C !important;
    text-decoration: none;
}

/* Navigation oben */

#layout_top_navigation {
    float: right;
    width: 100%;
    line-height: normal;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px !important;
}

#layout_top_navigation ul {
    padding: 0;
    padding-right: 10px;
    padding-left: 90px;
    margin: 0;
    list-style-type: none;
}

#layout_top_navigation li {
    padding-right: 0;
    padding-left: 9px;
    padding-top: 0;
    padding-bottom: 0;
    background: url('images/nav_top_left_normal.gif') no-repeat left top;
    float: left;
    margin: 0;
}

#layout_top_navigation a {
    display: block;
    padding-right: 11px;
    padding-left: 6px;
    padding-bottom: 4px;
    padding-top: 5px;
    float: left;
    background: url('images/nav_top_right_normal.gif') no-repeat right top;
    font-weight: normal;
    color: #909090;
    text-decoration: none;
}

#layout_top_navigation a {
    float: none;
    color: #000000;
}

#layout_top_navigation a:hover {
    padding-bottom: 4px;
    text-decoration: underline;
    color: #000000;
}

#layout_top_navigation #layout_top_navigation_selected {
    background: url('images/nav_top_left_selected.gif') no-repeat left top;
    color: #000080;     /*#FFFFFF*/
}

#layout_top_navigation #layout_top_navigation_selected a {
    background: url('images/nav_top_right_selected.gif') no-repeat right top;
    padding-bottom: 4px;
    font-weight: bold;
    color: #000080;     /*#FFFFFF*/
}

/* Navigation links */

#layout_left_navigation {
    margin-top: 1px;
}

#layout_left_navigation a, #layout_left_navigation_sub a {
    background: #E4E4E4;
    color: #000000;
    display: block;
    width: 100%;
    height: 16px;
    margin-bottom: 1px;
    padding: 4px;
    padding-left: 6px;
    text-decoration: none;
}

#layout_left_navigation a:hover {
    background: #DDDDDD;
    color: #000000;
    text-decoration: none;
}

#layout_left_navigation_selected {
    font-weight: bold;
}

#layout_left_navigation_sub a {
    background: #F4F4F4;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 0;
}

#layout_left_navigation_sub a:hover {
    background: #F4F4F4;
    color: #000000;
    text-decoration: underline;
}

#layout_left_navigation_sub_selected {
    font-weight: bold;
}



.navigation_hauptkategorie {
     width: 180px;
     background: #728E92;
     padding: 3px;
     font-weight: bold;
     font-family: Tahoma;
     color: #FFFFFF;
     border-bottom: 1px solid #FFFFFF;
}

.navigation_unterkategorie a {
     width: 180px;
     background: #F5F5F5;
     padding: 3px;
     padding-left: 14px;
     font-family: Tahoma;
     color: #000000;
     border-bottom: 1px solid #FFFFFF;
}

.navigation_aktuell {
     width: 180px;
     background: #557479;
     padding: 3px;
     padding-left: 14px;
     font-weight: bold;
     font-family: Tahoma;
     color: #FFFFFF;
     border-bottom: 1px solid #FFFFFF;
}

.navigation_unterkategorie a:hover {
     color: #000000;
}

.navigation_hauptkategorie a:hover, .navigation_aktuell a:hover {
     text-decoration: none;
}

.navigation_hauptkategorie a:link, .navigation_hauptkategorie a:hover, .navigation_hauptkategorie a:visited {
     color: #FFFFFF;
}

.navigation_unterkategorie a:hover {
     background: #F1F1F1;
     text-decoration: none;
} 

