

#headerContainer {
    background: #fff;
    height: 115px;
    margin: 0;
    padding: 0;
}

#headerContent {
    margin: 0 auto;
    padding: 70px 0 0 0;
    text-align: right;
    width: 815px;
}

#navigationContent {
    background: none;
    height: 267px;
    left: 50%;
    margin: 0 0 0 -407px;
    overflow: hidden;
    position: relative;
    width: 900px;
}

#navigationContent .startMenuWrap {
    height: 267px;
}

#navigationContent .startMenuWrap a.startMenuEntry  {
    border: none;
    display: block;
    float: left;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 163px;
}
#navigationContent .startMenuWrap img {
    border: none;
}


#content {
    float: none;
    margin: 0 auto;
    padding: 0 0 25px 0;
    width: 815px;
}


.logoLink {
    float: left;
}

ul.menuTop {
    float: right;
	list-style: none;
    margin-top: 15px;
}

ul.menuTop li {
    float: left;
    margin-left: 12px;
}

ul.menuTop li a {
    color: #4e4e4e;
    text-transform: uppercase;
}

.startContent {
    border: none;
    width: 100%;
}

.startContent tr td {
    padding: 5px;
    vertical-align: top;
}

a.mail {
    background: none;
    padding: 0;
}

h1.imageheader {
   background-repeat: no-repeat;
   border-bottom: 1px dotted #4e4e4e;
   clear: none;
   height: 22px;
   margin-bottom: 15px;
   overflow: hidden;
   padding-bottom: 5px;
   text-indent: 999em;
   white-space: nowrap;
   width: 260px;
}
#content .startContent tr td h1.imageheader {
   width: 259px;
}
