

/****************************************************************************
	Global: general tag formatting
*****************************************************************************/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	background: #fff url(pics/bg_page.png) 0 0 repeat-x;
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 30px;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #2e2e2e;
	background-color: inherit;
	font-weight: normal;
}

.slideshow_left h1, .slideshow_left h2, .slideshow_left h3, .slideshow_left h4 {
	color: #fff;
	background-color: inherit;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.0em;
}

h2.small {
	font-size: 1.8em;
}

div, object {
	outline: 0;
}


a,
a:link,
a:active,
a:visited {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: underline;
	outline: 0;
}

.textcontent p, .textcontent ul {
	font-size: 1.4em;
}

.textcontent p a, .textcontent p a:link, .textcontent p a:active, .textcontent p a:visited, .textcontent p a:hover  {
	color: #2e2e2e;
	text-decoration: underline;
}
.textcontent p a.not_underlined, .textcontent p a.not_underlined:link, .textcontent p a.not_underlined:active, .textcontent p a.not_underlined:visited {
	color: #2e2e2e;
	text-decoration: none;
}
.textcontent p a.not_underlined:hover  {
	text-decoration: underline;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}

form, fieldset, img, table, p {
	margin: 0;
	padding: 0;
	border: 0;
}

.hidden {
	display: none;
}

.padding17 {
   margin-bottom: 30px;
   float: left;
}

img {
    border: 0;
}



/****************************************************************************
	Page frame: topnavigation
*****************************************************************************/

.topnavigation_frame_container {
	width: 935px;
	height: 75px;
	margin: 0 auto 0 auto;
	padding: 0 25px 0 0px;
}

.topnavigation_frame {
	width: 935px;
	height: 75px;
}

.topnavigation_frame p {
	float: right;
	margin: 10px 0 0 0;
}

.topnavigation_frame ul {
	float: left;
	margin: 28px 0 0 0px;
}

.topnavigation_frame ul li {
	float: left;
	margin-right: 30px;
	padding: 0 5px 0 5px;
	height: 32px;
	overflow: hidden;
}

.topnavigation_frame ul li.hi {
	background: url(pics/border_topnav_left.gif) 0 0 no-repeat;
}

.topnavigation_frame ul li a,
.topnavigation_frame ul li a:link,
.topnavigation_frame ul li a:active,
.topnavigation_frame ul li a:visited {
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	color: #2e2e2e;
	background-color: inherit;
	font-size: 1.3em;
	font-weight: bold;
	padding: 7px 0 0 0;
	height: 32px;
}
.topnavigation_frame ul li a:hover {
	text-decoration: underline;
}

.topnavigation_frame ul li.hi a,
.topnavigation_frame ul li.hi a:link,
.topnavigation_frame ul li.hi a:active,
.topnavigation_frame ul li.hi a:visited,
.topnavigation_frame ul li.hi a:hover {
	float: left;
	padding: 7px 10px 0 5px;
	color: #fff;
	text-decoration: none;
	background: #414141 url(pics/border_topnav_right.gif) right 0 no-repeat;
}

/****************************************************************************
	Page frame: content
*****************************************************************************/

.content_frame_container {
	width: 980px;
	margin: 0 auto 0 auto;
}

.content_frame {
	clear: both;
}


/****************************************************************************
	Page frame: footer
*****************************************************************************/

.footer_frame_container {
	width: 963px;
	padding: 0 20px 0 17px;
	margin: 10px auto 20px auto;
	color: #000;
	background-color: inherit;
	overflow: hidden;
}

.footer_frame {
	width: 960px;
	font-size: 0.9em;
    text-align: center;
}

#footer_navigation_left {
	float: left;
	width: 600px;
	padding: 7px 0 0 20px;
}

#footer_navigation_right {
	float: left;
	width: 323px;
	text-align: right;
	padding: 7px 17px 0 0;
}

.footer_frame a,
.footer_frame a:link,
.footer_frame a:visited,
.footer_frame a:active,
.footer_frame a:hover {
	color: #000;
	padding: 0 5px 0 5px;
}

.footer_frame a.last {
	color: #000;
	padding-right: 0;
}

/****************************************************************************
	Page frame: media footer
*****************************************************************************/

