body	{
	height: 100%;
	overflow: hidden;	

}

#mainWrapper {
 	width: 90%;
 	margin-left: 5%;
 	margin-right: 5%; 
 	height: 100%; 
 	text-align: left;
	
}

#main	{
 	width: 100%; 
 	height: 100%; 
 	text-align: left;
}



.c_unit	{
	width: 1002px;
}

.c_unitAdd	{
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	margin-top: 0; 
	background-color: white;
/*	z-Index: 500; */
	background-image: url(../images/bg_index.jpg);
	overflow: auto;
}

.lesson	{
	margin-left: 20px;
}
/*
.c_page	{
	background-color: white;
}
*/

#c_page_framework	{
	width: 1002px;
}

#maintemplate	{
 	width: 100%; 
 	text-align: left;
}

#c_top	{
	width: 100%; 
	height: 133px; 
	overflow: hidden; 
}

#c_contentArea	{
	width: 100%;	/*YYYY*/
 	height: 526px; 
 	overflow: hidden;
/* 	background-color: #dddddd; */
}
 
 
#c_contentArea	{
	border-right: 1px solid #c9cfd5;
	height: auto;
/*------- for wndMyDesk ---------*/
	overflow: hidden;
	min-height: 620px;

}

#c_contentContainer	{
	min-height: 620px;
}

.contentContainerWithoutLeft	{
	height: 100%; 
	width: 100%; 
	float: left; 
	overflow: auto;
}

.contentContainerWithLeft	{
	height: 100%; 
/*	width: 690px; */
/*	width: 70%; */
/*	float: left; */
	overflow: auto;
	background-color: #ffffff;
}


.c_contentLeft	{
/*	width: 30%; */
	width: 280px; 
	/*	height:526px;  */
	height: 100%;
	float: left; 
	overflow: hidden; 
	background-color: #eeeeee;
}

.c_leftMenuBlock	{
	width: 280px;
	margin: 10px;
	height: auto;
/*	background-color: yellow; */
	
	
}

#c_contentInner	{
 	width: 100%; /*672px; 		/*100% führt zu adjustment Problemen in tabs */

 	height: 100%;
 	overflow: auto; 
	overflow: hidden;
	min-height: 910px;
}

#c_contentLargeInner	{
	width: 926px; 
	height: 542px;  
	float: left;
}

#c_bottom	{
	height: 30px; 
	clear: both; 
	background-color: transparent; 
	overflow: hidden; 
}


