html, body {
      margin: 0px;
      padding: 0px;
      font-family: OpenSansLight, Arial, sans-serif;
      font-weight: normal;
      /*letter-spacing: 1px;*/
      font-size: 13px; 
      color: #4e5050;
      background-color: #fff;
      }
      
.normal {
    color: #4e5050;
}

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

h1 {

}

a:link, a:visited {
     color: #B02545;
}

a:hover {
    color: #0CA6BF;
}


  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  .clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
  }

/**************** CONTAINER UND KOPFBEREICH *****************/

#container {
      position: absolute;
      width: 1000px;
      height: 101%;
      top: 0px;
      left: 50%;
      margin-left: -500px;
      vertical-align: middle;
      padding-bottom: 0px;
      background-image: url("../images/kringel.gif");
      background-repeat: no-repeat;
      background-position: center 34px;
}

#kopf {
       margin-top: 40px;
       margin-left: 20px;
       color: #595B5B;
       height: 80px;
       background-image: url("../images/your_own_voice.gif");
       background-repeat: no-repeat;
       background-position: 140px top;
}

#kopf img {
      border: 0px;
}

#kopf h1 {
      font-size: 2.4em;
      padding-top: 20px;
}

#language_form {
        position: absolute;
        top: 30px;
        right: 20px;
        float:right;
}

#language_form input {
    text-align: right;
    border: 0px;
    background-color: transparent;
    width: 100px;
    color: #B02545;
}

#language_form input:hover {
    color: #0CA6BF;
}

/**************** TEXTBEREICH OBEN *****************/

#text_o_l {
        color: #4e5050;
        display: block;
        width: 580px;
        height: 150px;
        margin-top: 20px;
        margin-left: 20px;
        float: left;
}

#text_o_r {
        font-weight: bold;
        text-align:right;
        width: 320px;
        margin-top: 86px;
        margin-right: 20px;
        color: #E39380;
        display: block;
        float: right;
}

#workshop_titel a {
        margin-left: 20px;
}

#text_o_r a {
        display: block;
        margin-bottom: 6px;
}

#text_o_r a:link, #text_o_r a:visited, #workshop_titel a:link, #workshop_titel a:visited {
        color: #B02545;
        font-weight: bold;
}

#text_o_r a:hover {
        color: #0CA6BF;
        font-weight: bold;
}

#workshop_titel a:hover {
        color: #ffffff;
}



/**************** MITTE GENERALTEILER *****************/

#teiler_links {
        display: block;
        float: left;
        width: 580px;
        margin-top: 20px;
        line-height: 1.3em;
        padding-left: 20px;
        margin-bottom: 20px;
}

#teiler_links .balken {
      height: 15px;
      background-color: #D8C9BF;
      font-size: 0.8em;
      padding-left: 6px;
}


#teiler_rechts {
        display: block;
        float: right;
        width: 350px;
        margin-top: 8px;
        margin-right: 18px;
        background-color: #D8C9BF;
}

#programm {
        min-height: 524px;
        margin-left: 10px;
        padding-top: 50px;
        padding-bottom: 10px;
        margin-bottom: 10px;
}

/**************** MITTE LINKER INHALT *****************/

#portraits {
        height: 177px;
        margin-left: 0px;
        background-color: transparent;
}

#workshop_inhalt {
        background-color: #EFEDEB;
        margin-left: 0px;
        color: #777;
        width: 540px;
        padding: 10px 20px 20px 20px;
        margin-bottom: 20px;
        overflow: auto;
        min-height: 630px;
}

#workshop_inhalt img[align="left"] {
        margin: 4px 10px 4px 0px;
}

#workshop_inhalt img[align="right"] {
        margin: 4px 0px 4px 10px;
}

#workshop_inhalt p {
      margin: 0;
      padding: 0;
}

.workshop_download {
    font-size: 0.7em;
    float: right;
}

#kontaktformular {
        background-color: #EFEDEB;
        margin-left: 0px;
        width: 540px;
        padding: 10px 20px;
        overflow: auto;
        height: 558px;/*
*/}

.linkzeile {
    font-size: 1em;
    margin-bottom: 6px;
}

#portraits #walli {
        float: left;
}

#portraits #nanni {
        float: right;
}

#titel_nanni {
        float: right;
        margin-bottom: 10px;
}

#titel_walli {
        float: left;
        margin-bottom: 10px;
}

#textfeld_re, #textfeld_li {
        background-color: #EFEDEB;
        width: 265px;
        height: 380px;
        padding: 8px;
        padding-bottom: 0px;
}

#textfeld_li {
        margin-left: 0px;
        float: left;
}

#textfeld_re {
        float: right;
        text-align: right;
}

#distanz {
        width: 200px;
        float: left;
        display: inline;
}



/**************** KALENDER INHALT *****************/


#programm_titel {
        height: 33px;
        line-height: 33px;
        background-color: #B02545;
        width: 350px;
        float: right;
        font-size: 1.2em;
        text-align: center;
        font-weight: bold;
        color: #ffffff;
        letter-spacing: 0.1em;
}

.ort, .ort a:link, .ort a:visited {
     color: #B02545;
     font-weight: bold;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     text-decoration: none;
}

.ort a:hover {
     color: #0CA6BF;
}

.zeit {
     font-weight: bold;
}

.details {
     margin-bottom: 15px;
}

