@CHARSET "ISO-8859-1";
/**********************************************************************
* All                                                                 *
**********************************************************************/

html {
	height:100%;
	overflow-y:scroll;
}
html * {
	outline:none;
	-moz-outline-style: none;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image:none;
	background-color:  #000;
	font-family: arial, helvetica, verdana,  sans-serif;
	font-size: 16px;
	z-index:899;
}
img {
	border: 0;
}
.wrapper {
	position: relative;
	background-color: transparent;
	margin: auto;
	width: 1020px;
}
.footer_wrapper {
	position: relative;
	background-color: transparent;
	margin: auto;
	width: 1020px;
}
.bigwrapper {
	background-color: #f8f8f8;
	padding-bottom: 10px;
}
.shortBar{
	height: 27px;
	margin: 0px auto 5px;
	width: 960px;
}
.shortBar a{
	color: #000;
}
.navBar {
	margin: auto;
	margin-top: 5px;
	width: 960px;
	height: 55px;
	text-align: right;
}
.navBar a{
	color: #0;
}

.tag {
	background-image:url(../images/tag_microsite.png);
	width: 104px;
	height: 103px;
}
a {
	color:#8ad9f1;
	font-size: 11px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.content_special {
	background-image: url(../images/content/content_special_arrow.png);
	background-repeat: no-repeat;
	color: #5DC2E1;
	font-size: 12px;
	padding: 2px 0 2px 20px;
	line-height: 20px;
	text-decoration:underline;
}
a.content_special:hover {
	border:0;
	color: #0094c1;
	text-decoration:none;
}

.liveticker {
	height: 18px;
	width: 700px; 
	float: left;
	margin-top: 7px;
	background-image: url('/images/liveticker.gif');
	background-repeat: no-repeat;
	background-position: 0 50%; 
	line-height: 15px;
	padding-left: 72px;
	color: #5d5d5d;
	font-size: 11px;
}
.clearer {
	clear: both;
}
.smallh2 {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}
.tooltip {
	position:absolute;
	display:none;
	z-index:200000;
	font-size:1em;
	background-color:transparent;
	color:#FFFFFF;
	padding:1em;
	border:0;
	-moz-opacity:.90;
	opacity:0.9;
}
.stage {
	position: absolute;
	background-color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 325px;
}


/**********************************************************************
* Buttons                                                              *
**********************************************************************/
.btnContact {
	margin-top: 7px;
	float: right;
	width: 44px;
	height: 18px;
	background-image: url(../images/buttons/nav_contact.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.btnContact_active {
	margin-top: 7px;
	float: right;
	width: 44px;
	height: 18px;
	background-image: url(../images/buttons/nav_contact_active.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.btnContact:active {
	cursor: pointer;
	background-image: url(../images/buttons/nav_contact_click.gif);	
	background-repeat: no-repeat;
}
.btnContact:hover {
	cursor: pointer;
	background-image: url(../images/buttons/nav_contact_over.gif);	
	background-repeat: no-repeat;
}
.btnImprint {
	margin-top: 7px;
	float: right;
	width: 55px;
	height: 18px;
	background-image: url(../images/buttons/nav_imprint.gif);
	background-repeat: no-repeat;
	z-index:911;
}
.btnImprint_active {
	margin-top: 7px;
	float: right;
	width: 55px;
	height: 18px;
	background-image: url(../images/buttons/nav_imprint_active.gif);
	background-repeat: no-repeat;	
}
.btnImprint:active {
	cursor: pointer;
	background-image: url(../images/buttons/nav_imprint_click.gif);	
	background-repeat: no-repeat;
}
.btnImprint:hover {
	cursor: pointer;
	background-image: url(../images/buttons/nav_imprint_over.gif);
	background-repeat: no-repeat;
}

/**********************************************************************
* Navigation                                                          *
**********************************************************************/
.home {
	display: block;
	float: left;
	width: 129px;
	height: 55px;
	background-image: url(../images/buttons/nav_home.png);
}
.home_active {
	display: block;
	float: left;
	width: 129px;
	height: 55px;
	background-image: url(../images/buttons/nav_home_active.png);
}
.home:hover {
	cursor: pointer;
	background-image: url(../images/buttons/nav_home_over.png);
}
.home:active {
	cursor: pointer;
	background-image: url(../images/buttons/nav_home_click.png);
}
.projects {
	display: block;
	float: left;
	margin-left: 5px;
	width: 171px;
	height: 55px;
	background-image: url(../images/buttons/nav_projects.png);
}
.projects_active {
	display: block;
	float: left;
	margin-left: 5px;
	width: 171px;
	height: 55px;
	background-image: url(../images/buttons/nav_projects_active.png);
}
.projects:hover {
	cursor: pointer;
	background-image: url(../images/buttons/nav_projects_over.png);
}
.projects:active {
	cursor: pointer;
	background-image: url(../images/buttons/nav_projects_click.png);
}
.firm {
	display: block;
	float: left;
	margin-left: 5px;
	width: 122px;
	height: 55px;
	background-image: url(../images/buttons/nav_firm.png);
}
.firm_active {
	display: block;
	float: left;
	margin-left: 5px;
	width: 122px;
	height: 55px;
	background-image: url(../images/buttons/nav_firm_active.png);
}
.firm:hover {
	cursor: pointer;
	background-image: url(../images/buttons/nav_firm_over.png);
}

.firm:active {
	cursor: pointer;
	background-image: url(../images/buttons/nav_firm_click.png);
}



.yoocon_bar {
	display: block;
	float: left;
	margin-left: 6px;
	width: 522px;
	height: 54px;
	background-image: url(../images/logo_bar.gif);
}
.pagination,
.pagination_green {
	position: absolute;
	float: right;
	font-size: 11px;
	height: 0;
	right: 2px;
	top: 410px;
}
.pagination ul,
.pagination_green ul {
	display: inline;
}

.pagination ul li a,
.pagination_green ul li a,
.pagination ul li,
.pagination_green ul li {
	float: left;
	list-style-type: none;
	width: 7px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.pagination_green ul li:hover{
	text-decoration: underline;
}
.pagination ul li.active,
.pagination ul li.active a{
	color: #000;
	outline: none;
}
.pagination_green ul li.active,
.pagination_green ul li.active a{
	color: #279965;
	outline: none;
}
.pagination_green ul li:focus,
.pagination_green ul li a:focus{
	-moz-outline-style: none;
	outline:none;
}

.pagination_green ul li.pipe {
	color: #0f3925;
}
/**********************************************************************
* Subnav
**********************************************************************/
.sub_nav {
	width: 722px;
	margin-top: 0px;
	height:31px;
}


.sub_nav_btn1 {
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 102px;
}
.sub_nav_btn1:hover,
.sub_nav_btn1:focus
	{
	background-position: 0 -31px;
	}
.sub_nav_btn1:active
	{
	background-position: 0 -62px;
	}

.sub_nav_btn1active {
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 102px;
	cursor:default;
	background-position: 0 -93px;
}
.sub_nav_btn2 {
	color: #F8F8F8;
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	background-position:-102px 0;
	height: 31px;
	width: 72px;
}

.sub_nav_btn2:hover,
.sub_nav_btn2:focus
	{
	background-position: -102px -31px;
	}
.sub_nav_btn2:active
	{
	background-position: -102px -62px;
	}
	
.sub_nav_btn2active {
	color: #F8F8F8;
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 72px;
	cursor:default;
	background-position: -102px -93px;
}

.sub_nav_btn3 {
	color: #F8F8F8;
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 83px;
	background-position:-174px 0;
}

.sub_nav_btn3:hover,
.sub_nav_btn3:focus
	{
	background-position: -174px -31px;
	}
.sub_nav_btn3:active
	{
	background-position: -174px -62px;
	}

.sub_nav_btn3active {
	color: #F8F8F8;
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 83px;
	cursor:default;
	background-position: -174px -93px;
}


.sub_nav_btn4 {
	color: #F8F8F8;
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	background-position: -257px 0;
	height: 31px;
	width: 146px;
}
.sub_nav_btn4:hover,
.sub_nav_btn4:focus
	{
	background-position: -257px -31px;
	}
.sub_nav_btn4:active
	{
	background-position: -257px -62px;
	}
.sub_nav_btn4active {	
	color: #F8F8F8;
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 146px;
	background-position: -257px -93px;
}
	

.sub_nav_btn5 {
	color: #F8F8F8;
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	background-position: -403px 0;
	height: 31px;
	width: 69px;
}
.sub_nav_btn5:hover,
.sub_nav_btn5:focus
	{
	background-position: -403px -31px;
	}
.sub_nav_btn5:active
	{
	background-position: -403px -62px;
	}
.sub_nav_btn5active {	
	color: #F8F8F8;
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 69px;
	cursor:default;
	background-position: -403px -93px;
}
.sub_nav_btn6 {
	color: #F8F8F8;
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	background-position: -472px 0;
	height: 31px;
	width: 249px;
}

.sub_nav_btn6:hover,
.sub_nav_btn6:focus
	{
	background-position: -472px -31px;
	}
.sub_nav_btn6:active
	{
	background-position: -472px -62px;
	}
.sub_nav_btn6active {
	color: #F8F8F8;
	display: block;
	float: left;
	background-image: url(../images/firm_menu.png);
	background-repeat: no-repeat;
	height: 31px;
	cursor:default;
	width: 249px;
	background-position: -472px -93px;
}
/**********************************************************************
* leftCol                                                             *
**********************************************************************/
.leftCol {
	float: left;
	width: 270px;
}
/**********************************************************************
* intro                                                             *
**********************************************************************/
.introText {
	float: left;
	color: #FCFFE7;
	font-family: Arial;
	font-size: 11px;
	height: 145px;
	width: 220px;
	line-height: 16px;
	margin-top: 35px;
	padding: 20px 15px 35px 35px;
}
.introTextTitleHi,
.introTextTitleKontakt,
.introTextTitleImprint,
.introTextTitleIntro,
.introTextTitleWasGeht,
.introTextTitleDasGeht,
.introTextTitleWirMachen
 {
	background-image: url(../images/headline_hi.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 35px;
	margin-bottom: 5px;
}
.introTextTitleIntro {
	background-image: url(../images/headline_intro.gif);	
}
.introTextTitleKontakt {
	background-image: url(../images/headline_kontakt.gif);
}
.introTextTitleImprint {
	background-image: url(../images/headline_imprint.gif);
}
.introTextTitleWasGeht {
	background-image: url(../images/headline_wasgeht.gif);
}
.introTextTitleDasGeht {
	background-image: url(../images/headline_dasgeht.gif);
}
.introTextTitleWirMachen{
	background-image: url(../images/headline_wirmachen.gif);
	}
/**********************************************************************
* Teaser                                                             *
**********************************************************************/
.teaser {
	width: 220px;
	float: left;
	color: #303030;
	padding: 25px 15px 35px 35px;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
}

.teaser a{
	color: #e60005;
}

.teaser .headline_hi {
	background-image: url(../images/headline_erste-hilfe.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 13px;
}

.teaser .headline_bierchen,
.teaser .headline_boah,
.teaser .headline_4gruende,
.teaser .headline_projekte,
.teaser .headline_jukon,
.teaser .headline_qualitaet,
.teaser .headline_showdown	{
	background-image: url(../images/headline_bierchen.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 7px;
}

.teaser .headline_jukon {
	background-image: url(../images/headline_jukon.gif);
	margin-bottom: 11px;
}

.teaser .headline_4gruende {
	background-image: url(../images/headline_4gruende.gif);
	margin-bottom: 11px;
	margin-top: 13px;
}
.teaser .headline_boah {
	background-image: url(../images/headline_boah.gif);
	margin-top: 24px;
	margin-bottom: 11px;
}

.teaser .headline_projekte {
	background-image: url(../images/headline_projekte.gif);
	height:33px;
	margin-bottom: 17px;
}

.teaser .headline_qualitaet {
	background-image: url(../images/headline_qualitaet.gif);
	height:29px;
	width:110px;
	margin-left:-3px;
	margin-top: 6px;
	margin-bottom: 12px;
}
.teaser .headline_showdown {
	background-image: url(../images/headline_showdown.gif);
	height:26px;
	width:152px;
	margin-bottom: 15px;
	margin-left:-2px;
}

.teaser img.help {
	float: left;
	margin-left: -28px;
	margin-top: -12px;
	margin-right: 10px;
}

.teaser img.tm1 {
	margin-top: 15px;	
}

.teaser img.tm2 {
	margin-left:-25px;
	margin-top:30px;
}

.teaser img.tm3 {
	margin-left: -30px;
	margin-top: 15px;
	position: relative;
}
.teaser img.tm4 {
	margin-top: 10px;
}
.teaser img.cards {
	margin-top: 10px;
	margin-left: -30px;
}
.teaser .project {
	display: block;
	font-size: 12px;
	color: #F8F8F8;
	line-height: 28px;
	margin-left: 1px;
}
.teaser .projectall {
	display: block;
	font-size: 12px;
	line-height: 28px;
	height: 52px;
	padding:0;
	margin:0;
	color: #F8F8F8;
	text-align: right;
	margin:-1px 9px 18px 0;
}
#showAll {
	background-image:url(../images/buttons/project_more.png);
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	height:17px;
	margin-top:4px;
	text-align:right;
	width:210px;
	}
#showAll:hover {
	background-image: url(../images/buttons/project_more_over.png);
	}
#showLess {
	background-image:url(../images/buttons/project_less.png);
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	height:17px;
	margin-top:4px;
	width:210px;
	}
#showLess:hover {
	background-image: url(../images/buttons/project_less_over.png);
	background-repeat: no-repeat;
	}
	
.teaser span {
	margin: 0;
	padding: 0;
	color: #00c3ff;
}
.teaser span:hover {
	border-bottom:1px solid #00C3FF;
}
.teaser .project span.active {
	color: #000;
	cursor: default;
}
.teaser .project span.active:hover {
	color: #000;
	border-bottom: none;
}
.teaser .project span.selected {
	display: block;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	line-height: 28px;
	margin-left: 1px;
}
/**********************************************************************
* mainCol                                                             *
**********************************************************************/
.mainCol {
	width: 735px;
	margin-left: 270px;
	margin-top: 29px;
}
/**********************************************************************
* keyVisual                                                             *
**********************************************************************/
.keyVisualBackground {
	padding:6px;
	padding-top: 6px;
	background-image: url(../images/keyvisual_big.gif);
	background-repeat: no-repeat;
	width: 708px;
	height: 309px;
}
.keyVisualBackgroundSmall,
.keyVisualBackgroundSmallLight {
	padding:6px;
	padding-top: 6px;
	background-image: url(../images/keyvisual_small.gif);
	background-repeat: no-repeat;
	width: 708px;
	height: 261px;
}
.keyVisualBackgroundSmallFirm{
	padding:6px;
	padding-top: 6px;
	background-image: url(../images/keyvisual_small.gif);
	background-repeat: no-repeat;
	width: 708px;
	height: 261px;
	margin-top:15px;
	}
.keyVisualBackgroundSmallLight {
	height: 252px;
}
.keyVisualBackground .tag {
	position:absolute;
	top:116px;
	right:29px;
}
.keyVisualBoschHome {
	height: 306px;
	width: 708px;
	background-image: url(../images/bosch_01.jpg);
}
.keyVisualRundVHome{
	height: 306px;
	width: 708px;
	background-image: url(../images/ruv_01.jpg);
}
.keyVisualKontakt{
	background-image: url(../images/keyvisual/contact.jpg);
	height:246px;
	width:708px;
	background-repeat:no-repeat;
}

.keyVisualAnfrage {
	background-image: url(../images/keyvisual/anfrage.jpg);
	height:246px;
	width:708px;
	background-repeat:no-repeat;
}
	
.keyVisualImprint {
	background-image: url(../images/keyvisual/imprint.jpg);
	height:246px;
	width:708px;
	background-repeat:no-repeat;
}
/* firm */

.keyVisualProfile{
	height: 246px;
	width: 708px;
	background-image: url(../images/keyvisual/profile.jpg);
}

.keyVisualOffer{
	height: 246px;
	width: 708px;
	background-image: url(../images/keyvisual/offer.jpg);
}

.keyVisual4Reasons{
	height: 246px;
	width: 708px;
	background-image: url(../images/keyvisual/4reasons.jpg);
}

.keyVisualCustomers{
	height: 246px;
	width: 708px;
	background-image: url(../images/keyvisual/customers.jpg);
}

.keyVisualJobs{
	height: 246px;
	width: 708px;
	background-image: url(../images/keyvisual/jobs.jpg);
}

/************************************************************************
* KeyVisuals for Projects												*
************************************************************************/

.keyVisualProjects{
	height: 246px;
	width: 708px;
	background-image: url(../images/keyvisual/projects.jpg);
}

.keyVisualProjectsBosch {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/bosch_01.jpg);
}
.keyVisualProjectsBayer {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/bosch_01.jpg);
}
.keyVisualProjectsDCongress {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/bosch_01.jpg);
}
.keyVisualProjectsDEG {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/bosch_01.jpg);
}
.keyVisualProjectsDGFP {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/dgfp_01.jpg);
}
.keyVisualProjectsEAP {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/bosch_01.jpg);
}
.keyVisualProjectsFrankenbraeu {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/bosch_01.jpg);
}
.keyVisualProjectsGermandent {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/bosch_01.jpg);
}
.keyVisualProjectsHUS {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/bosch_01.jpg);
}
.keyVisualProjectsJuvena {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/bosch_01.jpg);
}
.keyVisualProjectsLandestheater {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/bosch_01.jpg);
}
.keyVisualProjectsNatoil {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/bosch_01.jpg);
}
.keyVisualProjectsSiemensVDO {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/siemens_01.jpg);
}
.keyVisualProjectsTrucknroll {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/trucknroll_01.jpg);
}
.keyVisualProjectsTCOM {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/telekom_01.jpg);
}
.keyVisualProjectsTapeTv {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/noflash.jpg);
	background-repeat: no-repeat;
}
.keyVisualProjectsVolkswagen {
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/volkswagen_01.jpg);
	background-repeat: no-repeat;	
}

