body {
    margin-top: 14px;
    margin-left: 25px;
}

body.buero {
    background: url('../img/bgdots.gif') repeat-x 0px 15px;
}
body.projekte {
    background: url('../img/bgdots.gif') repeat-x 0px 50px;
}
body.magazine {
    background: url('../img/bgdots.gif') repeat-x 0px 86px;
}


a {
    color: #111;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
    line-height: 0px;
    height: 0px;
}


/* main sections */

div#wrapper {
    min-width: 960px;
    position: relative;
}

div#top {
    height: 171px;
}

div#left {
    clear: both;
    float: left;
    width: 148px;
}

div#right {
    position: absolute;
    left: 590px;
    top: 0px;
}

div#content {
    position: relative;
    margin-left: 148px;
    background-image: url('../img/bgline.gif');
}

.msie6 div#content {height: 200px;}
.msie7 div#content {min-height: 200px;}

div#content a {
    text-decoration: underline;
}

/* search */
div#search {
    font-size: 14px;
    position: absolute;
    font-family: Georgia, serif;
    right: 16px;
    top: 5px;
}

div#search form {
    display: inline;
}

div#search input {
    background-color: #ddd;
    height: 16px;
    border: none;
    padding: 5px 1px 0px 3px;
    margin-right: 15px;
}


a#feedlink {
    padding-right: 18px;
    background: url('../img/feed.png') no-repeat top right;
}

.awardsList div.entry {
    clear: both;
    margin-bottom: 21px;
}

.msie .awardsList {
    padding-top: 4px;
}

.msie .awardsList div.entry {
    margin-bottom: 25px;
}

li#logo {
    padding-top: 8px;
}

/* navigation styles */

ul.level1 {
    float: left;
    line-height: 36px;
    width: 148px;
}

ul.level1 li {
    clear: both;
    font-size: 26px;
}

.msie ul.level1 li {
    height: 36px;
}

ul.level2 {
    margin-right: 280px;
}

div#subnav {
    position: absolute;
    top: 0px;
    left: 148px;
}

.buero ul.level2 {padding-top: 0px;}
.projekte ul.level2 {padding-top: 36px;}
.magazine ul.level2 {padding-top: 72px;}

ul.level2 li,
ul.level3 li {
    float: left;
    font-family: Georgia, serif;
    padding-top: 5px;
}

ul.level2 li a,
ul.level3 li a {
    white-space: nowrap;
}

ul.level2 li {
    font-size: 14px;
}

ul.level3 li {
    font-size: 12px;
}

ul.level2 li a,
ul.level3 li a{
    border-right: solid #000 1px;
    padding: 0 7px;
}

ul.level2 li.first a,
ul.level3 li.first a {
    padding-left: 0px;
}

ul.level2 li.last a,
ul.level3 li.last a {
    border-right: none;
}

ul.level2 li.active {
    background-color: #fff;
}

ul.level3 li a.active {
    text-decoration: underline;
}

ul.level3 li {margin-top: -3px;}
.msie6 ul.level3 li {margin-top: -19px;}

/* news */

ul.newslist {
    width: 688px;
}

ul.newslist li h2 {
    margin-bottom: 2px;
}

ul.issuelist li h2 {
    margin-bottom: 1px;
}

ul.newslist li {
    clear: both;
    margin-bottom: 19px;
}

.msie ul.newslist h2 {margin-top: -21px;}
.msie7 ul.newslist li {margin-bottom: 24px;}
.msie7 ul.newslist li.linefix {margin-bottom: 18px;}
.msie6 ul.newslist li {margin-bottom: 9px;}
.msie6 ul.newslist li.linefix {margin-bottom: 24px;}


ul.newslist li div.img {
    float: right;
    position: relative;
    top: -6px;
}

/* magazine */

div.magazineIntro {
    margin-bottom: 21px;
}

.cms div.magazineIntro {
    margin-bottom: 63px;
}

ul.issuelist {
    width: 688px;
}