.footer_media_frame_container {
	width: 960px;
	height: 30px;
	padding: 0 20px 0 20px;
	margin: 10px auto 0 auto;
	color: #000;
	background-color: inherit;
	overflow: hidden;
}

.footer_media_frame {
	width: 960px;
	height: 30px;
	background: url(pics/bg_mediafooter.gif) 0 0 no-repeat;
}

.footer_media_navigation_left {
	float: left;
	width: 600px;
	padding: 7px 0 10px 20px;
	font-size: 1.0em;
	font-weight: bold;
}

.footer_media_navigation_left span {
	float: left;
}

.footer_media_navigation_right {
	float: left;
	width: 320px;
	text-align: right;
	padding: 7px 20px 0 0;
	font-size: 0.9em;
	font-weight: normal;
}
.footer_media_navigation_left a {
	color: #262626;
    float: left;
    margin-right: 20px;
}

.footer_media_navigation_left a.twitter {
	padding-bottom: 10px;
	background: url(pics/icons/icon_footer_twitter.png) 0 0 no-repeat;
    color: #262626;
    padding-left: 20px;
}
.footer_media_navigation_left a.youtube {
	padding-bottom: 10px;
	background: url(pics/icons/icon_footer_youtube.png) 0 0 no-repeat;
    color: #262626;
    padding-left: 20px;
}
.footer_media_navigation_left a.blog {
	margin-left: 20px;
	padding-bottom: 10px;
	background: url(pics/icons/icon_footer_blog.png) 0 0 no-repeat;
    color: #262626;
    padding-left: 20px;
}
.footer_media_navigation_left a.slideshare {
	padding-bottom: 10px;
	background: url(pics/icons/icon_footer_slideshare.png) 0 0 no-repeat;
    color: #262626;
    padding-left: 20px;
}
.footer_media_navigation_left a.facebook {
	padding-bottom: 10px;
	background: url(pics/icons/icon_footer_facebook.png) 0 0 no-repeat;
    color: #262626;
    padding-left: 20px;
}


/****************************************************************************
	Global: language selector
*****************************************************************************/

.footer_media_navigation_right span {
	display: block;
	text-align: right;
	float: right;
	padding: 0 0 0 17px;
	background: url(pics/icons/icon_switch_black.gif) 0 1px no-repeat;
}
.footer_media_navigation_right span a,
.footer_media_navigation_right span a:link,
.footer_media_navigation_right span a:active
.footer_media_navigation_right span a:visited {
	color: #000;
	background-color: inherit;
	padding: 0 0 0 20px;
	text-decoration: underline;
}
.footer_media_navigation_right div a:hover {
	color: #000;
	background-color: inherit;
}

.footer_media_navigation_right span a.de {
	background: url(pics/icons/flag_de.png) 0 1px no-repeat;
    color: #000;
}

.footer_media_navigation_right span a.en {
	background: url(pics/icons/flag_en.png) 0 1px no-repeat;
}

/****************************************************************************
	Page frame: content box top
*****************************************************************************/

.contact h1 {
	margin-bottom: 45px;
}

.content_pagehead_container {
	width: 960px;
	padding: 5px 0 0 0;
	margin: 0 auto 0 auto;
	background: url(pics/border_contentbox.gif) 0 0 no-repeat;
}

.services .pagehead_content {
	height: 250px;
}

.content_pagehead_frame {
	position: relative;
	width: 900px;
	padding: 20px 30px 30px 30px;
	background: url(pics/bg_contentbox.jpg) 0 0 repeat-x;
}

.content_pagehead_frame h1 {
	color: #fff;
	background-color: inherit;
}

/****************************************************************************
	Page: textcontent chapter
*****************************************************************************/

.textcontent_container {
	width: 902px;
	margin: 0 auto 0 auto;
	padding: 0px 30px 0px 30px;
}

#textslider_container_1 {
	/* height: 293px - set via pngfix.js in page to make it accessible without js */
	position: relative;
	overflow: hidden;
}

#textslider_1 {
	/* position: absolute - set via pngfix.js in page to make it accessible without js */
}

.textchapter_frame {
	position: relative;
	width: 920px;
	padding-bottom: 50px;
}