.keyVisualProjectsRuVZukunftsvorsorge{	
	height: 306px;
	width: 708px;
	background-image: url(../images/keyvisual/projects/ruv_01.jpg);
	background-repeat: no-repeat;
}
.installFlash {
	display:block;
	background-image:url(/images/buttons/install_flash.png);
	background-repeat: no-repeat;
	color: #191A1C;
	height:30px;
	top:360px;
	left:360px;
	position:absolute;
	width:125px;
}
.installFlash:hover {
	background-image:url(/images/buttons/install_flash_over.png);
}
.projectsFrame {
	margin-top:5px;
}



/**********************************************************************
* keyVisualFirm                                                       *
**********************************************************************/

.keyVisualFirm{
	margin-top:13px;
	}
.keyVisualFirm a{
	text-decoration:none;
	display:block;
	cursor: pointer;
	background-image:url(/images/competence.png);
	width:237px;
	height:320px;
	float:left;
	margin-right:5px;
	}
.keyVisualMicrosites{
		background-position: 0 -320px;
	}
.keyVisualMicrosites:hover,
.keyVisualMicrosites:focus{
		background-position: 0 -640px;
	}

.keyVisualMicrosites.active
.keyVisualMicrositesactive:hover{
		cursor: default;
		background-position: 0 0;
	}
