html {
	overflow-y:scroll;
}
body {
	margin:0px;
	background-color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595959;
	line-height:20px;
}
img {
	border:0px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#6ea3be;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#336699;
}
#main {
	position: absolute;
	width: 100%;
	overflow: visible;
	background-image:url(../images/frontend/bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}
div#mainContainer {
    left:50%;
	width:995px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* Header elements */

div#headerContainer {
	width:895px;
	height:100px;
	padding:0px 50px 0px 50px;
}
div#headerContainer a {
	outline:none;
}
div#logo {
	width:251px;
	height:98px;
	float:left;
}
div#menuContainer {
	width:511px;
	height:65px;
	padding-top:33px;
	float:right;
}
div#menuContentContainer {
	width:595px;
	height:32px;
}
a.menuItem {
	display:block;
	height:32px;
	float:left;
}
a.menuItemAbout {
	width:77px;
	background-image:url(../images/frontend/menuAbout.gif);
	background-repeat:no-repeat;
}
a.menuItemAbout:hover {
	background-position:-77px;
}
a.menuItemAboutFocus, a.menuItemAboutFocus:hover {
	background-position:-154px;
}
a.menuItemServices {
	width:94px;
	background-image:url(../images/frontend/menuServices.gif);
	background-repeat:no-repeat;
}
a.menuItemServices:hover {
	background-position:-94px;
}
a.menuItemServicesFocus, a.menuItemServicesFocus:hover {
	background-position:-188px;
}
a.menuItemShowcase {
	width:109px;
	background-image:url(../images/frontend/menuShowcase.gif);
	background-repeat:no-repeat;
}
a.menuItemShowcase:hover {
	background-position:-109px;
}
a.menuItemShowcaseFocus, a.menuItemShowcaseFocus:hover {
	background-position:-218px;
}
a.menuItemMotion {
	width:84px;
	background-image:url(../images/frontend/menuMotion.gif);
	background-repeat:no-repeat;
}
a.menuItemMotion:hover {
	background-position:-84px;
}
a.menuItemMotionFocus, a.menuItemMotionFocus:hover {
	background-position:-168px;
}
a.menuItemLabs {
	width:67px;
	background-image:url(../images/frontend/menuLabs.gif);
	background-repeat:no-repeat;
}
a.menuItemLabs:hover {
	background-position:-67px;
}
a.menuItemLabsFocus, a.menuItemLabsFocus:hover {
	background-position:-134px;
}
a.menuItemBlog {
	width:69px;
	background-image:url(../images/frontend/menuBlog.gif);
	background-repeat:no-repeat;
}
a.menuItemBlog:hover {
	background-position:-69px;
}
a.menuItemBlogFocus, a.menuItemBlogFocus:hover {
	background-position:-138px;
}
a.menuItemContact {
	width:95px;
	background-image:url(../images/frontend/menuContact.gif);
	background-repeat:no-repeat;
}
a.menuItemContact:hover {
	background-position:-95px;
}
a.menuItemContactFocus, a.menuItemContactFocus:hover {
	background-position:-190px;
}

/* Campaign elements */

div#campaignContainer {
	width:995px;
	height:270px;
}
div.campaignContainerLeft {
	width:50px;
	height:270px;
	float:left;
	background-image:url(../images/frontend/campaignConLeft.gif);
	background-repeat:no-repeat;
}
div.campaignContainerRight {
	width:50px;
	height:270px;
	float:left;
	background-image:url(../images/frontend/campaignConRight.gif);
	background-repeat:no-repeat;
}
div.campaignContent {
	width:895px;
	height:270px;
	float:left;
	background-color:#ffffff;
}

/* Main structure & content elements */

