

p	{
	margin: 0 0 10px 0;
}

h1	{
	margin: 0 0 15px 0;
}


h2	{
	margin: 0 0 7px 0;
}


h3	{
	margin: 0 0 5px 0;
}


h4	{
	margin: 0 0 5px 0;
}

h5	{
	margin: 0 0 5px 0;
}


h6	{
	margin: 3px 0 3px 0;
}

#maintemplate	{
 	width: 100%; 
 	text-align: left;
/* 	position: relative; if set we cannot use any position: sticky inside */
/* 	overflow: hidden; to allow the contentLeft_shadow to go outside */

}
.c_contentArea	{
    /* 	overflow: hidden; to allow the contentLeft_shadow to go outside */
 	/* width: 100%;  @see LTV-696/CCMS-33
	float: left; */
	
/* 	background-color: #dddddd; */
/*	overflow: hidden; */
}
 
 

 
.contentAreaWithoutLeft .c_contentContainer	{
	height: auto; 
	float: left; 
	padding-bottom: 20px; /* for shadows in the content */
/*	overflow: auto; */
}

.contentAreaWithLeft .c_contentContainer	{
	height: auto; 
/*	width: 750px; */
	overflow: hidden; /* MUST be overflow hidden to adjust the size automatically!!! */
	padding-bottom: 20px; /* for shadows in the content */

}


.contentData {
    overflow: hidden;
}

/* padding must not sum up */
.c_contentContainer .c_contentContainer	{
	padding: 0;
}

.fullscreen .contentAreaWithLeft .c_contentLeft	{
	display: none;
}

.fullscreen .contentAreaWithLeft .c_contentContainer	{
	width: 100%;
}

 
 #mainWrapper {
 	width: auto;
 	height: 100%; 
 	text-align: left;
	margin-left: 0px; 
	margin-right: 0px;
}



.logo	{
	float: left;
	cursor: pointer;

}

.c_topBanner	{
	height: 50px;
}




.c_top	{
	height: 120px;
	overflow: visible;
}


.topMenuBar	{
	width: 100%;
	height: 30px;
	position: absolute;
	top: 90px;
}



.menuBlock_mainMenu {
	float: left;
}


.menuBlock_languageMenu {
	float: right;

}


.login_startPage	{
	margin-left: 210px;
}

.loginTop	{
	margin: 5px 30px 5px 10px;
	float: right;
	display: none;
}

#main	{
 	width: 100%; 
 	height: 100%; 
 	text-align: left;
}

.c_unit	{
	width: 960px;
	margin: 0 auto;
}



.c_unitAdd	{
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	margin-top: -100%; 
	background-color: white;
/*	z-Index: 500; */
	background-image: url(../../images/bg_index.jpg); /*use the background of parent here */
	overflow: auto;
	z-index: 100;
}






.c_contentLeft25	{
	width: 25%; 
	/*	height:526px;  */
	height: 100%;
	float: left; 
	overflow: hidden;
 
}

.c_contentRight75	{
	width: 75%; 
	/*	height:526px;  */
	height: 100%;
	float: left; 
	overflow: hidden; 
}



.c_contentLeft	{
   		
	width: 280px; 

	height: 100%;
	min-height: 600px;
	float: left; 
/*	overflow: hidden;  
	margin-bottom: -32767px;
    padding-bottom: 32767px;
*/


    margin: 0 10px 10px 0;
}




.c_leftMenuBlock	{
	margin: 15px 0 0 10px;
	height: auto;
	
}

.c_leftMenuBlock .header	{
	line-height: 20px;
}

.c_contentInner	{
 	width: 100%; /*672px; 		/*100% führt zu adjustment Problemen in tabs */

 	height: auto;
/*	min-height: 880px; */
}



.c_bottom	{
	width: 100%;
	height: 25px;
	padding-top: 5px;
	clear: both; 
	background-color: transparent; 
	overflow: hidden; 
}

#microStartpage	{
/*	height: 402px; */
	height: auto;
	min-height: 402px;
	margin: 20px 9px 0 20px;
	
	clear: none;
	
	overflow-x:	visible;
	overflow-y: hidden;

	/*---*/
    margin: 20px 9px 0 16px;
   display: block;
 
}


/* ----------- content page definitions ------------- */



.contentData_inner, contentDataHead	{
	overflow: hidden; /* necessary to avoid the content floating around contentLeft */
}

.contentBodyContainer	{
/* do not add margins here because it the header might need other margins than the body */	

}


.contentBodyWOHeader	{
	height: 446px;
	width: 100%;
}


.contentBody {
	height: auto;
	position: relative;
}	

.contentBodyInner {
	height: auto;
	width: auto;
	margin: 0 0 20px 0; 
}	

.contentBody70	{
	width: 446px;
	height: auto;
	margin-right: 10px;
	float: left;
}

.contentBody30	{
	width: 234px;
	height: auto;
	float: left;
}
 
 
.content-lesson #c_contentContainerEx	{
	margin-right: 10px;
}
 

/* relevant for captcha!! */
.p_Register_content .showFieldName	{
	width: 160px;
}
 
 
.loginExistsHeader	{

	height: 35px; 
	background-color: #77818d; 
	line-height: 35px; 
	color: #ffffff; 
	padding-left: 20px;
}

.p_Register_content	{
	  padding-bottom: 10px;
}