.keyVisualPortals{
		width:236px ! important; 
		background-position: -237px -320px;
	}
.keyVisualPortals:hover,
.keyVisualPortals:focus{
		background-position: -237px -640px;
	}

.keyVisualPortalsactive,
.keyVisualPortalsactive:hover{
		cursor: default;
		background-position: -237px 0;
		width:236px ! important; 
	}

.keyVisualMobile{
		background-position: -473px -320px;
	}
.keyVisualMobile:hover,
.keyVisualMobile:focus{
		background-position: -473px -640px;
	}

.keyVisualMobileactive,
.keyVisualMobileactive:hover{
		cursor: default;
		background-position: -473px 0;
	}

span.title{
	color:#000;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-top:22px;
	text-align:center;
	text-decoration:none;
	width:237px;
}
span.text{	
	color:#000;
	display:block;
	font-size:11px;
	margin:auto;
	margin-top:12px;
	text-align:center;
	line-height: 15px;
	text-decoration:none;
	width:200px;
	}

.keyVisualMobile:hover,
.keyVisualPortals:hover,
.keyVisualMicrosites:hover,
.keyVisualMobileactive:hover,
.keyVisualPortalsactive:hover,
.keyVisualMicrositesactive:hover{
	text-decoration: none;
	}
.keyVisualMobileactive:hover,
.keyVisualPortalsactive:hover,
.keyVisualMicrositesactive:hover{
	cursor:default;
	}