div#contentContainer {
	width:995px;
	height:auto;
}
div#leftCol {
	width:600px;
	height:auto;
	padding:50px 0px 50px 50px;
	float:left;
}
div#leftColFront {
	width:600px;
	height:auto;
	padding:31px 0px 50px 50px;
	float:left;
}
div#rightCol {
	width:245px;
	height:auto;
	padding:50px 50px 50px 0px;
	float:right;
	line-height:18px;
}
div#leadStrut {
	width:600px;
	height:auto;
	float:left;
}
p.contentTitle {
	width:600px;
	height:auto;
	padding:10px 0px 10px 0px;
	margin:0px;
	float:left;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	font-size:20px;
	line-height:26px;
}
p.contentTitleFull {
	width:895px;
}
div#danish, div#english, div#german {
	width:600px;
	height:auto;
	float:left;
}
div#twoColContainer {
	width:600px;
	height:auto;
	float:left;
	padding-top:25px;
	padding-bottom:25px;
}
div#twoColLeft, div#twoColRight {
	width:275px;
	height:auto;
	float:left;
}
div#twoColRight {
	float:right;
}
div#aboutColContainer {
	width:600px;
	height:auto;
	float:left;
	padding-bottom:25px;
}
div#imageColLeft, div#imageColRight {
	width:275px;
	height:205px;
	float:left;
	border:solid 1px #cdcdcd;
	padding:10px;
	margin-top:10px;
}
div#imageColRight {
	float:right;
}
div#aboutColContainer .caption {
	font-family:Georgia, serif;
	font-style:italic;
	font-size:12px;
	text-align:center;
}
div.twoColContent {
	padding-top:25px;
}
div.twoColLink {
	padding-top:5px;
	float:right;
}
div.twoColLink a {
	font-size:18px;
	padding-left:5px;
}
div#linksBoxContainer {
	width:600px;
	height:19px;
	float:left;
}
div#linksBox {
	width:auto;
	float:right;
}
div.linksBoxItem {
	width:auto;
	height:auto;
	float:left;
	font-size:10px;
	padding-left:10px;
}
div.linksBoxItem a {
	color:#595959;
	border:solid 1px #cdcdcd;
	border-bottom:none;
	padding:3px;
}
div.linksBoxItem a:hover {
	background-color:#cdcdcd;
	color:#595959;
}
div.featureContainer {
	width:600px;
	height:auto;
	padding-top:20px;
	float:left;
}

/* Sidebar elements */

