* {
    margin:                 0;
    padding:                0;
}

a img                       { border: 0 none; }


body {
    background-color:       #ffffff;
    color:                  #000000;
    font-family:            Calibri,Arial,Helvetica,sans-serif;
    font-size:              13px;
    line-height:            16px;
}

.w810                       { width: 810px; }
.w920                       { width: 920px; }
.w810, .w920                { margin: 0 auto; }

.clear                      { clear: both; }


/* oberer Bereich (Logo, Hauptnav, Servicenav): */

#headArea {
    height:                 80px;
    padding-top:            19px;
    position:               relative;
}

#headArea #logo {}

#headArea #mainnav {
    margin-top:             31px;
}

#headArea #servicenav {
    position:               absolute;
    left:                   660px;
    top:                    47px;
}



/* Bereich für Bühnenbild: */

#visualArea {
	min-height:             1px;
	background-color:       rgb(108,108,108);
	margin-bottom:          27px;
}


/* Bereich mit Pfad-Navigation: */

#breadcrumbArea {
    margin-bottom:          25px;
    line-height:            100%;
}


/* Content-Bereich: */

#contentArea {
    padding-bottom:         27px; /* Opera hat mit margin-bottom Schwierigkeiten */
}

#contentArea .mainCol {
    width:                  535px;
    padding-right:          125px;
    float:                  left;
}

#contentArea .margCol {
    width:                  150px;
    float:                  left;
    padding-top:            79px;
}

#contentArea .news-single-item .margCol {
    padding-top:            0; /* bei Einzelansicht sind Headlines über den beiden Spalten! */
}


/* Bereich für Subnav: */

#subnavArea {
    width:                  535px; /* statt 810 */
    padding-right:          275px; /* damit insg. wieder 810 */
}

#subnavArea table {
    margin-bottom:          10px;
}


/* Footer-Bereich: */

#footerArea {
    border-top:             1px solid rgb(108,108,108);
    padding:                8px 0 20px;
}

#footerArea .nav {
    margin-left:            660px;
}




/* Teaserboxen Startseite: */

.teaserbox {
    background-color:       rgb(229,229,229);
    float:                  left;
}

.contentHome2col .teaserbox { width: 370px; }
.contentHome3col .teaserbox { width: 260px; }

.contentHome2col .tb1       { margin-right: 70px; }
.contentHome3col .tb1,
.contentHome3col .tb2       { margin-right: 15px; }

.teaserbox .bb_top,
.teaserbox .bb_btm {
    height:                 15px;
    background-color:       rgb(229,229,229);
    background-repeat:      no-repeat;
    background-position:    left top;
}
.teaserbox .bb_btm {
    background-position:    left bottom;
}

.contentHome2col .teaserbox .bb_top { background-image: url(../img/boxborder_370_top.gif); }
.contentHome2col .teaserbox .bb_btm { background-image: url(../img/boxborder_370_btm.gif); }
.contentHome3col .teaserbox .bb_top { background-image: url(../img/boxborder_260_top.gif); }
.contentHome3col .teaserbox .bb_btm { background-image: url(../img/boxborder_260_btm.gif); }

.teaserbox .boxcontent {
    min-height:             160px;
    padding:                0 15px;
}