.bgchapter {
	padding-top: 50px;
	background: url(pics/bg_textchapter.png) 0 0 no-repeat;
}
.bgchapter_upper {
	padding-top: 35px;
	background: url(pics/bg_textchapter_upper.png) 0 0 no-repeat;
}
.textchapter_frame h2 {
	font-size: 2.0em;
}

.textchapter_frame .left {
	float: left;
	width: 580px;
}

.textchapter_frame .right {
	float: left;
	width: 320px;
}

.textchapter_frame .textcontent p {
	padding-top: 20px;
}

.media {
	padding: 0 0 0 20px;
	float: right;
}
.jobbox {
	padding: 20px;
	float: right;
	width: 262px;
    background: url(pics/notice_bg.gif) 0 0 no-repeat #f4f2d1;
}
.jobbox .textcontent p {
	padding: 0px;
}
.jobbox .textcontent ul {
	margin: 10px 0px 10px 10px;
}
.jobbox .textcontent li {
	background: url(pics/checked.gif) 0% 50% no-repeat;
	padding-left:  20px;
}
.semirows .media {
	padding: 0;
	float: left;
}

.semirows .fixedheight {
	height: 225px; 
	overflow: hidden;
}

.textchapter_frame .textcontent a, .teaser_frame a,
.textchapter_frame .textcontent a:link, .teaser_frame a:link,
.textchapter_frame .textcontent a:active, .teaser_frame a:active,
.textchapter_frame .textcontent a:visited, .teaser_frame a:visited {
	color: #2e2e2e;
	background-color: inherit;
}
.textchapter_frame .textcontent a:hover, .teaser_frame a:hover  {
	color: #2e2e2e;
	background-color: inherit;
}

/****************************************************************************
	Page: "contact.htm"
*****************************************************************************/


a.joboffering,
a.joboffering:link,
a.joboffering:active,
a.joboffering:hover,
a.joboffering:visited {
	text-decoration: underline;
    /*background: url(pics/icons/icon_jobofferings.png) 0 0 no-repeat;*/
    /*padding: 20px 20px 0 0px;*/
    position: absolute;
	z-index: 2;
	top: 20px;
	right: 35px;
	height: 28px;
	font-size: 1.4em;
	float: right;
    background: url(pics/icons/icon_member.png) no-repeat;
    padding: 5px 0px 5px 42px; 
}

.contactbox_frame {
	width: 900px;
	overflow: hidden;
}

.contactbox_left {
	float: left;
	width: 420px;
	margin-right: 20px;
	overflow: hidden;
}

.contactbox_right {
	float: left;
	width: 460px;
	overflow: hidden;
}

.contactbox_frame .textcontent a:link {
	color: #2e2e2e;
	background-color: inherit;
	text-decoration: none;
}
.contactbox_frame .textcontent a:hover {
	text-decoration: underline;
}

.contactbox_address {
	clear: both;
	padding-bottom: 45px;
}

.contactbox_address .left .textcontent p.first {
	padding-bottom: 25px;
	font-weight: bold;
}

.contactbox_address .right .textcontent p.first {
	padding-bottom: 40px;
}

.contactbox_address .left {
	float: left;
	width: 210px;
}

.contactbox_address .right {
	float: left;
	width: 210px;
}

.contactbox_form {
	clear: both;
}

.contactbox_form p {
	padding-bottom: 10px;
}

.contactbox_form input, .contactbox_form textarea {
	width: 400px;
	border: 1px solid #bebebe;
	font-size: 16px;
	color: #5a5a5a;
	background-color: #fff;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

input.error, textarea.error {
	border: 1px solid #ff0000;
	background-color: #FFE0E0;
}

textarea#f_message {
 	height: 110px;	
}

p.formbutton {
	width: 420px;
	height: 37px;
	overflow: hidden;
	background: url(pics/bg_form_submit.png) 0 0 no-repeat;
}
p.formbutton a {
	display: block;
	width: 420px;
	height: 29px;
	text-align: center;
	padding-top: 8px;
	font-size: 1.4em;
}
p.formbutton a:hover {
	text-decoration: none;
	background: url(pics/bg_form_submit_hover2.png) 0 0 no-repeat;
}