div#dynamicStrut {
	float:left;
	height:500px;
}
div.sideBarTitle {
	width:245px;
	height:18px;
	float:left;
	padding-top:25px;
	padding-bottom:25px;
}
div.sideBarTitleTop {
	padding-top:0px;
}
div.sideBarListContainer {
	width:245px;
	height:auto;
	float:left;
}
div.sideBarListContainer a {
	width:225px;
	padding:6px 10px 4px 10px;
	color:#595959;
	font-size:12px;
	border-top:solid 1px #cdcdcd;
	float:left;
}
div.sideBarListContainer a:hover {
	background-color:#cdcdcd;
	color:#595959;
}
div.sideBarListContainer a.sideBarListTop {
	border-top:0px;
}
div.sideBarListBig a {
	font-size:15px;
	padding:10px 10px 8px 10px;
}
a.sideBarListFocus {
	background-color:#ececec;
	text-decoration:none;
}
div.sideBarPhotosContainer {
	width:245px;
	height:auto;
	float:left;
}
div.sideBarPhotosRow {
	width:215px;
	height:115px;
	float:left;
}
div.sideBarPhotoRowBottom {
	height:95px;
}
a.sideBarPhoto {
	width:75px;
	height:75px;
	padding:10px;
	border:solid 1px #cdcdcd;
	float:left;
}
a.sideBarPhotoRight {
	float:right;
}
a.sideBarPhoto:hover {
	border-color:#d9d9d9;
	background-color:#ececec;
}
div.announcement {
	width:245px;
	height:auto;
	float:left;
}
div.announcementFrame {
	width:225px;
	height:auto;
	float:left;
	padding:10px;
	border:solid 1px #cdcdcd;
}
a.announcementContent {
	width:205px;
	height:auto;
	padding:10px;
	float:left;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
a:hover.announcementContent {
	color:#ffffff;

}

a.announcementGreen {
	background-color:#72bc4a;
}
a.announcementPurple {
	background-color:#C67891;
}
a.announcementGrey {
	background-color:#cdcdcd;
}
a.announcementGrey a {
	color:#595959;
}
a.announcementGrey a:hover {
	color:#595959;
}
a.announcementContent h3 {
	font-size:15px;
	margin:0px;
}
div.announcementTweetFrame {
	width:245px;
	height:auto;
}
div.announcementTweetFrame a:link {
	color:#595959;
	text-decoration:none;
}
div.announcementTweetFrame a:visited {
	color:#595959;
	text-decoration:none;
}
div.announcementTweetFrame a:hover {
	color:#595959;
	text-decoration:underline;
}
div.tweetFrameTop {
	width:245px;
	height:10px;
	font-size: 1px;
	float:left;
	background-image:url(../images/frontend/tweetFrameTop.gif);
}
div.tweetContentFrame {
	width:223px;
	height:auto;
	float:left;
	padding:0px 10px 0px 10px;
	border-left:solid 1px #cdcdcd;
	border-right:solid 1px #cdcdcd;
}
div.tweetContent {
	width:205px;
	height:auto;
	padding:10px!important;
	padding:9px;
	float:left;
	background-color:#ececec;
	overflow:hidden;
}
div.tweetFrameBottom {
	width:245px;
	height:51px;
	float:left;
	background-image:url(../images/frontend/tweetFrameBottom.gif);
}
div.showcaseItemsContainer {
	width:600px;
	height:auto;
	float:left;
	padding-top:25px;
}
div.showcaseItemContainer {
	width:183px;
	height:220px;
	float:left;
	padding-right: 22px;
}
div.showcaseItemContainerRight {
	padding-right:0px;
	float:right;
}
div.showcaseItemFrame {
	width:163px;
	height:200px;
	float:left;
	padding:10px;
	border:solid 1px #cdcdcd;
}
div.showcaseItemFrameRight {
	float:right;
}
div.showcaseItemFrame:hover {
	background-color:#ececec;
	cursor:pointer;
}
a.showcaseItem {
	display:block;
	width:163px;
	height:200px;
	float:left;
	padding:10px;
	font-size:12px;
	color:#595959;
	text-decoration:none;
	border:solid 1px #cdcdcd;
}
a:hover.showcaseItem {
	color:#595959;
}
a.showcaseItemRight {
	float:right;
}
a.showcaseItem:hover {
	background-color:#ececec;
}
a.showcaseItem img {
	border:solid 1px #cdcdcd;
}
span.showcaseItemTitle {
	display:block;
	width:163px;
	font-size:18px;
	font-weight:normal;
	padding:5px 0px 5px 0px;
	cursor:pointer;
	cursor:hand;
}

/* Footer elements */

div#footerContainer {
	position: absolute;
	width: 100%;
	overflow: visible;
	height:auto;
	background-image:url(../images/frontend/footerBg.gif);
	background-repeat:repeat-x;
	background-color:#f2f2f2;
	border-top:solid 2px #cdcdcd;
	font-size:12px;
}
div#footerContent {
	width:895px;
	height:auto;
	padding:25px 50px 25px 50px;
	left:50%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div#addressBoxContainer {
	width:600px;
	height:auto;
	float:left;
}
div.addressBox {
	width:200px;
	height:auto;
	float:left;
	line-height:20px;
}
div.addressBox a {
	font-size:12px;
	color:#595959;
}
div.addressBoxRight {
	float:right;
	text-align:right;
}
div.footerBoxTitle {
	width:200px;
	height:35px;
}
div.footerBoxTitleClientLogin, div.footerBoxTitleNewsletter {
	height:40px;
}
div#newsletterContainer {
	width:245px;
	height:auto;
	float:right;
}
div.newsletterBoxContainer {
	width:223px;
	height:auto;
	padding:10px;
	color:#595959;
	background-color:#ffffff;
	border:solid 1px #cdcdcd;
	text-decoration:none;
	font-size:11px;
	float:left;
}
div#socialLinksContainer {
	width:245px;
	height:auto;
	float:right;
	padding:20px 0 10px 0;
	color:#595959;
	font-size:11px;
	line-height:1.4em;
}
div#socialLinksContainer ul {
	margin:0;
	padding:0;
}
div#socialLinksContainer li {
	float:left;
	list-style:none;
	margin:0;
	padding-right:10px;
}
div.visitSite {
	width:auto;
	height:40px;
	float:right;
	padding-top:25px;
}
div.visitSite a {
	font-size:18px;
	float:left;
	padding-top:5px;
}
img.visitSiteIcon {
	float:left;
	padding-right:15px;
}

/* Subpage elements */

