body, html	{
	/* stuartmd: removed min-width: 1180px; /* required for iPad2 */

}


html{
	height: 100%;
}

body	{
	/* height: 720px; */
}


.c_unit	{
	height: 100%;
/*	
	overflow-y: auto;
	overflow-x: hidden;
*/
}

.unitGroup, .unitContainer, #maintemplate, #c_page_framework, #c_unitContent_framework, #c_unit_framework	{
	height: 100%;
}


.leftPos	{
	max-width: 1180px;   
	
	height: auto;
	margin: 0 auto;
	position: relative;
}



.frontend .c_contentContainer {
	height: auto;
	border-collapse: separate;
	overflow: hidden;
	/* width: 1180px;  ALLOW FLOWING */
	width: 100%;
	max-width: 1180px;
	display: block;
	clear: both;
	position: absolute;
	margin: -100px auto 0 auto;
	
}

.frontend	.top {
	height: 99px;
	overflow: hidden;
	background-image: none;
}

.frontend  .c_top	{
	height: 100px;
}



.c_contentArea.frontend 	{
	height: 100%;
    margin: 70px auto 0 auto;
    position: relative;
    overflow: visible;
	/* stuartnd: min-width: 1180px; */
}



.frontend .c_contentInner	{
	/* width: 1180px;   ALLOW FLOWING */ 
	height: auto;
	margin: 45px 0 0 0;
	position: relative;
	overflow: hidden;	
}

.frontend .contentBody, .frontend .contentBodyInner	{
	height: 100%;
	margin-bottom: 0;
}

.TVTfullHeight	{
	height: 576px;
}

.frontend .contentBody	{
	margin: 0 78px;
}



/* this is the general page width */
.objectConfiguration, .objectConfigurationPreview	{
	
	width: 1180px;
}

.objectConfiguration.showObjectConfigSection	{
	width: 1182px; /*compensates the border */
}

.rbmFader	{
	/* min-width: 1180px; /* required for iPad2 */

}



/* YYYYYYYYYYYYYYYYYYYYYYYYYYYYYY from TVT YYYYYYYYYYYYYYYYYYYYYYYY*/

.c_unit	{
/*	margin: 0; */
	width: inherit;
}

.c_unit.c_unitAdd	{
	width: 100%;
}

.c_unitAdd	.content-framework	{  
    margin: 0 auto;
    width: 1160px;	
}

#c_unitContent_object_5000	.c_top	{
	    background-color: #F1F1F1;
    background-image: url("../images/bg_top.jpg");
    background-position: -400px 0;
    background-repeat: no-repeat;
    color: #000000;
    position: relative;
}

.frontend .c_contentInner	{
}


.background {
	height: 100%;
	background-position: 0px 0px;
	background-size: 100%;
	border-collapse: separate;
	overflow: hidden;
	width: 100%;
	display: block;
	clear: both;
	position: absolute;
	/*	margin: -100px auto 0 auto; */
	background-color: #ffffff;
	background-repeat: no-repeat;
	transition: opacity 2s ease 0s;
	background-position: 0 0;
	opacity: 0;
	min-height: 720px;
}

.background0	{
	opacity: 1;
}


.background1	{
	background-image: url(../images/bg_ziel.jpg);
}

.background2	{
	background-image: url(../images/bg_awards.jpg);
}

.background3	{
	background-image: url(../images/bg_team.jpg);
}

.background4	{
	background-image: url(../images/bg_kontakt.jpg);
}

.background5	{
	background-image: url(../images/bg_arbeiten.jpg);
}

.background6	{
	background-image: url(../images/bg_kunden.jpg);
}

.background7	{
	background-image: url(../images/bg_arbeiten.jpg);
	transform: scaleX(-1);
	-moz-tansform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);

}



.frontend .c_contentInner.startPage {
	background-color: transparent;
}


/*
#c_page_framework .c_top {
    background-color: #F1F1F1;
    background-image: url("../images/bg_top.jpg");
    background-position: -600px 0;
	
    transition: margin 0.5s ease-out 0s;
    width: 960px;
    height: 120px;
}
*/


#loginTop_Target {
    float: right;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.loginTop_Container {
    margin-top: -80px;
    position: absolute;
    right: 7px;
    transition: margin 1s ease-out 0s;
}