.msie ul.issuelist h2 {margin-top: -19px;}
.msie ul.issuelist div.richtext {width: 485px;}


ul.issuelist li {
    clear: both;
    margin-bottom: 17px;
}

.msie6 ul.issuelist li {margin-bottom: 28px;}
.msie7 ul.issuelist li {margin-bottom: 22px;}

ul.issuelist li div.img {
    float: right;
    width: 180px;
    position: relative;
    min-height: 252px;
    margin-left: 20px;
}

ul.issuelist li div.img img {
    position: absolute;
    left: 0px;
    top: 0px;
}

/* gallery */

div.imagegallery {
    width: 634px;
}

div.imagegallery div.bigimage {
    position: relative;
    margin-top: 11px;
    margin-left: 3px;
}

div.imagegallery div.description {
    background: url('../img/80white.png');
    padding: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 610px;
    z-index: 2;
}

div.imagegallery p.links {
    clear: both;
    margin-top: 42px;
    margin-left: 16px;
}

div.imagegallery a {
    text-decoration: underline;
}

div.imagegallery a.seperated {
    padding-left: 8px;
    border-left: solid #000 1px;
}


ul.galleryindexer {
    margin: 5px 10px 0px 13px;
    margin-top: 5px;
    margin-right: 10px;
}

ul.galleryindexer li {
    float: left;
}

ul.galleryindexer li a{
    display: block;
    width: 16px;
    height: 14px;
    background: url('../img/punkte.png') #f00 no-repeat left center;
}

ul.galleryindexer li a.active {
    background-position: right;
}

.richtext {
    width: 492px;
}

.richtext p,
.richtext ul,
.richtext h3,
p.indent {
    margin-left: 22px;
}



p.indent img {
    margin-top: 4px;
}

.richtext ul {
    list-style: circle inside;
}

.richtext p.typ1451 {
    margin-left:  0px;
}



/* loginform */

.loginForm label {
    display: inline-block;
    width: 80px;
    margin-right: 10px;
}

.loginForm input[type=text],
.loginForm input[type=password] {
    border: none;
    background-color: #ccc;
}

.loginForm .errors {
    color: red;
}


/* overview list */

.overviewList {
    margin-right: 160px;
    margin-left: 3px;
}

.overviewList LI {
    text-align: center;
    float: left;
    margin: 0 18px 18px 0;
    width: 150px;
    height: 150px;
    position: relative;
    top: 2px;
}

.projectOverviewList LI {
    height: 98px;
    top: -4px;
}

.overviewList .img {
    background-color: #F5F5F5;
    height: 100px;
    position: relative;
    top: -6px;
}


/* partnerprojects */

.shortProjects .label,
.objectAwards .label {
    font-family: Georgia, serif;
    font-size: 13px;
}

#left .shortProjects {
    font-size: 10px;
    margin-top: 42px;
}

#right .shortProjects ul {
    margin-left: 1px;
}

.customerProjects {
    margin-top: 30px;
}
.customerProjects a.active {
    text-decoration: underline;
}

div#content .rightProjects ul a {
    text-decoration: none;
}
div#content .rightProjects ul a:hover {
    text-decoration: underline;
}

.searchResult {
    width: 688px;
}

/* searchresults */

.msie6 .searchResult h2 {margin-top: 25px;}
.searchResult LI.group UL {margin-left: 21px;}
.searchResult LI.group LI {
    margin-bottom: 21px;
}

.searchTerm {
    margin-top: 30px;
}

/* listtables */
TABLE.listTable TD {
    padding-right: 24px;
    min-width: 100px;
}

/* object awards */

div.objectAwards {
    margin-top: 30px;
}

div.objectAwards li {
    margin-bottom: 21px;
    font-size: 10px;
    line-height: 12px;
    width: 110px;
}

/* google map */

.googleMap {
    width: 400px;
    height: 500px;
    border: solid black 1px;
    background-color: #eee;
    position: relative;
    left: -84px;
    top: -8px;
}

.dieter {
    position: relative;
    left: -84px;
    top: -8px;
}
