/* Hintergrund */

html {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    
    background-color: #FFF;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

div#container_background_repeat {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    
    /*background-image: url(img/bg_repeat01.png);
    background-position: top;
    background-repeat: repeat-x;*/
}


div#container_background {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    
    /*background-image: url(img/bg01.png);
    background-position: center top;
    background-repeat: no-repeat;*/
}

div#container_center {
    width: 900px;    
    height: auto;
    margin: 0px auto;
    padding: 25px 0px 0px 0px;
}

div#container_content {
    width: 100%;
    height: auto;
    margin: 10px auto 50px auto;
    padding: 0px;
}

div.clearer {
    width: 0px;
    height: 0px;
    
    clear: both;
}

/* Header */

div#header {
    width: 760px;
    height: 80px;
    margin: 0px auto;
    padding: 0px;
}

div#headline {
    width: 100%;
    height: 25px;
    margin: 0px;
    padding: 0px;
}

div#pictures {
    width: 100%;
    height: 350px;
    margin: 20px 0px 0px 0px;

    /*background-image: url(img/pictures01.png);*/
}

/* Menue */

ul#menu {
    width: 100%;
    height: 30px;
    margin: 0px;
    padding: 25px 0px 0px 0px;
    
    list-style: none;
    text-align: center;
    font-size: 11px;
    color: #EE3126;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

ul#menu li {
    display: inline;
    margin: 0px 2px;
}

ul#menu li a {
    color: #000;
    text-decoration: none;
}

/* Content */

div#content {
    width: 500px; /* max. 720px */
    height: auto;
    margin: 0px 0px 50px 80px;
    padding: 0px 10px;
    
    min-height: 10px;
    float: left;
}

div#content h1 {
    margin: 20px 0px;
    color: #EE3126;
    font-size: 16px;
    font-weight: bold;
}

div#content h2 {
    margin: 20px 0px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

div#content h3 {
    margin: 15px 0px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

div#content h4 {
    margin: 15px 0px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

div#content a {
    color: #000;
}

div#content a:hover {
    color: #000;
}

div#content a:active {
    color: #000;
}

div#content a:visited {
    color: #000;
}

div#content img {
    border: 0px;
}

div#content p {
    line-height: 16px;
}

div#content ul {
    
}

div#content li {
    
}

/* Column */

div#column {
    width: 180px;
    height: auto;
    margin: 0px 0px 50px 20px;
    padding: 0px 10px;
    
    min-height: 10px;
    float: left;
}

div#column h1 {
    margin: 20px 0px;
    color: #EE3126;
    font-size: 16px;
    font-weight: bold;
}

/* Search */

div#search {
    width: 207px;
    height: 21px;
    margin: 2px 0px;
    padding: 0px;
    float: right;
}

input#search_text {
    width: 150px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
}

input#search_button {
    width: 50px;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
}

/* Suchformular */

form#tx_indexedsearch table tr {
    height: 30px;
}

form#tx_indexedsearch table tr td {
    width: 100px;
}

input.tx-indexedsearch-searchbox-sword {
    width: 200px;
}

td.tx-indexedsearch-info {
    background-color: none;
}

/* Mail-Formular */

form#mailform > div > div {
  margin-bottom: 10px;
}

form#mailform > div > div.csc-mailform-field > label {
  display: block;
}

/*
fieldset.csc-mailform {
    border: none;
}

div.csc-mailform-field {
    margin-bottom: 5px;
}

div.csc-mailform-field label {
    width: 70px;
    height: 20px;
  
    display: inline-block;
  
    line-height: 20px;
    vertical-align: top;
}

input#mailformemail, input#mailformname {
    width: 320px;
}
*/

/* News */


ul#tt_news_latest {
  width: 180px;
  
  margin: 0px 0px;
  padding: 0px;
  
  list-style: none
}

ul#tt_news_latest li {
  width: 160px;
  
  margin: 0px 10px;
  padding: 10px 0px;
  
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dashed #CCC;
}

ul#tt_news_latest li.alt {
  background-color: #FFF;
}

div.tt_news_latest_title {
  margin-bottom: 5px;
  
  font-size: 12px;
  font-weight: bold;
}

div.tt_news_latest_subheader {
  margin-bottom: 5px;
  
  font-size: 10px;
  font-weight: normal;
}

div.tt_news_latest_file {
  margin-bottom: 5px;
  
  font-size: 10px;
  font-weight: bold;
}

div.tt_news_latest_file a {
  margin: 0px;
  padding: 0px;
  
  text-decoration: none;
  color: #E8371E;
}

div.tt_news_latest_date {
  font-size: 10px;
  font-weight: normal;
}

/*div.tt_news_list_title {
  width: 290px;
  margin: 0px;
  
  padding: 10px 0px;
  
  float: left;
  
  font-weight: bold;
  font-size: 14px;
}

div.tt_news_list_title a {
  color: #E8371E;
}

div.tt_news_list_date {
  width: 130px;
  height: 38px;
  
  float: left;
  
  line-height: 38px;
  font-size: 10px;
  text-align: right;
}

div.tt_news_list_detaillink {
  margin: 10px 0px 20px 0px;
  
  text-align: right;
}

div.tt_news_single_title {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  
  font-size: 18px;
  color: #4D4D4D;
}

div.tt_news_single_date {
  margin: 0px 0px 10px 0px;
  
  font-size: 10px;
}

div.tt_news_single_file {
  height: auto;
  
  margin: 10px 0px 0px 0px;
  
  font-weight: bold;
}

div.tt_news_single_file dt {
  margin: 0px;
  padding: 0px;
}

div.tt_news_single_file a {
  margin: 0px 10px 0px 20px;
  
  color: #E8371E;
}

div.tt_news_single_backlink {
  margin: 10px 0px 0px 0px;
  
  text-align: right;
}

div#tt_news_latest_headline {
  width: 180px;
  
  margin: 20px 0px 0px 20px;
  
  font-weight: bold;
  color: #E8371E;
}

ul#tt_news_latest li a {
  color: #E8371E;
  text-decoration: none;
}

ul#tt_news_latest li a:hover {
  color: #000;
}

div #tt_news_latest_listlink {
  width: 180px;
  
  margin: 20px 0px 0px 20px;
  
  text-align: center;
}*/