.keyVisualMobileactive span,
.keyVisualPortalsactive span,
.keyVisualMicrositesactive span{
	cursor:default;
	color:#fff;
}
/**********************************************************************
* bubble                                                              *
**********************************************************************/
.bubble {
	background-color: #fff;
	float: left;
	margin-top: 22px;
	width: 480px;
	margin-bottom: 20px;
}
.content {
	background-color: #fff;
	float: left;
	margin-top: 19px;
	width: 720px;
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 12px;
	color: #525252;
}
.content_firm {
	background-color: #fff;
	float: left;
	margin-top: 0;
	width: 720px;
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 12px;
	color: #525252;
}
.content h2,
.content_firm h2 {
	color:#000;
	margin: 0;
	font-size:12px;
	padding-bottom:0;
	padding-top:0;
}

.content_firm h1{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:17px;
	padding-top:0;
	}

.content_firm a,
.content a{
	color: #5DC2E1;
	font-size:12px;
	}
h2.first {
	color:#000;
	font-size:12px;
	margin: 0;
	margin-top:-7px;
	padding-bottom:0;
	padding-top:0;
}
h2.inText {
	float:left;
	margin-right: 3px;
}

.content h1.first {
	color:#000;
	margin: 0;
	margin-top:-3px;
	padding-bottom:12px;
	padding-top:0;
	font-size:16px;
	font-weight:bold;
}
.content_firm h1.first {
	color:#000;
	margin-top:-4px;
	padding-bottom:0px;
	padding-top:0;
	font-size:16px;
	font-weight:bold;
}