.formbutton_jobs {
	width: 80px;
	float: left;
	margin: 10px 10px 0px 0px;
	height: 25px;
	overflow: hidden;
	background: url(pics/bg_form_submit_online.png) 0 0 no-repeat;
}
.formbutton_jobs a.white, .formbutton_jobs a.white:link, .formbutton_jobs a.white:active, .formbutton_jobs a.white:visited {
	display: block;
	width: 80px;
	height: 21px;
	text-align: center;
	padding-top: 4px;
	font-size: 1.0em;
	color: #fff;
}
.formbutton_jobs a:hover {
	text-decoration: none;
    color: #fff;
	background: url(pics/bg_form_submit_hover_online.png) 0 0 no-repeat;
}

.formbutton_index {
	width: 310x;
	float: left;
	margin: 10px 10px 0px 0px;
	height: 25px;
	overflow: hidden;
	background: url(pics/bg_form_submit_index_2.png) 0 0 no-repeat;
}
.formbutton_index a.white, .formbutton_index a.white:link, .formbutton_index a.white:active, .formbutton_index a.white:visited {
	display: block;
	width: 300px;
	height: 21px;
	text-align: center;
	padding-top: 4px;
	font-size: 1.0em;
	color: #fff;
}
.formbutton_index a:hover {
	text-decoration: none;
    color: #fff;
	background: url(pics/bg_form_submit_hover_index_2.png) 0 0 no-repeat;
}

.formbutton_jobs_text {
	float: left;
	font-size: 1.2em;
	padding-top: 13px;
}

.contact .gmap_frame {
	width: 450px;
	height: 296px;
	padding: 0;
	margin: 0;
	border: 5px solid #fff;
}

.contact #map {
	padding: 0;
	margin: 0;
	width: 450px;
	height: 296px;
}

.contact .people_container {
	padding: 20px 0 0 0;
	margin: 0;
	background: none;
	border: 5px solid #fff;
}

.contact .people_frame {
	width: 460px;
}

.contact .people_item {
	width: 152px;
}

.contact .people_item_image {
	width: 47px;
}

/****************************************************************************
	Page: "services.htm"
*****************************************************************************/

.page_services h1 {
	margin-bottom: 25px;
}
.content_pagehead_iconframe {
	width: 900px;
}
.content_pagehead_icon {
	float: left;
	height: 53px;
	font-size: 1.4em;
}
.content_pagehead_icon a,
.content_pagehead_icon a:link,
.content_pagehead_icon a:active,
.content_pagehead_icon a:visited {
	display: block;
	padding: 6px 0 0 0px;
	color: #2e2e2e;
	background-color: inherit;
	text-decoration: none;	
}
.content_pagehead_icon a:hover {
	text-decoration: underline;
}
.page_services .icon_first {
	width: 231px;
	padding: 0px 20px 0px 60px;
}
.page_services .icon_second {
	width: 231px;
	padding: 0px 20px 0px 60px; 
}
.page_services .icon_third {
	width: 198px;
	padding: 0px 20px 0px 60px;
}
.icon_services_one {
    background: url(pics/icons/competence_icon_04.png) 0 0 no-repeat;
}
.icon_services_two {
	background: url(pics/icons/competence_icon_05.png) 0 0 no-repeat;
}
.icon_services_three {
	background: url(pics/icons/competence_icon_06.png) 0 0 no-repeat;
}
.icon_services_four {
	background: url(pics/icons/competence_icon_01.png) 0 0 no-repeat;
}
.icon_services_five {
	background: url(pics/icons/competence_icon_02.png) 0 0 no-repeat;
}
.icon_services_six {
	background: url(pics/icons/competence_icon_03.png) 0 0 no-repeat;
}


/****************************************************************************
	Page: "work.htm"
*****************************************************************************/

.page_slider {
	position: relative;
	width: 940px;
	padding: 10px 0 30px 20px;
	background: url(pics/bg_contentbox.jpg) 0 0 repeat-x;
}

.page_slider h1 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.page_slider .left {
	float: left;
	width: 580px;
	padding-left: 10px;
}

.page_slider .right {
	float: left;
	width: 340px;
}
.teaser_frame .left {
	padding-left: 0px;
}
.teaser_frame {
	clear: both;
	width: 560px;
	overflow: hidden;
	padding: 20px 20px 0 0;
}

.teaser_frame h3 {
	font-size: 2.0em;
}

.teaser_frame .left {
	float: left;
	width: 170px;
}

