* {
    margin: 0px;
    padding: 0px;
}

body {
    background: url(/cms/upload/standard/bg.jpg) repeat-x top left #e2e2e2;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 17px;
    color: #2c2c2c;
}


h1 {
    font-size: 16px;
    margin-bottom: 10px;
}
h2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}
a {
    color: #5c5c5c;
}
/*th {
    text-align: left;
    font-size: 12px;
}*/

.bild_links {
    float: left;
    margin-right:10px;
    margin-bottom: 5px;
}
.bildbeschreibung_rechts {
    font-size: 10px;
    line-height: 13px;
    vertical-align: top;
    padding: 15px 0px 0px 10px
}
.fotograf_rechts {
    display: block;
    font-size: 11px;
    font-weight:bold;
}

.bildbeschreibung_unten {
    font-size: 10px;
    line-height: 13px;
    vertical-align: top;
    padding: 0px
}
.fotograf_unten {
    float: right;
    font-size: 11px;
    font-weight:bold;
}

.quellenangabe {
    font-size: 10px;
    margin-top: 20px;
}

/* +++ Artikelliste +++ */
.teaser_img {
    float: left;
    margin-right: 15px;
}

div.artikelliste {
    height: 150px;
}
/* +++ Artikelliste Ende +++ */



/* Kontaktformular */
#content table#kontakt td {
    padding-left:0px;
}
input, textarea {
    border: 1px solid #7d7d7d;
    width: 220px;
    margin-bottom: 2px;
    padding-left: 0px;
    .padding-left: 1px; /* IE 7 */
   _padding-left: 1px; /* IE 6 */
}
textarea {
    height: 100px;
}
input.senden {
    width: 222px;
}
input.td1 {
    width: 155px;
}
input.td2 {
    width: 55px;
}
input.td3 {
    width: 85px;
}
input.td4 {
    width: 125px;
}
input.checkbox {
    width: 10px;
}
input.radio {
    width: 10px;
}
option {
    width: 40px;
}
.errorMessage {
    color: #b51d1a;
    font-size: 10px;
}
/* Kontaktformular Ende */





#wrap {
    float: left;
    width: 100%px;
}

#head-screen {
    display: none;
}

#head-print {
    width: 800px;
    height: 93px;
    background: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7d7d7d;
}

#linke_spalte {
    float: left;
}

#navigation {
    display: none;
}


#content {
    float: left;
    background-color: #ffffff;
    width: 420px;
    /*height: 800px;*/
    padding-right: 30px;
    margin-bottom: 200px;
}
* html #content {
    padding: 25px 50px 30px 23px;
}
* + html #content {
    padding: 25px 50px 30px 23px;
}

#content ul {
    margin-left: 30px;
}
div#content img {
    border: 1px solid #454545;
}
#content table {
    border: 0px;
}
#content table#team td {
    padding-left: 15px;
}
#content table#team>img {
    margin-top: 13px;
    margin-bottom: 5px;
    border: 1px solid #454545;
}

/*#content div#datenschutzhinweis {
    width: 424px;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #7d7d7d;

}
*/


#spalte_rechts {
    float: left;
    background: none;
    width: 200px;
    border-left: 1px solid #7d7d7d;
    padding-left: 20px;
}
#spalte_rechts #spalte_rechts_text p {
    padding: 0px 14px 0px 0px;
}
#spalte_rechts #spalte_rechts_text h2 {
    padding: 13px 14px 0px 0px;
    margin-bottom: 0px;
}
#spalte_rechts p.bilduntertitel {
    margin-left: 0px;
    font-size: 11px;
    line-height: normal;
    color: #434343;
}
#spalte_rechts img {
    border: 1px solid #7d7d7d;
}
#spalte_rechts img.spalte_rechts_bild {
    border-bottom: 1px solid #7d7d7d;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}


#footer-screen {
    display: none;
}
#footer-screen a {
    color: #565656;
}
#footer-print {
    font-size: 10px;
    clear: both;
    width: 650px;
    text-align: center;
    bottom: 0px;
}