.content .contentRightCol h1.first{
	text-align: left;
	margin-left: 23px;
	padding-bottom: 0;
	margin-top: -5px;
}
.content .contentRightCol h1{
	text-align: left;
	margin-left: 23px;
	padding-bottom: 2px;
}

.content_firm .contentRightCol h1.first{
	margin-top:-5px;
	padding-bottom:1px;
	margin-left:22px;
	}
.content_firm p.firstp{
	margin-bottom:0;
	margin-top:0;
	padding-bottom:16px;
	padding-top:0;
}
.content_firm p.normalp{
	margin-bottom:0;
	margin-top:0;
	padding-bottom:20px;
	padding-top:0;
}
.content_firm p.forelastp{
	margin-bottom:0;
	margin-top:0;
	padding-bottom:13px;
	padding-top:0;
}
.content p.normalp{
	margin-bottom:0;
	margin-top:0;
	padding-bottom:15px;
	padding-top:0;
}
.content p.hrp
.content_firm p.hrp{
	margin-bottom:0;
	margin-top:0;
	padding-bottom:15px;
	padding-top:0;
}

.lastp{
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
}
.content ul {
	list-style-position:inside;
	list-style-type: disc;
	margin:0;
	padding:0 0 11px;
}
.lastp ul{
	margin-bottom:0;
	margin-top:0;
	padding:0;	
	margin-left:0;
	list-style: none;
}
.lastp ul li{
	border-bottom:1px solid #EDEFEF;
	padding-bottom:10px;
	padding-top:10px;
	margin-left:0;
	}
.lastp ul li.last{
	border-bottom:none;
	}
.content ul.customers {
	list-style-position:inside;
	list-style-type: none;
	margin:0;
	padding:0 0 11px;
}
.content ul.customers b {
	color: #000;
}

.bubble_content {
	float: left;
	border-left: 1px solid #d9dcdd;
	border-right: 1px solid #d9dcdd;
	width: 428px;
	line-height: 18px;
	font-size: 12px;
	padding:7px 25px 20px;
	color: #525252;
}
.content_content{
	float: left;
	border-left: 1px solid #d9dcdd;
	border-right: 1px solid #d9dcdd;
	line-height: 18px;
	font-size: 12px;
	color: #000;
	width: 668px;
	padding:25px 25px 20px;
}
.content_content_4reasons {
	float: left;
	border-left: 1px solid #d9dcdd;
	border-right: 1px solid #d9dcdd;
	width: 668px;
	padding:7px 25px 0px;
}

.bubble_content h1{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 14px;
}
.bubble_content p a{
	border-bottom:1px solid #E60005;
	color: #000;
	font-size: 12px;
	}
.bubble_content p a:hover{
	border-bottom:1px solid #E60005;
	color: #E60005;
	text-decoration: none;
	
	}
.bubble_horizontalTopLine {
	float: left;
	border-top: 1px solid #d9dcdd;
	line-height:0;
	width: 474px;
	height: 1px;
}
.bubble_horizontalBottomLine {
	float: left;
	border-bottom: 1px solid #d9dcdd;
	width: 474px;
	line-height:0;
	height: 2px;
}
.content_horizontalTopLine {
	float: left;
	border-top: 1px solid #d9dcdd;
	line-height:0;
	width: 714px;
	height: 1px;
}
.content_horizontalBottomLine {
	float: left;
	border-bottom: 1px solid #d9dcdd;
	line-height:0;
	width: 714px;
	height: 2px;
}
.leftTopCorner {
	background-image: url(../images/content/balloon_top_left.png);
	background-repeat: no-repeat;
	line-height:0;
	font-size:0;
	border:0;
	float: left;
	height: 3px;
	width: 3px;
	margin: 0;
	padding: 0;	
}
.rightTopCorner {
	float: left;
	background-image: url(../images/content/balloon_top_right.png);
	background-repeat: no-repeat;
	height: 3px;
	width: 3px;
	line-height:0;
	font-size:0;
	margin: 0;
	padding: 0;
}
.leftBottomCorner {
	background-image: url(../images/content/balloon_bottom_left.png);
	background-repeat: no-repeat;
	line-height:0;
	font-size:0;
	height: 3px;
	width: 3px;
	float: left;
	margin: 0;
	padding: 0;	
}
.rightBottomCorner {
	float: right;
	background-image: url(../images/content/balloon_bottom_right.png);
	background-repeat: no-repeat;
	line-height:0;
	font-size:0;
	height: 3px;
	width: 3px;
	margin: 0;
	padding: 0;
}