.teaser_frame .right {
	float: left;
	width: 380px;
}

.semirows .left {
	width: 430px;
	padding-right: 20px;
}

.semirows .right {
	width: 450px;
}

.clientlist {
	width: 920px;
	margin-top: 15px;
}

.clientlist ul.left {
	float: left;
	width: 450px;
	padding-right: 10px;
}
.clientlist ul.right {
	float: left;
	width: 450px;
	padding-left: 10px;
}

.clientlist ul li {
	margin-top: 5px;
}

p.toplink a.top,
p.toplink a.top:link,
p.toplink a.top:active,
p.toplink a.top:visited,
p.toplink a.top:hover {
	color: #005182;
	background-color: inherit;
	position: absolute;
	font-size: 1.6em;
	top: 0px;
	right: -10px;
}

/****************************************************************************
	Page: people boxes
*****************************************************************************/

.people_container_page {
	width: 465px;
	height: 93px;
	padding: 10px 0 0 5px;
	margin-top: 15px;
	overflow: hidden;
}
.people_frame_page {
	width: 465px;
	height: 70px;
	color: #606060;
	overflow: hidden;
}
.people_item_page {
	float: left;
	width: 155px;
	height: 70px;
}
.people_item_image_page {
	float: left;
	width: 50px;
	padding-right: 10px;
	overflow: hidden;
}
.people_item_contact_page {
	float: left;
	width: 80px;
}
.people_item_link_frame_page {
	width: 80px;
	margin: 0px 10px 0 0;
}

/****************************************************************************
	Page: "company.htm"
*****************************************************************************/

a.jobmember,
a.jobmember:link,
a.jobmember:visited,
a.jobmember:active,
a.jobmember:hover {
    background: url(pics/icons/icon_member.png) no-repeat;
    padding: 5px 0px 5px 42px; 
}

/****************************************************************************
	Page: "solutions.htm"
*****************************************************************************/

a.sol_item,
a.sol_item:link,
a.sol_item:visited,
a.sol_item:active,
a.sol_item:hover {
    background: url(pics/icons/icon_solutions.png) no-repeat;
    padding: 10px 0px 0px 42px; 
}

/****************************************************************************
	Global: helper classes
*****************************************************************************/

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";  
    visibility: hidden;
    display: block;  
    height: 0;  
    clear: both;
}

/****************************************************************************
	Global: manuel SlideShow 
*****************************************************************************/

.slideshow_work_description_frame div {
    padding-top: 20px;
    height: 182px;
    overflow: hidden;
    margin-bottom: 8px;
}

.slideshow_work_nav {
    width: 61px;
    height: 30px;
    float: left;
    background: url(pics/slideshow_nav.png) no-repeat;
}

.slideshow_work_prev {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
}

.slideshow_work_next{
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
}

.twitter_feed_content {
    background: #dcedf7;
    width: 298px;
    padding-top: 5px;
    margin-left: 21px;
}

.twitter_feed_hash {
    width: 288px;
    height: 36px;
    margin: 0px 5px 0px 5px;
    background: url(pics/twitter_hash_icon.gif) no-repeat 258px 0px;
}

.twitter_feed_hash_indent {
    padding: 5px;
    width: 243px;
    height: 26px;
    background: url(pics/twitter_hash.gif) no-repeat;
    font-size: 16px;
}

.twitter_feed_items {
    padding: 5px;
}

p.twitter_feed {
    border-top: 1px solid #c0d3de;
    padding: 5px;
    width: 276px;
}

p.twitter_feed_first {
    border-top: 0;
}

p.twitter_feed span {
     float: left;
}

p.twitter_feed span a {
    color: #000;
    text-decoration: underline;
}

/****************************************************************************
	Index: Banner
*****************************************************************************/

.banner_bloom {
    width: 322px;
    height: 85px;
    background: url(pics/banner_bloom.png) no-repeat;
    position: absolute;
    margin-top: -307px;
    margin-left: 28px;
    z-index: 10000;
}





/****************************************************************************
	Index: slideshow large content
*****************************************************************************/

#content_slideshow_container {
	position: relative;
	width: 980px;
	height: 329px;
	margin: 0 auto 0 auto;
}

