/***************************************************************************
* General Configuration
***************************************************************************/

* {
    margin: 0;
    padding: 0;
}

body {
    background: #f0efeb;
    color: #6f6e6c;
    font: 11px arial,verdana,sans-serif;
    height: 100%;
    text-align: center;
}

#container {
    background: #cde1c8;
    height: auto !important;
    height: 100%;
    left: 50%;
    margin-left: -490px;
    min-height: 100%;
    position: absolute;
    text-align: left;
    width: 980px;
}

h1 {
	color: #f39019;
    font-size: 1.3em;
}

h2, h3, h4 {
    font-size: 1em;
}

h3 {
    color: #f39019;
}


a {
    /*color: #eba14a;*/
    color: #f39019;
    text-decoration: none;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
}

.clearAfter:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/***************************************************************************
* Header
***************************************************************************/

#header {
    background: #ebebeb;
    height: 147px;
    position: relative;
}

#headerTop {
    background: url(../img/headerTop_bg.jpg) top left no-repeat;
    height: 32px;
}


#date {
    color: #fff;
    height: 32px;
    left: 25px;
    position: absolute;
    top: 12px;
    width: 140px;
}

#headerMenu {
    background: url(../img/headerMenu_bg.jpg) top left no-repeat;
    height: 24px;
    position: absolute;
    right: 26px;
    top: 8px;
    width: 187px;
}

#headerMenu ul {
    list-style: none;
    margin: 5px 0 0 20px;
}

#headerMenu li {
    float: left;
    margin-right: 1em;
}

#headerMenu ul li a {
    color: #f5cfa2;
    text-decoration: none;
}

#headerContent {
    background: url(../img/header_bg.jpg) top left no-repeat;
    height: 116px;
    width: 980px;
}


#logo {
    bottom: 0px;
    height: 115px;
    left: 0px;
    position: absolute;
    width: 301px;
}

.homeLink {
    background: url(../img/logo.jpg) top left no-repeat;
    display: block;
    height: 115px;
    text-decoration: none;
    width: 301px;
}

#mainMenu {
    bottom: 0;
    height: 27px;
    left: 310px;
    padding: 3px 0 0 5px;
    overflow: hidden;
    position: absolute;
    width: 463px;
}

#mainMenu ul {
    list-style: none;
}

#mainMenu li {
    float: left;
}

#mainMenu li a {
    color: #fff;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    padding: 3px 13px 0 11px;
    text-decoration: none;
    text-transform: lowercase;
}

#mainMenu li a.active {
    color: #2d2d2d;
}


#searchbox {
    bottom: 0;
    position: absolute;
    right: 0;
}

/***************************************************************************
* Main
***************************************************************************/

#main {
    padding-bottom: 140px;    /* to prevent, that content lays behind the footer */
}

#mainTop {
    background: url(../img/main_TopBg.gif) top left no-repeat;
    height: 33px;
    width: 964px;
}

#contentTop {
    margin-left: 280px;
}


/***************************************************************************
* Sidebar
***************************************************************************/

#sidebar {
    background: #9aad97 url(../img/sidebar_bottom.gif) bottom left no-repeat;
    float: left;
    margin-bottom: 20px;
    padding: 0 8px 0 13px;
    width: 261px;
}

#sidebar ul {
    list-style: none;
}

#sidebarMenu ul {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 30px 0;
    padding: 10px 5px;
}

#sidebarMenu ul li {
    font: bold 1.2em Arial;
    margin-bottom: 5px;
}

#sidebarMenu ul li a {
    background: url(../img/sidebarBullet_li.gif) left 10px no-repeat;
    color: #e0eadf;
    display: block;
    margin-left: 30px;
    padding-left: 15px;
    text-decoration: none;
}

#sidebarMenu ul li a:hover {
    background: url(../img/sidebarBullet_li_hover.gif) left 10px no-repeat;
    color: #2b2d2a;
}

#sidebarMenu ul li.active a {
    background: url(../img/sidebarBullet_li_active.gif) top left no-repeat;
    color: #2b2d2a;
    margin-left: 25px;
    padding-left: 20px;
}

#sidebarContent {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    margin: 0 0 10px 0;
    padding: 10px 5px;
}

#sidebarContent ul li {
    background: url(../img/sidebarContent_li.gif) left 2px no-repeat;
    color: #fff;
    font: bold 1.2em Arial;
    margin-left: 30px;
    padding-left: 15px;
    text-decoration: none;
}

#sidebarContent ul li a {
    color: #fff;
    text-decoration: none;
}

#sidebarContent ul li a:hover {
    text-decoration: underline;
}

#sidebarContact {
    margin-bottom: 10px;
}


#sidebarContact  a {
    background: url(../img/sidebarBullet_li.gif) left 10px no-repeat;
    color: #e0eadf;
    display: block;
    font: bold 1.2em Arial;
    margin-left: 35px;
    padding-left: 15px;
    text-decoration: none;
}