.bubble_zipfel1{
	position: absolute;
	height: 10px;
	left: 749px;
	top: 544px;
	width: 11px;
}

.rightCol {
	margin-top: 25px;
	margin-left: 23px;
	float: right;
}
.contentMain {
	border-right:1px solid #edefef;
	float:left;
	padding-right:20px;
	width:425px;
	margin-top:-2px;
}
.contentRightCol {
	float:right;
	margin:auto;
	width:220px;
	text-align:center;
}

.contentRightCol a {
	color:#5DC2E1;
	cursor: pointer;
	font-size:11px;
}
.contentRightCol img {
	border:0 none;
	margin-left:21px;
	margin-top:-16px;
}
.contentRightCol h1{
	text-align: left;
	margin-left: 23px;
	padding-bottom: 2px;
}
.contentRightCol p{
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-left: 23px;
	margin-bottom: 20px;
}
.contentRightCol p.normalp{
	line-height:18px;
	font-size: 12px;
	margin-bottom:0;
	margin-top:12px;
	padding-bottom:20px;
	padding-top:0;
}
.contentRightCol b{
	color: #000;
}
.contentRightCol img.stift{
	border:0 none;
	margin-left:21px;
	margin-top:20px;
}
.contentRightCol img.handy{
	border:0 none;
	margin-left:21px;
	margin-top:-5px;
}
.contentRightCol a.active {
	color: #000;
}
.rightCol img.tm5 {
	margin-right: 15px;
}
/**********************************************************************
* ProjectTeaser															  *
**********************************************************************/
.projectTeaser {
	display: block;
	color: #fff;
	float: left;
	background-image: url(../images/projectteaser.png);
	margin-right: 12px;
	margin-bottom: 12px;
	height: 152px;
	width: 232px;
}
.projectTeaser:hover {
	float: left;
	background-image: url(../images/projectteaser_over.png);
	margin-right: 12px;
	height: 152px;
	width: 232px;
	cursor: pointer;
	text-decoration: none;
}
.projectTeaser img{
	width: 220px;
	height: 140px;
	margin-left: 6px;
	margin-top: 5px;
}
.projectTeaser span.label{
	background-image:url(../images/arrow.gif);
	background-position:-5px 117px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	height:150px;
	margin-left:6px;
	margin-right:1px;
	margin-top:-148px;
	padding-left:10px;
	position:absolute;
	width:220px;
}
.projectTeaser span span{
	font-family:'Tahoma';
	font-size:11px;
	font-weight:normal;
	line-height:25px;
	position:absolute;
	top:118px;
	}
.projectTeaser span:hover{
	background-position:-235px 117px;
	}
/**********************************************************************
* 4Reasons															  *
**********************************************************************/
.reason1,
.reason2,
.reason3,
.reason4 {
	
}
.reasonText p {
	width: 445px;
	margin: 0;
}

.reason img{
	width: 190px;
	height: 162px;
}

.reason1 img{
	width: 190px;
	height: 162px;
}

.reason2 img{
	width: 190px;
	height: 162px;
}

.reason3 img{
	width: 190px;
	height: 162px;
}

.reason4 img{
	width: 190px;
	height: 162px;
}

.reason1 .reasonImg {
	float: left;
	padding-top: 5px;
	margin-left: 5px;
	width: 200px;
}
.reason2 .reasonImg {
	float: left;
	margin-left: 5px;
	padding:9px 0;
	width: 200px;
}
.reason3 .reasonImg {
	float: left;
	padding-top: 5px;
	margin-left: 5px;
	padding:9px 0;
	width: 200px;
}
.reason4 .reasonImg {
	float: left;
	padding-top: 5px;
	margin-left: 5px;
	padding:9px 0;
	width: 200px;
}