div.subContentColContainer {
	width:600px;
	padding-top:25px;
	padding-bottom:25px;
	float:left;
}
div.subContentColContainerBottom {
	border-bottom:0px;
}
img.subPageTitle {
	padding-bottom:15px;
}
div.subContentTitle {
	width:600px;
	padding-bottom:20px!important;
	padding-bottom:10px;
	float:left;
}
div.subContentWideCol p {
	padding:0px;
	margin:0px;
}
div.subContentWideCol h1 {
	font-size:20px;
	font-weight:normal;
	margin:0px;
}
div.subContentWideCol h2 {
	font-size:15px;
}
div.imgPadding {
	padding-top:25px;
	float:left;
}
div.imgPadding img {
	border:solid 1px #cdcdcd;
}
div.subContentFullCol {
	width:895px;
}
div.teamCardContainer {
	width:600px;
	height:auto;
	padding-bottom:25px;
	float:left;
}
div.teamCardContainerBottom {
	padding-bottom:0px;
}
div.teamCardItem {
	width:255px;
	height:50px;
	float:left;
	padding:10px;
	border:solid 1px #cdcdcd;
	font-size:12px;
	line-height:17px;
}
div.teamCardItemRight {
	float:right;
}
div.teamCardItem .icon {
	display:block;
	float:left;
	width:50px;
	height:50px;
}
div.teamCardItem img {
	float:left;
	padding-right:15px;
}
div.teamCardItem h3 {
	font-size:14px;
	margin:0px;
}
div.subSideBarContainer {
	width:245px;
	height:auto;
	float:left;
	font-size:12px;
}
div.subSideBarContainer a {
	font-size:12px;
}
div.subSideBarContainer h3 {
	margin:0px;
}
div.referenceSidebarContainer {
	width:245px;
	height:auto;
	float:left;
	font-size:12px;
}
div.referenceItem {
	width:122px;
	height:60px;
	float:left;
}
div.referenceItemRight {
	float:right;
}
hr.content {
	width:600px;
	height:1px;
	float:left;
	background-color:#cdcdcd;
	border:0px;
}
div.processItemContainer {
	width:245px;
	height:auto;
	float:left;
}
div.processItemContainer img {
	width:66px;
	height:54px;
	float:left;
}
div.processItemContent {
	width:179px;
	float:right;
}
div.processDivider {
	width:245px;
	height:50px;
	float:left;
	background-image:url(../images/frontend/processDivider.gif);
}

/* Frame elements */

div#frameContainer {
	width:auto;
	height:auto;
	padding:0px 62px 25px 62px;
	float:left;
}
div.frameContainerTop {
	width:770px;
	height:20px;
	float:left;
	background-image:url(../images/frontend/frameTopBg.gif);
}
div.frameTop {
	width:20px;
	height:20px;
	float:left;
	background-image:url(../images/frontend/frameTopLeft.gif);
}
div.frameTopRight {
	float:right;
	background-image:url(../images/frontend/frameTopRight.gif);
}
div.frameMain {
	width:770px;
	height:390px;
	float:left;
}
div.frameMainLeft {
	width:20px;
	height:390px;
	background-image:url(../images/frontend/frameLeftBg.gif);
	background-repeat:repeat-y;
	float:left;
}
div#flashcontent {
	width:730px;
	height:390px;
	float:left;
}
div.frameMainRight {
	width:20px;
	height:390px;
	background-image:url(../images/frontend/frameRightBg.gif);
	background-repeat:repeat-y;
	float:right;
}
div.frameContainerBottom {
	width:770px;
	height:20px;
	float:left;
	background-image:url(../images/frontend/frameBottomBg.gif);
}
div.frameBottom {
	width:20px;
	height:20px;
	float:left;
	background-image:url(../images/frontend/frameBottomLeft.gif);
}
div.frameBottomRight {
	float:right;
	background-image:url(../images/frontend/frameBottomRight.gif);
}

/* Motion elements */

div#frameContainerMotion {
	width:auto;
	height:auto;
	padding:20px 30px 0px 30px;
	float:left;
}
div.frameContainerTop_motion, div.frameContainerBottom_motion, div.frameMain_motion {
	width:540px;
}
div.frameMain_motion, div.frameMainRight_motion, div.frameMainLeft_motion {
	height:281px;
}
div#flashcontent_motion {
	width:580px;
	height:326px;
	float:left;
}

/* Screencast frame */

div.screencastContainer {
	width:580px;
	height:326px;
	float:left;
	padding:10px;
	border:solid 1px #cdcdcd;
}

div#flashcontent_screencast {
	width:580px;
	height:326px;
	float:left;
}

/* Blog elements */

div.post {
	width:600px;
	height:auto;
	float:left;
	padding:0px 0px 15px 0px;
}
div.postHead {
	width:600px;
	height:auto;
	float:left;
	padding:15px 0px 15px 0px;
	border-top:dashed 1px #cdcdcd;
	border-bottom:dashed 1px #cdcdcd;
}
div.storytitle {
	width:auto;
	height:auto;
	float:left;
	font-size:20px;
}
div.storytitle a {
	font-size:20px;
}
div.dateTitle {
	width:auto;
	height:auto;
	padding-top:3px;
	text-align:left;
	font-size:11px;
}
div.dateTitle a {
	font-size:10px;
}
div.storycontent {
	width:580px;
	height:auto;
	float:left;
	padding:10px;
}
div.feedback {
	width:600px;
	height:auto;
	float:left;
	border-top:solid 1px #cdcdcd;
	padding:10px 0px 25px 0px;
	font-size:12px;
}
div.feedback a {
	font-size:12px;
}
div.feedbackLeft {
	width:auto;
	height:auto;
	float:left;
}
div.feedbackRight {
	width:auto;
	height:auto;
	text-align:right;
	float:right;
}
div.postCommentRow {
	float:left;
	width:500px;
}
div.postCommentLabel {
	float:left;
	width:100px;
	padding-bottom:5px;
}
div.postCommentField {
	float:left;
	width:400px;
	padding-bottom:10px;
}
div.blogCampaignContainerLeft {
	background-image:url(../images/frontend/blogCampaignConLeft.gif);
	background-repeat:no-repeat;
}
div.blogCampaignContainerRight {
	background-image:url(../images/frontend/blogCampaignConRight.gif);
	background-repeat:no-repeat;
}
#mainBlog {
	position: absolute;
	width: 100%;
	overflow: visible;
	background-image:url(../images/frontend/blogBg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}