#content_slideshow_frame {
	position: relative;
	width: 960px;
	height: 329px;
	overflow: hidden;
	background: url(pics/bg_slideshow.jpg) 0 0 no-repeat;
	margin: 0 10px 0 10px;
}

#slideshow_container_1 {
	position: relative;
	width: 920px;
	height: 293px;
	overflow: hidden;
	margin: 17px 20px 20px 20px;
}

#slideshow_statusbar {
	position: absolute;
	top: 307px;
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-left: 8px;
}

#slideshow_statusbar img {
	margin-right: 8px;
    cursor: pointer;
}

#slidehow_button_next {
	position: absolute;
	z-index: 2;
	right: 0;
    left: 891px;
	top: 135px;
	width: 93px;
	height: 98px;
	background: url(pics/bg_slideshow_button_next.gif) 0 0 no-repeat;
}

#slidehow_button_next a {
	display: block;
    outline: 0;
	z-index: 2;
	right: 0px;
	top: 135px;
	width: 93px;
	height: 98px;
	background: url(pics/bg_slideshow_button_next.gif) 0 0 no-repeat;
}

#slidehow_button_next a:hover {
	display: block;
	z-index: 2;
	right: 0;
	top: 135px;
	width: 93px;
	height: 98px;
	background: url(pics/bg_slideshow_button_next_over.gif) 0 0 no-repeat;
}

#slidehow_button_next .buttontext {
	display: none;
}

#content_slideshow_container a {
	color: #fff;
}


#slidehow_button_next a {
	color: #fff;
}

#slideshow_1 {
	position:absolute;
}

#slideshow_1 div.slideshow_frame {
	float: left;
	width: 920px;
	height: 289px;
}

.slideshow_frame {
	color: #fff;
	background-color: inherit;
}

.slideshow_left {
	float: left;
	width: 520px;
	padding-top: 12px;
}

.slideshow_right {
	float: left;
	width: 400px;
}

.slideshow_left h2 {
	font-size: 35px;
}

.slideshow_left p {
	font-size: 18px;
	margin-top: 20px;
}

#content_slideshow_container .gmap .slideshow_left {
	width: 408px;
}

#content_slideshow_container .gmap .slideshow_right {
	width: 512px;
}

#content_slideshow_container .gmap_frame {
	width: 448px;
	height: 290px;
	padding: 15px 20px 15px 20px;
	/*background: url(pics/bg_slideshow_gmap.png) 0 0 no-repeat;*/
}

#content_slideshow_container #map {
	width: 408px; 
	height: 260px;
}

.gmap_frame_print{
    display: none;
}

/****************************************************************************
	Index: slideshow screenshots
*****************************************************************************/

.slideshow_container_graphical {
	width: 340px;
	height: 292px;
	overflow: hidden;
	background: url(pics/bg_slideshow_screenshots.png) 0 0 no-repeat;
	
}

.con_flash {
	/* display: none; */
}

.con_flash_hi {
	display: block;
}

.slideshow_flash_container {
	position: relative;
	width: 300px;
	height: 225px;
	margin: 15px 20px 0 20px;
	overflow: hidden;
}

.index .slideshow_gallery_container {
	position: relative;
	width: 300px;
	height: 275px;
	margin: 15px 20px 0 20px;
	overflow: hidden;
}


.work .slideshow_gallery_container {
	position: relative;
	width: 300px;
	height: 275px;
	margin: 0;
	margin: 15px 20px 0 20px;
	overflow: hidden;
}

.company .slideshow_gallery_container {
	position: relative;
	width: 300px;
	height: 275px;
	margin: 0;
	margin: 15px 20px 0 20px;
	overflow: hidden;
}

.slideshow {
	position: absolute;
}

.slideshow div {
	float: left;
	width: 300px;
	overflow: hidden;
	height: 275px;
}

.slideshow_text {
	padding-top: 5px;
	color: #2e2e2e;
	text-transform: uppercase;
}

.index .slideshow_text {
	padding-top: 5px;
	color: #fff;
	text-transform: uppercase;
}

.slideshow_text_normal {
	padding-top: 5px;
	color: #2e2e2e;
}




/****************************************************************************
	Index: box social feed container
*****************************************************************************/

.socialfeed_container {
	width: 960px;
	margin: 0 auto 0 auto;
	margin-top: 10px;
}

