/* Content und Sidebar-Elemente */

#content h1 {
  font-size: 220%;
  font-weight : normal;
  margin: 0px;
  padding: 0px 0px 2px 0px;
  color: #4bad32;
}

#content h2, #sidebar h2 {
  font-size: 100%;
  font-weight : bold;
  margin: 0px;
}

#content h2 {
  padding: 10px 0px 2px 0px;
}

#sidebar h2 {
  padding: 2px 0px 2px 0px;
}

#content h3 {
  font-size: 100%;
  font-weigth: bold;
  margin: 0px;
  padding: 2px 0px 2px 0px;
}

#content p, #sidebar p {
  margin: 0px;
  padding: 2px 0px 8px 0px;
  line-height: 180%;
}

#sidebar p, #sidebar h2 {
  color: #666666 !important;
}

#content a, #sidebar a {
  text-decoration: none;
  font-weight : normal;
  color: #28771A;
}

#content a:hover, #sidebar a:hover {
  text-decoration: underline;
}

#content .sidepicture {
  float: right;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 10px 10px;
  width: 160px;
}

#content .clearer {
  clear: both;
}

#more {
  marging: 0px;
  padding: 20px 0px 20px 0px;
  text-align: right;
}

/* Liste */

#content ul, #sidebar ul {

  padding: 0px;
  margin: 6px 0px 6px 20px;
  line-height:180%;
  
    
}

#content li, #sidebar li {
  padding: 2px 0px 2px 0px;
  list-style-type:square;
}

      

div.csc-mailform li {
  padding: 2px 0px 2px 16px;
  background: none;
}


/* Tabelle */

#content table.cells {
  border: 1px solid #efefef;
}

#content td.cell {
  background-color: #efefef;
}

#content td.headercell {
  font-weight: bold;
}

/* Teaser */

div.teaserelement {
  float: left;
  padding: 0px 20px 0px 0px;
  margin: 0px;
}

div.teaser {
  margin: 0px;
  padding: 2px 0px 2px 0px;
}

div.teaserpicture {
  float: right;
  padding: 0px;
  margin: 0px 0px 10px 10px;
  border: none;
}

p.teasertext {
  margin: 0px;
  padding: 4px 0px 4px 0px;
}

.teasernav {
  clear: both;
  padding: 2px 0px 2px 0px;
  margin: 0px;
  text-align: center;
}

/* Absatztype Formular */

input.box {
  border : 1px solid #dedede;
  width: 328px;
  vertical-align: top;
  padding: 1px;
  margin: 0px 0px 10px 0px;
}

form.formular textarea  {
  border : 1px solid #dedede;
  width: 328px;
  height: 200px;
  vertical-align: top;
  padding: 1px;
  margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
  width: 200px;
  line-height: 200%;
  float: left;
  clear: left;
}

form.formular .formnote {
  color: #666666;
  line-height: 160%;
  padding: 2px 0px 10px 204px !important;
}

.buttoncaption {
  line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
  font-size: 180%;
  color: #51D340;
  font-weight : bold;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  line-height: 200%;
}

P.s2dsmall  {
  font-size: 80%;
}



/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
  border: 1px solid #28771A;
 
}


table.formtab select.txh,
table.formtab input.txh,
table.formtab textarea.txh,
table.formtab td.txh,
table.formtab table.txh {
  border: 1px solid #A70C0C;
  background-color: #F5E5E5;
}

/* Tabellenbreite */
table.pluginwidth {
  width: 580px;
  margin: auto;
}

table.completewidth, td.completewidth {
  width: 100%;
}

/* Breite der Formularfelder */
table.formtab input.tx,
table.formtab input.txh,
table.formtab textarea.tx,
table.formtab textarea.txh {
  width: 290px;
}


table.formtab textarea.tx,
table.formtab textarea.txh {
  height: 116px;
}

/* Farbeliche Anzeige von Fehlermeldungen, immer identisch */
table.formtab td.h, p.h {
  color: #A70C0C;
  font-weight: bold;
  text-align: center;
}

/* Focus und Mausover von Formularelementen, immer identisch */
/*
table.formtab textarea:focus,
table.formtab textarea:hover,
table.formtab select:focus,
table.formtab select:hover,
table.formtab input:focus,
table.formtab input:hover {
  background-color: #FFFFFF;
} */

