html {
    width: 100%;
    height: 100%;
}

body {
    font: 12px/18px Tahoma, sans-serif;
    padding: 0;
    margin: 0;
    background: #ffffff url('../images/body.png') repeat-x top left;
    width: 100%;
    height: 100%;
}


ul.list {
    padding-bottom: 8px;
}

ul.list li {
    list-style-position: outside;
    margin-left: -25px;
    padding-left: 0;
    margin-bottom: 2px;
}

ul.list li a {
	color: #00757b;
}

b.green {
    color: #00757b;
}

b.error {
    color: #b80432;
}

a img {
    border: 0;
}

a {
	color: #00757b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.language {
    color: #777777;
    padding: 0 5px;
}

a.languageActive {
    color: #b80432;
    padding: 0 5px;
}

img.right {
    float: right; 
    margin-left: 20px; 
    margin-bottom: 15px; 
    background: #ffffff; 
}

img.mainPic {
    margin-bottom: 30px;
}

h1.animationHeadline {
    width: 200px;
    display: table;
    background: #00757b;
    color: #ffffff;
    text-align: center;
    font: 12px/29px Tahoma,sans-serif;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px #ececec solid;
}

h2.office {
    font: 12px/16px Tahoma,sans-serif;
    font-weight: bold;
    margin: 0;
    letter-spacing: 1px;
    margin-bottom: 8px;
}


span.naviSpacer {
    width: 100%;
    height: 30px;
    display: block;
}

span.spacer {
    width: 100%;
    height: 16px;
    display: block;
}

span.spacerMedium {
    width: 100%;
    height: 8px;
    line-height: 8px;
    font-size: 0;
    display: block;
}

span.line {
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: #cccccc;
    margin: 16px 0;
    display: block;
}


/* --- [ HEADLINES ] --- */

span.headlineHome, span.headlineStrengths, span.headlineServices, span.headlineCareers, span.headlineContact,
span.headlineBuildManager, span.headlineJavaArchitect, span.headlineSoftwareDeveloper, span.headlineSystemAdministrator, 
span.headlineAutomatedTesting {
	width: 500px;
	height: 30px;
	display: block;
}

span.headlineHome {
	background: transparent url('../images/headlineHome.gif') no-repeat top left;
}

span.headlineStrengths {
	background: transparent url('../images/headlineStrengths.gif') no-repeat top left;
}

span.headlineServices {
	background: transparent url('../images/headlineServices.gif') no-repeat top left;
}

span.headlineCareers {
	background: transparent url('../images/headlineCareers.gif') no-repeat top left;
}

span.headlineContact {
	background: transparent url('../images/headlineContact.gif') no-repeat top left;
}

span.headlineBuildManager {
	background: transparent url('../images/headlineBuildManager.gif') no-repeat top left;
}

span.headlineJavaArchitect {
	background: transparent url('../images/headlineJavaArchitect.gif') no-repeat top left;
}

span.headlineSoftwareDeveloper {
	background: transparent url('../images/headlineSoftwareDeveloper.gif') no-repeat top left;
}

span.headlineSystemAdministrator {
	background: transparent url('../images/headlineSystemAdministrator.gif') no-repeat top left;
}

span.headlineAutomatedTesting {
	background: transparent url('../images/headlineAutomatedTesting.gif') no-repeat top left;
}




div.container {
    margin: 0 auto;
    width: 980px;
}

div.headerContainer {
    width: 980px;
    height: 136px;
    background: transparent url('../images/headerContainer.png') no-repeat top left;
}

div.header1 {
    width: 980px;
    height: 100px;
}

div.header2 {
    margin: 0 20px;
    width: 940px;
    height: 31px;
}

div.contentContainer {
	width: 980px;
	padding: 40px 0 40px 0;
	background: transparent;
    position: relative;
}

div.content {
	width: 980px;
	background: transparent url('../images/content.png') repeat-y top left;
	display: table;
}

div.leftContainer {
    width: 250px;
	float: left;
}

div.navigation {
	width: 200px;
	margin-left: 30px;
}

div.WI_animation{
    width: 200px;
    height: 150px;
    position: relative;
    cursor: pointer;
}

img.animationFrame, div.animationFrame {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

div.animationFrame {
    background: #ffffff;
    display: block;
    width: 200px;
    height: 150px;
}

div.animationMargin {
    margin-top: 0;
	margin-left: 30px;
}

div.animationBorder {
    width: 200px;
    height: 180px;
    border: 1px #cccccc solid;
}

div.commercialBar {
    margin-left: 30px;
    width: 200px;
    margin-top: 24px;
}

a.servicedeskWindows {
    width: 200px;
    display: block;
    margin-bottom: 16px;
    padding-top: 100px;
    background: transparent url('../images/servicedeskButtonWindows.png') no-repeat top left;
}

a:hover.servicedeskWindows {
    background: transparent url('../images/servicedeskButtonWindowsHover.png') no-repeat top left;
}

a.servicedeskApple {
    width: 200px;
    padding-top: 100px;
    display: block;
    margin-bottom: 16px;
    background: transparent url('../images/servicedeskButtonApple.png') no-repeat top left;
}

a:hover.servicedeskApple {
    background: transparent url('../images/servicedeskButtonAppleHover.png') no-repeat top left;
}


div.infobarContainer {
	width: 730px;
	float: left;
	display: table;
}

div.infobar {
	padding: 0 100px 0 100px;
}

div.infoRow {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
}

div.officeInfoLeft, div.officeInfoRight {
    width: 165px;
    float: left;
}


div.contactForm {
    border: 1px #cccccc solid;
    background: #f5f5f5;
    padding: 9px;
    position: relative;
}

div.contact2bar1 {
    width: 100px;
    float: left;
}

div.contact2bar2 {
    width: 120px;
    float: left;
}

div.contact2barMiddle {
    width: 30px;
    float: left;
    display: block;
}   

div.contact2bar2Wide {
    width: 370px;
    float: left;
}   

div.contactThanks {
    width: 478px;
    border: 1px #00757b solid;
    padding: 9px;
    background: #ffffff;
    text-align: center;
    z-index: 2;
}

div.contactError {
    width: 480px;
    border: 1px #b80432 solid;
    padding: 9px;
    margin-bottom: 18px;
    background: #ffffff;
    text-align: center;
    z-index: 2;
}

div.footerContainer {
	width: 980px;
	height: 30px;
	background: transparent url('../images/footerContainer.png') repeat-y top left;
    border-top: 1px #cccccc dashed;
}

div.footer {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	color: #777777;
}

div.address {
    display: none;
}

form {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

select, input, textarea {
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    margin: 0;
}

select.select {
    width: 100%;
    border: 1px #cccccc solid;
}

input.text {
    width: 100%;
    border: 1px #cccccc solid;
}

textarea.textarea {
    width: 100%;
    border: 1px #cccccc solid;
}

