body {
    background-color: #A89900;
    background-image: url(../images/bg44.gif);
}
#header{padding-left:25px}
#search {padding-top:10px; padding-left:5px; border-bottom:1px solid #ccc; width:190px}
a:link {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #5F482E;
    text-decoration: none;
}
h1 {font-size:20px; font-family:"Times New Roman", Times, serif; color:#5f482e; padding-left:5px}
a:visited {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #5F482E;
    text-decoration: none;
}
a:hover {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #5F482E;
    text-decoration: underline;
}
a:active {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #5F482E;
    text-decoration: none;
}
.Stil2 {
    color: #5F482E;
    font-weight: bold;
}
h3{font-size:16px}

.text_content_kursiv {
    font-style: italic;
    font-size: 16px;
    font-family: "Times New Roman", Times, serif;
}
.text_content {
    font-size: 14;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}
.ziffern {
    font-family: "Times New Roman", Times, serif;
    font-size: 36px;
    font-weight: bold;
}
.content_headline {
    font-size: 24;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}
.Stil10 {color: #5E4830}
.Stil9 {
    color: #5D472F;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
}
.Stil12 {color: #990000}
.Stil1 {font-family: "Times New Roman", Times, serif}
.teaserstil {color: #5E4830; 
      font-size: 12px;
    font-style: normal;
    font-weight: bold;
}
.teaserstilheadline {color: #5E4830; 
      font-size: 14px;
    font-style: bold;
}
.teaserstilsubheadline {color: #5E4830; 
      font-size: 12px;
    font-style: italic;
    font-weight: bold;
}
.teaserstilgreen {color: #a89900; 
      font-size: 11px;
    font-style: normal;
    font-weight: bold;
}
.smallkursiv {color: #5E4830; 
      font-size: 10px;
    font-style: italic;
    font-weight: normal;
}
.small {color: #5E4830; 
      font-size: 10px;
    font-style: normal;
    font-weight: bold;
}
.small_list {color: #5E4830; 
      font-size: 10px;
    font-style: normal;
    font-weight: bold;
}
small_list {
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #5E4830;
    list-style-position: inside;
    list-style-type: circle;
}
a.teaserstilgreen:link
 {color: #a89900; 
      font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
 }
 a.teaserstilgreen:visited
 {color: #a89900; 
      font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
 }
 a.teaserstilgreen:hover
 {color: #a89900; 
      font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    }
/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:190px;
    margin:0;
    padding:0;
    padding-top:20px;
    /*background-color:#a89900;*/
    background-color:transparent;
}
#navigation ul li {
    width:190px;
    margin:0;
    padding:0 0 0 8px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:190px;
    height:19px;
    line-height:19px;
    margin:0;
    padding:0 0 0 8px;
    font-size:13px;
    color:#5F482E;
    background-image:url(../images/navi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:180px 3px;
    border-bottom:1px solid #ccc;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/navi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#fff;
}

/* Level 2 */
#navigation ul.subNavigation {
    width:190px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li a {
    background-image:url(../images/subnavi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:180px 6px;
    border-bottom:1px dotted #ccc;
    color:#5F482E;
    width:190px;
}
#navigation ul.subNavigation li.active a {
    color:#fff;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
    background-image:url(../images/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

/* Level 3 */
#navigation ul.subSubNavigation {
    width:190px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
    border-bottom:0;
    color:#5F482E;
    width:190px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}
ul#metaNavigation {
    margin:0 0 0 0;
    padding-left:225px;
    text-align: left;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 12px;
    display:inline;
}
/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
    color: #5E4830; 
      font-size: 12px;
    font-style: normal;
}
#teasersRight .teaserItem h3 {
    color:#0060b1;
    font-size:14px;
    font-weight:normal;
}

#teasersRight .teaserItem a.more {
    display:block;
    width:230px;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
    width:200px;
    color: #5E4830; 
      font-size: 12px;
    font-style: normal;
}
#teasersRight {padding-top:0px; margin-top:-16px; vertical-align:top; top:0px}