* {
        padding: 0;
        margin: 0;
}

body {
        background-color: #fff;
        font-family: "Lucida Grande", Verdana, Tahoma;
        font-size: 11px;
        line-height: 14px;
        color: #565656;
}

#wrapper {
        width: 929px;
        margin: 0px auto;
		padding-bottom: 30px;
}

#top {
        width: 100%;
        height: 153px;
        background: transparent url('../img/bg-top.gif') no-repeat 0 0;
}

#content {
        width: 100%;
        background: transparent url('../img/bg-content.gif') repeat-y 0 0;
        height: 100%;
        padding-bottom: 13px;
}

#content-left {
        float: left;
        width: 182px;
        padding-left: 34px;
}

#content-right {
        float: right;
        padding-right: 34px;
        text-align: right;
}

#content-main {
        width: 580px;
        margin: 31px 0px 0px 50px;
        text-align: left;
}

#content-main-headline {
        float: left;
}

#content-main-link-back {
        float: right;
        padding-bottom: 5px;
}

#logo {
        padding-top: 47px;
		padding-left:30px;
        
}

#welcome-headline {
        width: 171px;
        background-color: #414141;
        margin: 22px 0px 0px -50px;
        padding: 5px 13px 5px 50px;
        position:absolute;
        color: #fff;
        font-size: 14px;
		font-weight:bold;
}

#welcome-text {
        margin: 71px 0px 0px 0px;
}

#our-departments {
        margin-top: 50px;
}

#bottom {
        width: 100%;
        background: transparent url('../img/bg-bottom.gif') no-repeat 0 0;
        text-align: center;
        padding: 20px 0px 0px 0px;
}

div.dotted {
        height: 3px;
        line-height:3px;
        font-size:0px;
        border: 0px;
        background: transparent url('../img/bg-line-dotted.gif') repeat-x 0 0;
}

div.clear {
        clear: both;
        width: 0px;
        height: 0px;
        font-size: 0px;
        line-height: 0px;
}

/*** images ***/

img {
        border: 0px;
}

/*** hrefs ***/

a, a:visited {
        outline: none;
        text-decoration: none;
        color: #565656;
}

a:hover {
        color: #68a7d3;
}

a.link-back {
        background: transparent url('../img/bg-link-back.gif') no-repeat 0 0;
        padding: 1px 0px 4px 20px;
}

a.link-web {
        background: transparent url('../img/bg-link-web.gif') no-repeat right 0px;
        padding: 1px 20px 4px 0px;
        color: #68a7d3;
}

a.link-web:hover {
        color: #565656;
}

/*** headline ***/

h1 {
        font-size: 19px;
        color: #68a7d3;
        margin: 0px 0px 10px 15px;
}

h2 {
        font-size: 12px;
        color: #68a7d3;
        margin: 0px 0px 10px 0px;
}

/*** lists ***/

ul.departments {
        font-size:12px;
        color: #68a7d3;
        list-style: none;
        margin: 0px 0px 50px 0px;
        font-weight:bold;
}

ul.departments li {
        margin-bottom: 5px;
}


/*** boxes ***/

.box-office {
        width: 189px;
        margin: 20px 0px 0px 0px;
}

.box-office-top {
        background: transparent url('../img/bg-box-blue-top.gif') no-repeat 0 0;
        height: 0px;
        line-height: 0px;
        font-size:0px;
}

.box-office-content {
        padding: 10px;
        background-color: #e6f1f7;
}

.box-office-bottom {
        background: transparent url('../img/bg-box-blue-bottom.gif') no-repeat 0 0;
        height: 4px;
        line-height: 4px;
        font-size:0px;
}


/*** company list ***/

#company-list {
        margin-top: 20px;
}

.company-list-item {
        float: left;
        width: 145px;
        height: 120px;
        margin-bottom:5px;
        text-align: center;
        background: transparent url('../img/bg-company-list-item.jpg') no-repeat 0 0;

}

.company-list-item-image {
        height: 63px;
        padding: 15px 0px 0px 30px;
}

.company-list-item-title {
        font-weight: bold;
}

.company-list-item-title-sub {

}

a.company-logo {
        float: left;
        width: 73px;
        height: 40px;
        padding: 5px;
}


/*** company page ***/

#content-company {
        width: 565px;
        margin: 10px 0px 0px 15px;
}

#content-company-left {
        float: left;
        width: 315px;
        padding-bottom: 13px;
}

#content-company-right {
        float: right;
        width: 210px;
        text-align: right;
        padding-bottom: 13px;
}

#content-company h2 {
        color: #565656;
}

#company-logo {
}

#company-screenshot-top {
        background: transparent url('../img/bg-company-screenshot-top.gif') no-repeat 0 0;
        height: 22px;
        padding: 0px 0px 0px 0px;
}

#company-screenshot {
        background: transparent url('../img/bg-company-screenshot.gif') repeat-y 0 0;
        padding: 0px 9px 0px 0px;
}

#company-screenshot-bottom {
        background: transparent url('../img/bg-company-screenshot-bottom.gif') no-repeat 0 0;
        height: 19px;
        padding: 0px 0px 0px 0px;
}


/*** imprint ***/

#content-imprint {
        width: 565px;
        margin: 10px 0px 0px 15px;
}

#content-imprint h2 {
        color: #565656;
        line-height:18px;
}
#content-imprint p{
        padding-bottom:10px;
}