/* Innenabstand von Formularelementen und Tabellenzellen, immer identisch */
table.formtab input,
table.formtab textarea,
table.formtab td {
  padding-left: 3px;
  padding-right: 3px;
  margin: 0px;
}





div.csc-mailform ol,
div.csc-mailform ol li {
    margin: 0;
    padding: 0;
    background:none;
}

div.csc-mailform ol li {
    overflow: hidden;
    background:none;
}

div.csc-mailform fieldset {
    margin: 0;
    padding: 0;
    position: relative;
}

div.csc-mailform legend {
    margin-left: 1em;
    color: #000000;
    font-weight: bold;
}

div.csc-mailform fieldset ol {
    padding: 1em 1em 0 1em;
    background:none;
}

div.csc-mailform fieldset li {
    padding: 0.5em;
    margin-bottom: 0.5em;
    list-style: none;
    background:none;
}

div.csc-mailform fieldset.submit {
    border-style: none;
}

/**
 * Normal label
 * Left aligned, in front of input
 */
div.csc-mailform li label {
    float: left;
    width: 13em;
    margin-right: 1em;
    vertical-align: baseline;
    
    background:none;
}

div.csc-mailform li input + label,
div.csc-mailform li textarea + label,
div.csc-mailform li select + label {
    float: none;
    width: auto;
    margin-right: 0;
    margin-left: 1em;
    
    background:none;
}

div.csc-mailform li textarea + label {
    vertical-align: top;
    
    background:none;
}

label em,
legend em {
    display: block;
    color: #060;
    font-size: 85%;
    font-style: normal;
    text-transform: uppercase;
}

legend em {
    position: absolute;
}

label strong,
legend strong {
    display: block;
    color: #C00;
    font-size: 85%;
    font-weight: normal;
    text-transform: uppercase;
}

legend strong {
    position: absolute;
    top: 1.4em;
}

/**
 * Labels alignment right
 */
.labels-alignment-right label,
.labels-alignment-right .fieldset-subgroup legend,
.labels-alignment-right.fieldset-subgroup legend {
    text-align: right;
}

/**
 * Horizontal fieldset
 */
fieldset.fieldset-horizontal {
    border-width: 0;
    
}

fieldset.fieldset-horizontal ol {
    padding: 0;
    
    background:none;
}

fieldset.fieldset-horizontal li {
    float: left;
    padding: 0;
    margin-right: 1em;
    
    background:none;
}

fieldset.fieldset-horizontal.label-below label {
    display: block;
    margin-left: 0;
    margin-top: 0.2em;
    font-size: 90%;
    color: #999999;
    text-align: left;
}

fieldset.fieldset-horizontal label em {
    display: inline;
}

/**
 * Subgroup fieldset
 */
fieldset.fieldset-subgroup {
    margin-bottom: -2em;
    border-style: none;
}

fieldset.fieldset-subgroup legend {
    margin-left: 0;
    padding: 0;
    font-weight: normal;
    width: 13em;
}

fieldset.fieldset-subgroup ol {
    position: relative;
    top: -1.4em;
    margin: 0 0 0 14em;
    padding: 0;
}

fieldset.fieldset-subgroup li {
    padding: 0;
    
    background:none;
}

fieldset.fieldset-subgroup input + label {
    float: none;
    width: auto;
    display: inline;
    margin: 0 0 0 1em;
}

/**
 * Labels as block
 * Labels displayed above or below the input fields
 */
.labels-block label {
    display: block;
    float: none;
    margin: 0 0 0.5em;
    width: auto;
}

.labels-block input + label,
.labels-block textarea + label {
    margin: 0.5em 0 0;
}

.labels-block fieldset.fieldset-subgroup,
fieldset.labels-block.fieldset-subgroup {
    margin-bottom: 0;
}

.labels-block .fieldset-subgroup legend,
.labels-block.fieldset-subgroup legend {
    width: auto;
}

.labels-block .fieldset-subgroup legend em,
.labels-block.fieldset-subgroup legend em {
    position: relative;
}

.labels-block .fieldset-subgroup legend strong,
.labels-block.fieldset-subgroup legend strong {
    position: relative;
    top: 0;
}

.labels-block .fieldset-subgroup ol,
.labels-block.fieldset-subgroup ol {
    top: 0;
    margin: 0;
    padding: 0.5em 0 0;
}

.ui-tabs-nav li{ background:none !important;}



p.bodytext {
line-height:200%;
}





