/* Content und Sidebar-Elemente */

BODY {
        margin: 0px;
        padding: 10px;
        background: #ffffff url(../images/pback.gif);
        background-repeat: no-repeat;
    background-position: center 10px;
        /*background-color: #cccccc; */
}

#content h1 {
        font-size: 160%;
        font-weight: bold;
        font-variant: small-caps;
        letter-spacing: 2px;
        text-transform: none;
        text-align: center;
        margin: 0px;
        padding: 5px 0px 2px 0px;
        color: #FF0001;
}

#content h2, #sidebar h2 {
        font-size: 140%;
        font-weight:bold;
        font-variant: small-caps;
        letter-spacing: 1px;
        text-transform: none;
        margin: 0px;
        color: #ff0001;
}

#content h2 {
        padding: 10px 0px 2px 0px;
}

#sidebar h2 {
        font-size: 100% !important;
        padding: 2px 0px 2px 0px;
}

#content h3 {
        font-size: 110%;
        font-weight: bold;
        font-variant: small-caps;
        letter-spacing: 1px;
        text-transform: none;
        margin: 0px;
        padding: 2px 0px 2px 0px;
        color: #FF0001;
}

#content p, #sidebar p {
        margin: 0px;
        padding: 2px 0px 2px 0px;
        line-height: 160%;
}

#content a, #sidebar a {
        text-decoration: none;
        font-weight: bold;
        color: #FF6600;
}

#content a:hover, #sidebar a:hover {
        text-decoration: underline;
}

#content .sidepicture {
        float: right;
        padding: 0px 0px 0px 10px;
        margin: 4px 0px 10px 10px;
        width: 120px;
}

/* Option: Marginalie, rechts oder links floatend * FUNKTIONIERT NOCH NICHT
#content .sidepictureright {
   float: right;
   padding: 0px 0px 0px 10px;
   margin: 4px 0px 10px 10px;
   width: 120px;
}

#content .sidepictureleft {
   float: left;
   padding: 0px 10px 0px 0px;
   margin: 4px 10px 10px 0px;
   width: 120px;
}
*/

#content .clearer {
        clear: both;
}

#more {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        text-align: right;
}

#more a {
        text-decoration: none;
        padding: 2px 0px 4px 0px;
        color: #535353 !important;
        font-weight: bold !important;
        /* aus #more a entfernt: background:url(../images/pbull.gif) no-repeat; */
}

/* Liste */

#content ul, #sidebar ul {
        list-style: none;
        padding: 0px;
        margin: 6px 0px 6px 10px;
}

#content li, #sidebar li {
        padding: 2px 0px 2px 16px;
        background: url(../images/pbull.gif) no-repeat top left;
}

/* Tabelle */

#content table.cells {
        border: 0px solid #C0C0C0;
}

#content td.cell {
        background-color: #ffffff;
}

#content td.headercell {
        background-color: #FF0001;
        color: #ffffff;
        font-weight: bold;
}

/* Sitemap */

#sitemap a {
        padding: 5px 0px 5px 0px;
        font-variant: small-caps;
}

#sitemap a.m1 {
        font-size: 140%;
        font-weight: bold;
}

#sitemap a.m2 {
        font-size: 140%;
        font-weight: normal;
}

#sitemap a.m3 {
        font-size: 130%;
        font-weight: normal;
}

#sitemap a.sidebar {
        font-size: 100%;
        font-weight: bold;
}

/* Searchregister */

#searchregister  {
        padding: 5px 0px 5px 0px;
        font-weight: normal;
        font-size: 100%;
        line-height: 150%;
}

#searchregister .highlight {
        font-weight: bold;
        font-size: 120%;
}

#searchregister a {
        font-weight: normal;
        font-size: 100%;
}

#searchregister a.teaser {
        font-weight: bold;
}

/*Titel, Überschrift, Lightbox etc. */
#title {
        /* Nutzung mit <div id="title">... </div>*/
        padding: 5px 0px 5px 0px;
        font-size: 100%;
        font-weight: bold;
        font-style: normal;
        font-variant: small-caps;
        text-align: justify;
        letter-spacing: 1px;
}

#title .highlight {
        /* Nutzung mit <p class ="highlight">... </p>*/
        text-align: center;
        min-width: 1%;
        background-color: #E0E0E0;
}

#title .underline {
        /* Nutzung mit <p class ="underline"> ... </p>*/
        text-decoration: underline;
}

/* Beschreibung Foto im Header */
#phototext {
        /* Nutzung mit <div id="phototext">... </div>*/
        padding: 20px 0px 0px 0px;
        font-weight: bold;
        font-style: italic;
        text-align: right;
        color: #FF0001;
}

/* Teaser */

div.teaserelement {
        float: left;
        padding: 0px 25px 0px 0px;
        margin: 0px;
        text-align: left;
}

/* Teaser  Überschrift small-caps*/
div.teaserelement .sc {
        font-variant: small-caps;
}

div.teaser {
        margin: 0px;
        padding: 2px 0px 2px 0px;
}

div.teaserpicture {
        float: right;
        padding: 0px;
        margin: 4px 0px 5px 5px;
        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 #C0C0C0;
        width: 280px;
        vertical-align: top;
        padding: 1px;
        margin: 0px 0px 10px 0px;
}

form.formular textarea  {
        border:1px solid #C0C0C0;
        width: 280px;
        height: 200px;
        vertical-align: top;
        padding: 1px;
        margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
        width: 190px;
        line-height: 180%;
        float: left;
        clear: left;
}

form.formular .formnote {
        color: #FF0001;
        line-height: 160%;
        padding: 2px 0px 10px 192px !important;
}

.buttoncaption {
        line-height: 200%;
}

/* Plugin-Styles */

P.s2d  {
        font-size: 180%;
        color: #FF0001;
        font-weight:bold;
        margin: 0px;
        padding: 2px 0px 2px 0px;
        line-height: 200%;
}

P.s2dsmall  {
        font-size: 80%;
}

a.s2dsmall, a.s2dinfo  {
        text-decoration:underline !important;
}