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

* {
    margin: 0px;
    padding: 0px;
}

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

#container {
    margin: 0 auto;
    text-align: left;
    width: 980px;
}

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

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


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

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

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

/* Holly Hack Targets IE Win only \*/
* html .clearAfter {height: 1%;}
/* End Holly Hack */


/***************************************************************************
* 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 26px;
}

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

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

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


#logo {
    bottom: 5px;
    height: 100px;
    left: 25px;
    position: absolute;
    width: 236px;
}

.homeLink {
  background: url(../img/logo-new.gif) top left no-repeat;
  display: block;
  height: 100px;
  text-decoration: none;
  width: 236px;
}

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

#mainMenu ul {
    list-style: none;
}

#mainMenu li {
    float: left;
}

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

#mainMenu li a:visited {
    color: #929292;
}


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

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

#main {
    margin-bottom: 35px;
}


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

#sidebar {
    background: #fff 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-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    margin: 0 0 30px 0;
    padding: 10px 5px;
}

#sidebarMenu ul li {
    font: bold 1.2em Arial;
    height: 19px;
}

#sidebarMenu ul li a {
    background: url(../img/sidebarBullet_li.gif) left 10px no-repeat;
    color: #999;
    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: #f36823;
}

#sidebarMenu ul li.active a {
    background: url(../img/sidebarBullet_li_active.gif) top left no-repeat;
    color: #f36823;
    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: #999;
    font: bold 1.2em Arial;
    margin-left: 30px;
    padding-left: 15px;
    text-decoration: none;
}

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

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


/***************************************************************************
* Content
***************************************************************************/
#contentTop {
    background: url(../img/contentTop_bg.gif) top left no-repeat;
    height: 33px;
    margin-left: -10px;
    width: 683px;
}

/* Holly Hack Targets IE Win only \*/
* html #main #content #contentTop {
    margin-left: -5px;
}
/* End Holly Hack */


#content {
    background: #f0efeb;
    float: left;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    width: 673px;
}



/* Holly Hack Targets IE Win only \*/
* html #main #content  {
   padding-left: 3px;
   width: 680px;
}
/* End Holly Hack */

#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 ul li {
  background: url(../img/bulletpoint.gif) left no-repeat;
  margin-left: 10px;
  padding-left: 7px;
}

#content ol li {
  margin-left: 10px;
}
    



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

#footer {
    background: url(../img/footerLinie.gif) top no-repeat;
    float: left;
    height: 115px;
    margin: 0 auto;
    padding-top: 10px;
    width: 918px;
}

#footerContent {
    clear: both;
    padding-top: 20px;
    text-align: center;
}


#footerimg {
    float: left;
    height: 25px;
    margin-left: 280px;
    width: 73px;
}

#footerimg .homeLink {
    background: url(../img/footerImg.gif) top left no-repeat;
    display: block;
    height: 25px;
    text-decoration: none;
    width: 73px;
}

#footerMenu ul {
    float: left;
    list-style: none;
    margin-top: 5px;
}

#footerMenu ul li {
    float: left;
}

#footerMenu ul li a {
    color: #949293;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
}


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

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

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

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

#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;
}