#sidebarContact a:hover {
background-color: transparent;
background-image: url(../img/sidebarBullet_li_hover.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left 10px;
color: #2b2d2a;
}

/***************************************************************************
* Content
***************************************************************************/

#content {
    background: #cde1c8;
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 674px;
}

#content .csc-header {
    margin-bottom: 10px;
}

#content .csc-textpic {
    margin: 0 5px;
}

#content .csc-textpic-caption {
    font-size: 9px;
    font-style: italic;
    margin-bottom: -2px;
    text-align: center;
    text-transform: uppercase;
}

#content ol, ul {
    overflow: hidden;
}
#content ul li {
    margin-left: 13px;
}
 #content ol li {
    margin-left: 17px;
}


/***************************************************************************
* Footer
***************************************************************************/

#footer {
    background: url(../img/footerLinie.gif) top center no-repeat;
    bottom: 0;
    height: 100px;
    left: 31px;
    padding-top: 30px;
    position: absolute;
    width: 918px;
}

#footerContent {
}

#footerMenu ul {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 255px;
}
#footerMenu ul li {
    float: left;
}
#footerMenu ul li a {
    color: #949293;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
}

#footerText {
    text-align: center;
}


/* Indexed Search
*****************************/

#searchBox {
    background: #b6c7cd;
    height: 25px;
    margin-right: 20px;
    padding: 14px 0 0 10px;
    width: 163px;
}

#searchform input.s_submit,
.searchform input.s_submit {
    margin-top: -1px;
}

/* Search Box
*****************************/

#searchform input.s_word,
.searchform input.s_word {
    background: url(../img/searchbx_bg.gif) top left no-repeat;
    border: none;
    color: #676767;
    float: left;
    font-size: 0.9em;
    height: 15px;
    margin-right: 4px;
    padding: 2px;
    width: 152px;
}


/* Result List
*****************************/

.tx-indexedsearch {
    overflow: hidden;
    width: 671px;
}

.tx-indexedsearch a {

}

.tx-indexedsearch-searchbox {
    display: none;
}

.tx-indexedsearch-searchbox-sword {
    font-size: 1em;
    width: 150px;
}

.tx-indexedsearch-searchbox-button {
    font-size: 1.1em;
    width: 50px;
    border: 1px solid #000;
}

.tx-indexedsearch-searchbox a {
    background: url(../img/list-arrow.gif) no-repeat left;
    color: #000;
    margin-top: 10px;
    padding-left: 10px;
}

#content ul.browsebox li {
    background: none;
    margin: 0;
    padding: 0;
}

.tx-indexedsearch-rules {
    display: none;
}

.tx-indexedsearch-whatis {
    border-bottom: 1px solid #f58440;
}

.tx-indexedsearch-sw {
    font-style: italic;
    font-weight: bold;
    padding-bottom: 5px;
}

.tx-indexedsearch-browsebox {
    margin: 10px 0 10px 0;
}

.tx-indexedsearch-browsebox ul li {
    float: left;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 10px;
}

ul.browsebox li a {
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none;
}

.tx-indexedsearch-res {
    clear: both;
    margin: 10px 0;
}

.tx-indexedsearch-res h3 {
    background: #f58440;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0 5px;
}

.tx-indexedsearch-title {
    float: left;
    font-weight: bold;
}

.tx-indexedsearch-title a {
    color: #fff;
    text-decoration: none;
}


.tx-indexedsearch-percent {
    color: #fff;
    float: right;
    font-weight: bold;
}

.tx-indexedsearch-descr {
    background: #f4f4ec;
    overflow: hidden;
    text-align: left;
}

.tx-indexedsearch-redMarkup {
    font-weight: bold;
    color: #f58440;
}

.tx-indexedsearch-info {
    background: #eee;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: left;
}

.tx-indexedsearch-noresults {
    text-align: center;
    font-weight: bold;
}

/* Mail Formular
*****************************/

#content .csc-mailform {
    margin: 5px 0 15px;
}

#content .csc-mailform input,
#content .csc-mailform select {
    width: 150px;
}

#content .csc-mailform fieldset {
    border: none;
    padding: 5px 5px 0 5px;
}

#mailformname,
#mailformemail,
#mailformaddress {
    border: 1px solid #625c5c;
}

#content .csc-mailform fieldset legend {
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
}

#content .csc-mailform fieldset dl {
    width: auto;
}

#content .csc-mailform fieldset dt {
    float: left;
    margin-right: 6px;
    padding: 0 0 .5em 0;
    text-align: right;
    width: 80px;
}

#content .csc-mailform fieldset dd {
    padding: 0 0 .5em 0;
    width: auto;
}

#content .csc-mailform fieldset textarea {
    width: 300px;
}

#content .csc-mailform .csc-mailform-check {
    border: none;
    width: auto;
}

#content .csc-mailform .csc-mailform-submit {
    background: #e4e4e4;
    border: 1px solid #625c5c;
    color: #625c5c;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    width: auto;
}