.reason1 .reasonText {
	margin-left:225px;
	padding-top: 11px;
	padding-bottom: 21px;	
}
.reason2 .reasonText {
	margin-left:225px;
	padding-top:20px;
	padding-bottom:21px;
}
.reason3 .reasonText {
	margin-left:225px;
	padding-top:20px;
	padding-bottom:21px;
}
.reason4 .reasonText {
	margin-left:225px;
	padding-top:20px;
	padding-bottom:21px;
}
.reasonhr {
	border-bottom:1px solid #EDEFEF;
	clear:both;
}
div.projectshr {
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #FFF;
	height: 0px;
	line-height: 0;
	width: 210px;
}
div.hr {
	border-bottom:1px solid #EDEFEF;
	clear:both;
	margin-bottom: 15px;
}
/**********************************************************************
* Imprint                                                              *
**********************************************************************/
div#wrapimp {
	position:absolute;
	left:0;
	margin:auto;
	width:1020px;
	height:100%;
}
div#imprint {
	position:relative;
	top:0px;
	right:10px;
	width:370px;
	z-index:920;
}
div#imprint div#imprint_wrapper {
	background-image: url(../images/content/bg_impressum.png);
	width: 360px;
	height: 516px;
}
div#imprint div.button_close {
	background:transparent url(../images/buttons/imprint_close.png) no-repeat scroll 0 0;
	height:29px;
	left:346px;
	position:relative;
	top:44px;
	width:25px;
}
div#imprint div.content {
	background-color:#000000;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	height:458px;
	line-height:1.6em;
	margin:2px;
	padding:27px;
	width:300px;
	/*overflow-y:scroll;*/
}
div#imprint div.content h1 {
	margin-top:0;
}
div#imprint div.content hr {
	border:0;
	border-bottom:1px solid #fff;
}
div#imprint div.content hr.main {
	border-bottom:1px solid #fff;
}
div#imprint div.content p.names {
	color:#939494;
}
div#imprint div.content p.names .blue {
	color:#71d5f3;
}
div#imprint div.leftTopCorner {
	background:transparent url(../images/content/imprint_top_left.png) no-repeat scroll 0 0;
	float:left;
	height:3px;
	width:3px;
}
div#imprint div.borderTop {
	background-color:#FFFFFF;
	float:left;
	height:2px;
	width:354px;
}
div#imprint div.rightTopCorner {
	background:transparent url(../images/content/imprint_top_right.png) no-repeat scroll 0 0;
	float:right;
	height:3px;
	width:3px;
}
div#imprint div.borderLeft {
	width:2px;
	background-color:#fff;
	height:437px;
	float:left;
}
div#imprint div.borderRight {
	background-color:#FFFFFF;
	height:437px;
	width:1px;
}
div#imprint div.leftBottomCorner {
	float:left;
	background:url(../images/content/imprint_bottom_left.png) repeat-x;
	height:5px;
	width:3px;
}
div#imprint div.borderBottom {
	float:left;
	background:url(../images/content/imprint_border_bottom.png) repeat-x;
	height:5px;
	width:354px;
}
div#imprint div.rightBottomCorner {
	float:right;
	background:url(../images/content/imprint_bottom_right.png) repeat-x;
	height:5px;
	width:3px;
}

/**********************************************************************
* Form                                                             *
**********************************************************************/
form.contact .mainDiv{
	width: 670px;
}
form.contact label{
	display: block;
	float: left;
	color: #000;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	width: 323px;
	margin-bottom: 5px;
}
form.contact label#lname{
	margin-right: 21px;
}

form.contact label#lsubject{
	margin-right: 21px;
}

form.contact input{
	background-image:url(../images/form/input.gif);
	background-repeat:no-repeat;
	border:0 none;
	color:#000;
	display:block;
	float:left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	height:15px;
	line-height:15px;
	padding:9px 34px 10px 10px;
	width:280px;
}

form.contact input.error{
	background-image:url(../images/form/input_error.gif);
	background-repeat:no-repeat;
	border:0 none;
	color:#ff0007;
	display:block;
	float:left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	height:15px;
	line-height:15px;
	padding:9px 34px 10px 10px;
	width:280px;
}
form.contact input:focus{
	background-image: url(../images/form/input_onfocus.gif);
	background-repeat: no-repeat;
	color: #968600;
}
form.contact input#iname{
	margin-right: 20px;
	margin-bottom: 15px;
}
form.contact input#isubject{
	margin-right: 20px;
	margin-bottom: 15px;
}
form.contact input#icontent{
	margin-right: 20px;
	margin-bottom: 15px;
}
form.contact input#iurl{
	margin-bottom: 15px;
}

form.contact input.error:focus,
form.contact input:focus{
	color: #968600;
}
form.contact textarea{
	resize: none;
	background-image:url(../images/form/textarea.gif);
	background-repeat:no-repeat;
	line-height:18px;
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
	border:0 none;
	clear:both;
	color:#000;
	height:104px;
	margin-top:1px;
	padding:10px 35px 10px 10px;
	width:623px
}
form.contact textarea.error{
	background-image:url(../images/form/textarea_error.gif);
	background-repeat:no-repeat;
	border:0 none;
	clear:both;
	color:#ff0007;
	height:104px;
	margin-top:1px;
	padding:10px 35px 10px 10px;
	width:623px;
}
form.contact textarea:focus,
form.contact textarea.error:focus{
	background-image: url(../images/form/textarea_onfocus.gif);
	color:#968600;
}

form.contact input#submit {
	background-image:url(../images/form/btn_send.png);
	background-repeat:no-repeat;
	border-color:#FFFFFF;
	color:#FFFFFF;
	float:right;
	height:46px;
	margin-top:18px;
	margin-right: 2px;
	width:110px;
	cursor:pointer;
	margin-bottom: 3px;
	padding: 0;
}

form.contact p.sent {
	color:#d02024;
	width:540px;
	margin-top:36px;
	padding:0;
}

form.contact input#sent {
	background-image:url(../images/form/btn_sent.gif);
	background-repeat:no-repeat;
	border-color:#FFFFFF;
	color:#FFFFFF;
	float:right;
	height:57px;
	margin-top:-57px;
	width:110px;
}

form.contact input#submit:hover {
	background-image:url(../images/form/btn_send_over.png);	
	background-repeat:no-repeat;
}

form.contact input#submit:active {
	background-image:url(../images/form/btn_send_click.png);	
	background-repeat:no-repeat;
}