a.subscribe {
	display:block;
	width:128px;
	height:18px;
	float:left;
	background-image:url(../images/frontend/subscribe.gif);
	background-repeat:no-repeat;
}
a.subscribe:hover {
	background-position:-128px;
}
ol.commentContent {
	margin:0px;
	padding:0px;
	float:left;
}
li.commentContent {
	width:580px;
	height:auto;
	float:left;
	list-style:none;
	border:dashed 1px #cdcdcd;
	padding:10px;
	margin-bottom:15px;
}
h2#comments {
	font-size:15px;
}
p.wp-caption-text {
	background-color:#eee;
	padding:5px;
	font-size:11px;
	line-height:1.2em;
}

/* Labs elements */
div.labsCampaignContainerLeft {
	background-image:url(../images/frontend/labsCampaignConLeft.gif);
	background-repeat:no-repeat;
}
div.labsCampaignContainerRight {
	background-image:url(../images/frontend/labsCampaignConRight.gif);
	background-repeat:no-repeat;
}
#mainLabs {
	position: absolute;
	width: 100%;
	overflow: visible;
	background-image:url(../images/frontend/labsBg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}









/* TABS_SERVICES */
div#leftCol .tabbed_navigation {
	margin:0;
	list-style: none;
	padding: 0;
}
div#leftCol .tabbed_navigation li {
	float: left;
	margin: 0 5px 0 0;
}
div#leftCol .tabbed_navigation li a {
	padding: 10px 12px;
	display: block;
	text-decoration: none;
	outline-style:none;
}
div#leftCol .tabbed_navigation .active a {
	background: #eee;
}
div#leftCol .tabbed_content {
	list-style: none;
	margin: 0 0 35px 0;
	padding: 0px 12px;
	height: 300px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #CDCDCD;
}
div#leftCol .tabbed_content li {
	padding: 0;
}
div#leftCol .tabbed_content li img {
	float: left;
	margin-right: 15px;
	width: 97px;
}
div#leftCol .tabbed_content li h3 {
	font-weight:normal;
	font-style:italic;
	color:#999;
	padding: 10px 0 0 0;
}
div#leftCol .tabbed_content li p {
	padding-top: 10px;
}
div.clear {
	font-size: 1px;
	clear: both;
}

div#leftCol .feature {
	width: 40%;
	float: left;
	margin: 0 10% 20px 0;
}
div#left .second {
	margin-right: 0;
}

div#leftCol .feature ul {
	margin: 0 0 0 15px;
	padding: 0;
}
div#leftCol .feature h3 {
	margin: 0 0 15px 0;
}

.call_me {
	width: 225px;
	padding: 10px;
	border: 1px solid #CDCDCD;
}
.call_me h3 {
	margin:0;
}
.call_me label {
	font-size:11px;
}
.call_me .description {
	font-size:12px;
}
.call_me input.text_field {
	width: 217px;
	border:none;
	border-top:1px solid #aaa;
	border-right:1px solid #ddd;
	border-left:1px solid #aaa;
	border-bottom: 1px solid #ddd;
	padding: 3px;
}
.call_me textarea.text_area {
	padding: 3px 4px;
	height: 75px;
	width: 215px;
	border-top:1px solid #aaa;
	border-right:1px solid #ddd;
	border-left:1px solid #aaa;
	border-bottom: 1px solid #ddd;
}
.call_me input.submit_button {
	font-size:13px;
	border: 1px solid #fff;
	margin-left: -1px;
	padding: 5px;
	color: #fff;
	background-color: #81afc7;
	float:right;
}
.call_me .flash_warning p, .call_me .flash_notice p {
	font-size:12px;
	color: #fff;
	margin: 0px;
	padding: 5px 5px;
}
.call_me .flash_warning {
	background-color: red;
}
.call_me .flash_notice {
	background-color: green;
}