.socialfeed_container_top {
	overflow: hidden;
	height: 5px;
	background: url(pics/border_contentbox_index_blue_top.gif) 0 0 no-repeat;
}

.socialfeed_container_content {
	width: 900px;
	background-color: #E7F6FF;
    padding: 25px 30px 20px 30px;
}
.socialfeed_container_bottom {
	overflow: hidden;
	height: 5px;
	background: url(pics/border_contentbox_index_blue_bottom.gif) 0 0 no-repeat;
}

.socialfeed_container_content_left {
	float: left;
	width: 428px;
}

.socialfeed_container_content_right {
	float: left;
	width: 472px;    
}

.socialfeed_container_content_left h2 {
	padding-bottom: 12px;
	font-weight: normal;
}
#socialfeed_frame {
	color: #2e2e2e;
	background-color: inherit;
	overflow: hidden;
    width: 428px;
    float: left;    
}
#blogfeed_frame {
	color: #2e2e2e;
	background-color: inherit;
	overflow: hidden;
    padding-top: 12px;
    width: 190px;
    float: left;
}
p.feed {
	width: 428px;
	margin: 0 20px 0 0;
	padding: 6px 0 8px 0;
	overflow: hidden;
}
#blogfeed_frame p.feed {
	width: 190px;
	margin: 0 20px 0 0;
	padding: 6px 0 8px 0;
	overflow: hidden;
}
p.feed a,
p.feed a:link,
p.feed a:active,
p.feed a:visited {
	color: #2e2e2e;
	background-color: inherit;
	text-decoration: none;
}
p.feed a:hover {
	text-decoration: underline;
}

#socialfeed_frame .slideshare {
	background: url(pics/icons/icon_slideshare.png) 0 0 no-repeat;
}

#socialfeed_frame .wordpress {
	background: url(pics/icons/icon_wordpress.png) 0 0 no-repeat;
}

#socialfeed_frame .twitter {
	background: url(pics/icons/icon_twitter.png) 0 0 no-repeat;
}

#socialfeed_frame .youtube {
	background: url(pics/icons/icon_youtube.png) 0 0 no-repeat;
}

p.feed .feed_image {
	display: block;
	float: left;
	width: 43px;
	height: 35px;
}

p.feed .feed_text{
	display: block;
	float: left;
	width: 362px;
}
#socialfeed_frame p.socialfeed_link {
	display: none;
	padding-top: 12px;
	margin: 0 20px 0 0;
}
#blogfeed_frame p.socialfeed_link {
	display: none;
	padding-top: 12px;
	margin: 0 20px 0 0;
	width: 203px;
}

p.socialfeed_link a,
p.socialfeed_link a:link,
p.socialfeed_link a:active,
p.socialfeed_link a:visited {
	color: #005182;
	background-color: inherit;
	font-size: 1.2em;
}
p.socialfeed_link a:hover {
	text-decoration: underline;
}

.formbutton_dyn_l {
    width: 3px;
    height: 25px;
    background: url(pics/bg_form_submit_dyn_01.png) no-repeat;
    float: left;
}

.formbutton_dyn_l {
    width: 3px;
    height: 25px;
    background: url(pics/bg_form_submit_dyn_03.png) no-repeat;
    float: left;
}

/****************************************************************************
	Index: teaser boxes
*****************************************************************************/

.boxteaser_frame_container {
	width: 900px;
	padding: 30px 30px 30px 30px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	height: 50px;
	background: url(pics/bg_index_border.gif) 0 0 no-repeat;
}

.boxteaser_frame {
	width: 905px;
	height: 53px;
	overflow: hidden;
}
.box_teaser_index {
	float: left;
	height: 70px;
	overflow: hidden;
	margin: 0 0px 0 0;
	background: url(pics/icons/icon_index_socialmedia.gif) 0 0 no-repeat;
}
.headlinebox {
	float: left;
	width: 95px;
	height: 70px;
	overflow: hidden;
	margin: 0 38px 0 0;
	font-size: 1.8em;
	text-align: right;
    position: relative;
}
.contentserver {
	background: url(pics/icons/competence_icon_01.png) 0 0 no-repeat;
}

.artesia {
	background: url(pics/icons/competence_icon_02.png) 0 0 no-repeat;
}

