html, body
{
	margin: 	0, 0, 0, 0;
	padding:	0, 0, 0, 0;
	background-color: rgb(250,250,250);
}


#container
{
	position:   absolute;
	width: 		954px;
	height:		494px;
	top:        46%;
    left:       50%;
    z-index:    1; 
    margin-top:     -247px;
    /*margin-left:    -477px;*/
    margin-left:    -350px;
    
}


#logo_box
{
	position:   		relative;
	/*width: 				941px;*/
	width: 				685px;
	height:				50px;
	line-height:		50px;
    font-size: 			1em;
    text-align: 		right;
	padding-right:		15px;
}


#content_box
{
	position:   relative;
	/*width: 		954px;*/
	width: 		700px;
	height:		394px;
	border: 	1px solid rgb(75,75,75);
	z-index:    10;
	background-color: white;
	/*background-image:	url(/images/blank_2_a.jpg);*/
}



#main_navi
{
	position:   		relative;
	/*width: 		954px;*/
	width: 				685px;
	height:				50px;
	line-height:		50px;
    font-size: 			1em;
    text-align: 		right;
	padding-right:		15px;
}




/* TEXT LINKS | BILD RECHTS
**/
#contentbox_left
{	
	position:   relative;
	width:		255px;
	height:		364px;
	padding:	15px;
	float:		left;
	background-color: white;
	z-index:    20;
}


#contentbox_left_headline
{	
	width:		255px;
	height:		20px;
	padding-bottom:	20px;
	float:		left;
	background-color: white;	
	z-index:    21;	
}

#contentbox_right_headline
{	
	width:		255px;
	height:		20px;
	padding-bottom:	20px;
	float:		left;
	background-color: white;	
	z-index:    21;	
}


#contentbox_left_text
{	
	width:		255px;
	height:		288px;
	float:		left;
	z-index:    22;	
}

#contentbox_full_text
{	
	width:				460px;
	height:				320px;
	padding-right: 		20px;
	float:				left;
	z-index:    		22;
	overflow:			auto;
}

#contentbox_full_headline
{	
	width:						460px;
	height:						20px;
	padding-bottom:		20px;
	float:							left;
	background-color: 	white;	
	z-index:    				21;	
}




#contentbox_left_footer
{	
	width:		255px;
	height:		50px;
	float:		left;
	z-index:    33;	
}

#contentbox_left_footer_text
{	
	width:						200px;
	float:							left;
	height:						15px;
	line-height:				1px;
	padding-left:			3px;
	padding-bottom:		3px;
	background-color: 	white;	
	z-index:    				32;	
}


#contentbox_left_footer_navi_back
{	
	width:			13px;
	height:			12px;
	line-height:	15px;
	float:			left;
	padding-top:		3px;
	padding-bottom:		3px;
	padding-right:		1px;
	padding-left:		2px;
	text-align:		center;
	background-color: white;	
	z-index:    		25;	
}


#contentbox_left_footer_navi_preview
{	
	width:			13px;
	height:			12px;
	line-height:	15px;
	float:			left;
	padding-top:		3px;
	padding-bottom:		3px;
	padding-right:		1px;
	padding-left:		2px;
	text-align:		center;
	background-color: white;	
	z-index:    		26;	
}


#contentbox_left_footer_fullscreen
{
	position:			absolute;
	margin-top:			343px;
	margin-left:		15px;
	width:				221px;
	float:				left;
	line-height:		15px;
	z-index:    		35;
}


#contentbox_right
{	
	position:   relative;
	width:		255px;
	height:		364px;
	float:		left;
	background-color: white;	
	z-index:    28;
}



#contentbox_right_pg
{	
	position:   relative;
	width:		300px;
	height:		364px;
	padding-top: 15px;
	float:		left;
	background-color: white;	
	z-index:    28;
}


/* CONTENT FULL
**/

#contentbox_fullscreen
{
	position:	absolute;
	width: 		700px;
	height:		394px;    
	z-index:    30;
}



