/* CSS Document */

body {
    background-color: #B1C5D1;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    text-align: center;
    background-position: top center;
    color: #000000;
    line-height: 20px;
}
div#container {
    width: 964px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
}
body#start {
    background-image: url(../img/bg-start.jpg);
    background-repeat: no-repeat;
}
body#aktuelles {
    background-image: url(../img/bg-aktuelles.jpg);
    background-repeat: no-repeat;
}
body#ueberuns {
    background-image: url(../img/bg-ueberuns.jpg);
    background-repeat: no-repeat;
}
body#leistungen {
    background-image: url(../img/bg-leistungen.jpg);
    background-repeat: no-repeat;
}
body#steuernews {
    background-image: url(../img/bg-steuernews.jpg);
    background-repeat: no-repeat;
}
body#team {
    background-image: url(../img/bg-team.jpg);
    background-repeat: no-repeat;
}
body#geschichte {
    background-image: url(../img/bg-geschichte.jpg);
    background-repeat: no-repeat;
}
body#kontakt {
    background-image: url(../img/bg-kontakt.jpg);
    background-repeat: no-repeat;
}
body#impressum {
    background-image: url(../img/bg-impressum.jpg);
    background-repeat: no-repeat;
}
div#container div#inner {
    float: left;
    width: 965px;
    position: relative;
}
div#leftSection {
    float: left;
    position: relative;
    width: 285px;
    height: 400px;
}
div#headSection {
    position: relative;
    margin-left: 290px;
    height: 206px;
}
div#leftSection img.logo {
    position: absolute;
    top: 25px;
    left: 60px;
}
div#contentSection {
    margin-left: 290px;
}
div#contentSection .cntpad {
    padding: 40px 54px 0 43px;
}
div.newsItem {
    padding: 0 4px;
    width: 560px;
    border-bottom: 1px dotted #CCBDB6;
    margin-bottom: 12px;
}
div.singleNewsItem {
    padding: 12px 0;
    border-bottom: 1px dotted #CCBDB6;
    margin-bottom: 12px;
}
a.backlink {
    padding-left: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(../img/back-arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    ;
    font-size: 11px;
}
div.newsItem h4 {
    margin: 0;
}
div.newsDate {
    float: right;
    font-weight: bold;
}
table.team {
    width: 620px;
    border-right: 0px solid red;
    line-height: 16px;
}
table.team td.ma {
    padding: 15px 0 0 0;
    vertical-align: top;
    border-bottom: 0px solid red;
    width:33%;
}
table.team div.mainner {
    position: relative;
    height: 250px;
    padding-right: 14px;
    width: 190px;
}
table.team td.ma img {
    border: 1px solid #ddd;
    margin-bottom: 4px;
}
table.team td.ma div.mainner div.kontakt {
    font-weight: bold;
    display: block;
    margin-top: 8px;
    position: absolute;
    bottom: 10px;
}
table.team td.ma h5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
table.team td.ma p {
    margin: 0;
    padding: 0;
    font-size: 11px;
}
table.team td.ma p.small {
    font-weight: bold;
}
table.team td.ma p.loud {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}
table.team td.ma p.funktion {
    font-size: 12px;
}
h4.office {
    background-color: #CCBDB6;
    color: #FFF;
    font-size: 14px;
    padding: 5px 0 5px 12px;
    margin-left: 32px;
}
table.offices {
    border-collapse: collapse;
    margin: 12px 0;
}
table.offices td {
    white-space: nowrap;
    vertical-align: top;
    padding-right: 15px;
    font-size: 12px;
}
a.bg-basispartner {
    display: inline-block;
    float: right;
    margin-top: 40px;
}

table.gf {
	border-collapse: collapse;
	margin-bottom:2.0rem;
}

table.gf td {
	widht:30%;
	padding:0 2rem 0 2rem;
	vertical-align: top;
	border-right: 1px solid silver;
}

table.gf td.first {
	padding-left:0;
}

span.zusatz {
	display: block;
	font-size:0.75rem;
}