.socialmedia {
	background: url(pics/icons/competence_icon_03.png) 0 0 no-repeat;
}
.box_teaser_index a,
.box_teaser_index a:link,
.box_teaser_index a:active,
.box_teaser_index a:visited {
	display: block;
	height: 55px;
	padding: 5px 0px 0 60px;
	color: #000;
	background-color: inherit;
	font-size: 1.25em;
}
.contentserver a,
.contentserver a:link,
.contentserver a:active,
.contentserver a:visited,
.contentserver a:hover {
	width: 170px;
    margin-right: 30px;
}
.artesia a,
.artesia a:link,
.artesia a:active,
.artesia a:visited,
.artesia a:hover {
	width: 190px;
}
.socialmedia a,
.socialmedia a:link,
.socialmedia a:active,
.socialmedia a:visited,
.socialmedia a:hover {
	width: 198px;
	padding-right: 0px;
}
.box_teaser_index a:hover {
	text-decoration: underline;
}

.boxteaser_frame p.last {
	margin-right: 0;
}


/****************************************************************************
	Index: blog boxes
*****************************************************************************/

.blog_container {
	width: 202px;
	float: left;
	padding-right: 20px;
    padding-left: 20px;
}

/****************************************************************************
	Index: event boxes
*****************************************************************************/

.event_container {
	width: 230px;
	height: 192px;
	/*margin-top: 37px;*/
	overflow: hidden;
	float: left;
}

/****************************************************************************
	Index: people boxes
*****************************************************************************/

.people_container {
	width: 230px;
	height: 192px;
	/*margin-top: 37px;*/
	overflow: hidden;
	float: left;
}

.people_frame {
	width: 230px;
	height: 192px;
	color: #606060;
	overflow: hidden;
}

.people_item {
	width: 230px;
	height: 60px;
	background-color: #fff;
	margin-bottom: 6px;
}

.people_item_image {
	float: left;
	width: 50px;
	overflow: hidden;
	padding: 5px 10px 5px 5px;
}

.people_item_contact {
	float: left;
	width: 145px;
	padding-top: 7px;
}

.people_item_link_frame {
	width: 145px;
	margin: 12px 10px 0 0;
}

/****************************************************************************
	Index: Banner
*****************************************************************************/

.banner_experts {
    width: 312px;
    height: 81px;
    background: url(pics/banner_experts.png) no-repeat;
    position: absolute;
    margin-top: -259px;
    margin-left: -52px;
}

/****************************************************************************
	Index: follow us boxes
*****************************************************************************/

.follow_container {
	width: 462px;
	height: 63px;
	background: url(pics/bg_box_people.png) 0 0 no-repeat;
	padding: 10px 0 0 10px;
	margin-top: 12px;
	overflow: hidden;
}

.follow_frame {
	width: 462px;
	height: 40px;
	color: #606060;
	background-color: inherit;
}

.follow_frame h3 {
	color: #606060;
	background-color: inherit;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.0em;
}

.follow_item {
	float: left;
	width: 92px;
	height: 27px;
	overflow: hidden;
}

.follow_item p {
	width: 92px;
	height: 27px;
	background: url(pics/icons/icon_twitter_small.png) 0 0 no-repeat;
	overflow: hidden;
}

.follow_item a,
.follow_item a:link,
.follow_item a:active,
.follow_item a:visited {
	display: block;
	width: 60px;
	color: #606060;
	height: 27px;
	padding: 0px 0 0 21px;
	background: url(pics/icons/icon_twitter_small.png) 0 0 no-repeat;
	text-decoration: none;
}
.follow_item a:hover  {
	text-decoration: underline;
}


.follow_frame .twitter, .follow_frame a.twitter {
	width: 87px;
	background: url(pics/icons/icon_twitter_small.png) 0 0 no-repeat;
}

.follow_frame .wordpress, .follow_frame a.wordpress {
	width: 112px;
	background: url(pics/icons/icon_wordpress_small.png) 0 0 no-repeat;
}

.follow_frame .youtube, .follow_frame a.youtube {
	width: 98px;
	background: url(pics/icons/icon_youtube_small.png) 0 0 no-repeat;
}

.follow_frame .slideshare, .follow_frame a.slideshare {
	background: url(pics/icons/icon_slideshare_small.png) 0 0 no-repeat;
}