/* --- IMPORT VON RTE-STYLES  --------------------------------------- */
@import url(rte.css);

.clear {
  clear: both;
}


/*  --- NAVI1 -----------------------------------------------------  */

#navi1 { 
  border-collapse: collapse;
  float: right;
}

#navi1 * {
  font-size: 18px;
  color: #333333;
}

#navi2 A { 
  text-decoration: none;
}


#navi1 UL {
}

#navi1 LI {
  float: left;
  list-style-type: none;
  background-image: url(../images/navi1_trenner.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 5px 10px;
}

#navi1 LI.act ,#navi1 LI.act * {
  color: #f27900;
}

/*  --- SEARCH ----------------------------------------------------  */
#search {
  float: left;
  margin-bottom: 20px;
}

#search, #search * {
  font-size: 14px; 
  color: #5d767b;
}

#search INPUT {
  height: 27px;
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #dbdbdc;
  color: #5d767b;
}

/* --- CONTACT ------------------------------------------------------  */
#contact {
}

#contact * {
  color: #5d767b;
}

#contact p.headline {
  color: #f27900;
  padding-top: 15px;
}


/* --- CONTENT ------------------------------------------------------  */
#content {
  padding: 0px 60px 20px 0px;
}

#content P {
  padding-bottom: 0.8em;
}

#content A, #content * A {
}


/* --- COPYRIGHT ----------------------------------------------------  */
#copyright * {
  font-size: 12px;
  color: #767676;
  font-weight: normal;
}

/*  --- BOTTOMNAVI ------------------------------------------------  */

#bottomnavi { 
  margin-right: 60px;
}

#bottomnavi, #bottomnavi * { 
  color: #767676;
  font-size: 13px;
}


/* --- FORMULARE ----------------------------------------------------  */
#content * fieldset.csc-mailform {
  border: none;
}

#content * fieldset.csc-mailform .csc-mailform-field {
  margin-bottom: 5px;
}
  
#content * fieldset.csc-mailform .csc-mailform-field label {
  width: 100px;
  vertical-align: top;
  float: left;
  clear: both;
}

/*
#content * fieldset.csc-mailform .csc-mailform-field input,
#content * fieldset.csc-mailform .csc-mailform-field textarea,
#content * fieldset.csc-mailform .csc-mailform-field select {
  background-color: #F7F7F7; 
  border: 1px solid #CBCBCB; 
}
*/

#content * fieldset.csc-mailform .csc-mailform-submit {
  margin-left: 100px;
  margin-top: 10px;
  float: left;
} 

/* --- SUCHE -------------------------------------------------------  */
.tx-indexedsearch {
}


.tx-indexedsearch .tx-indexedsearch-searchbox {
  margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
  margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
  margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-res {
  margin-bottom: 10px;
  clear: left;
}


.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon {
  display: none;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title * {
  text-decoration: none;
  font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  display: none;
}  
 
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent {
  font-size: 10px;
  font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
  clear: left;
}

.tx-indexedsearch .tx-indexedsearch-browsebox UL.browsebox {
  text-align: center;
  float: left;
  margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox UL.browsebox LI {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}