/**********************************************************************
* Footer                                                              *
**********************************************************************/
#footer.footer {
	position: relative;
	bottom: 0;
	height: 39px;
	width: 100%;
	background-color: #000;
	color:#fff;
	font-size:11px;
	margin:0;
	margin-top: 0px;
	border-top:1px solid #353738;
	font-size:11px;
	font-family:tahoma;
}
#footer.footer a {
	color:#6fbad1;
}
#footer.footer a:hover {
	text-decoration:none;
	border-bottom:1px solid #abebff;
}
#footer.footer a.active {
	color:#131516;
}
#footer.footer div#copyright {
	float:left;
	width:40%;
	height: 39px;
	line-height: 39px;
	color:#99a2a7;
	padding-left:35px;
}
#footer.footer div.links {
	width:40%;
	float:right;
	text-align:right;
	padding-right:35px;
}
#footer.footer div ul {
	padding:0;
	margin:0;
}
#footer.footer div ul li {
	height: 39px;
	line-height: 39px;
	list-style:none;
	display:inline;
	margin-left: 5px;
}
#footer.footer div.footer_wrapper {}

.preloader div {
	width:0px;
	height:0px;
}
.preloader {
	display:inline;
	width:0px;
	height:0px;
}
#pre001 {background-image:url(../images/buttons/nav_contact_active.gif);}
#pre002 {background-image:url(../images/buttons/nav_contact_click.gif);}
#pre003 {background-image:url(../images/buttons/nav_contact_over.gif);}
#pre004 {background-image:url(../images/buttons/nav_firm_active.png);}
#pre005 {background-image:url(../images/buttons/nav_firm_click.png);}
#pre006 {background-image:url(../images/buttons/nav_firm_over.png);}
#pre007 {background-image:url(../images/buttons/nav_home_active.png);}
#pre008 {background-image:url(../images/buttons/nav_home_click.png);}
#pre009 {background-image:url(../images/buttons/nav_home_over.png);}
#pre010 {background-image:url(../images/buttons/nav_imprint_click.gif);}
#pre011 {background-image:url(../images/buttons/nav_imprint_active.gif);}
#pre012 {background-image:url(../images/buttons/nav_imprint_over.gif);}
#pre013 {background-image:url(../images/buttons/nav_projects_active.png);}
#pre014 {background-image:url(../images/buttons/nav_projects_click.png);}
#pre015 {background-image:url(../images/buttons/nav_projects_over.png);}
#pre016 {background-image:url(../images/form/input_error.gif);}
#pre017 {background-image:url(../images/form/input_onfocus.gif);}
#pre018 {background-image:url(../images/form/textarea_error.gif);}
#pre019 {background-image:url(../images/form/textarea_onfocus.gif);}

#pre020 {background-image:url(../images/keyvisual/projects/trucknroll_01.jpg);}
#pre021 {background-image:url(../images/keyvisual/projects/trucknroll_02.jpg);}
#pre022 {background-image:url(../images/keyvisual/projects/trucknroll_03.jpg);}

#pre023 {background-image:url(../images/bosch_02.jpg);}
#pre024 {background-image:url(../images/bosch_03.jpg);}
#pre025 {background-image:url(../images/bosch_04.jpg);}

#pre026 {background-image:url(../images/keyvisual/projects/telekom_02.jpg);}
#pre027 {background-image:url(../images/keyvisual/projects/telekom_03.jpg);}

#pre028 {background-image:url(../images/keyvisual/projects/bosch_02.jpg);}
#pre029 {background-image:url(../images/keyvisual/projects/bosch_03.jpg);}
#pre030 {background-image:url(../images/keyvisual/projects/bosch_04.jpg);}

#pre055 {background-image:url(../images/buttons/project_less.png);}
#pre056 {background-image:url(../images/buttons/project_less_over.png);}
#pre057 {background-image:url(../images/buttons/project_more.png);}
#pre058 {background-image:url(../images/buttons/project_more_over.png);}

#pre063 {background-image:url(../images/form/btn_send_over.png);}
#pre064 {background-image:url(../images/form/btn_send_click.png);}

#pre065 {background-image:url(../images/keyvisual/projects/volkswagen_02.jpg);}
#pre066 {background-image:url(../images/keyvisual/projects/volkswagen_03.jpg);}
#pre067 {background-image:url(../images/keyvisual/projects/volkswagen_04.jpg);}
#pre068 {background-image:url(../images/keyvisual/projects/volkswagen_05.jpg);}

#pre069 {background-image:url(../images/ruv_02.jpg);}
#pre070 {background-image:url(../images/ruv_03.jpg);}
#pre071 {background-image:url(../images/ruv_04.jpg);}
#pre072 {background-image:url(../images/ruv_05.jpg);}
#pre073 {background-image:url(../images/ruv_06.jpg);}


/*Special*/

.christmas_navBar {
    height:84px;
    margin:5px auto auto;
    text-align:right;
    width:986px;
}

.yoocon_christmasbar {
    background-image:url(../images/special/christmas_bar.gif);
    display:block;
    float:left;
    height:84px;
    z-index:20;
    width:986px;
}
.christmas_shortBar{
    height:27px;
    margin:0 30px 5px 803px;
    position:absolute;
    top:0;
    width:200px;
}

div#ChristmasMovie {
    margin-left:42px;
    margin-top:19px;
    width:961px;
    height: 500px;
    margin-bottom:32px;
    background-image:url(../images/special/christmas_noflash.jpg);
    background-repeat:no-repeat;
    }

