/*------------------------- Template overview.tpl -----------------------------------*/

/*------------------------- 2 - Spalten Layout -------------------------------------*/

#top
{
	height: 			6px;
	width: 				1000px;
	background-image:	url(../img/top-2-spalten.gif);
	background-repeat:	no-repeat;
	overflow:			hidden;
}
		 
#bottom
{
	width: 				1000px;
	height: 			6px;
	background-image:	url(../img/bottom-2-spalten.gif);
	background-repeat:	no-repeat;
	overflow:			hidden;  
}
	
#rumpf
{
	width:				1000px;
	background-color:	#F5F5F5;
	background-image:	url(../img/bg-2-spalten.gif); 
	background-repeat:	repeat-y;
	overflow:		auto;      
}
			
#linkespalte_u
{
	float:				left;
	width:				216px; /* 204px; */
	min-height:			100%;
/*	padding:        	6px 16px 20px 16px; */
        padding-top:        	6px;	
	padding-left:        	12px; /*10px;*/	
	padding-bottom:        	6px;	
	padding-right:        	4px;	
	overflow:		visible;
	margin-right:		0px;       /* 30px;*/ 
        margin-left:		2px;
        background-color:	transparent;
}

#linkespalte_o
{
	width:				214px; 
      /*  float:				left  */
	padding-top:        	0px;	
	padding-left:        	0px;	
	padding-bottom:        	0px;	
	padding-right:        	0px;	
    
	background-color:	transparent;
        overflow:		hidden;  
}

/* ......................................................................... */
/* linke Spalte: zentrierte Bildunterschrift */
div.linkespalte_bildunterschrift {
	text-align:		center;
	padding-top:		3px;
	padding-bottom:		3px;
}

#rechtespalte_u
{
	/* padding:        	6px 26px 20px 26px; */
        margin-left:		238px;
	width:			1px; 

	padding-top:        	6px;	
	padding-left:        	26px;	
	padding-bottom:        	6px;	
	padding-right:        	26px;	

	float:			top; 

	overflow:			visible;	
}

#rechtespalte_o
{
    width: 			685px;

	padding-top:        	0px;	
	padding-left:        	0px;	
	padding-bottom:        	0px;	
	padding-right:        	0px;	
    
	text-align:		left;
    
/*	overflow:		hidden; */
}


/*----------------------------- Linkcontainer im Hauptbereich --------------------------*/				  
.linkcontainer-left
{
	text-align:			left;
	float:				left;
	width: 				340px;
}

.linkcontainer-right 
{
	float: 				right;
	margin-left:		5px;
	text-align:			left;
	width:				340px;		
}
								
.linkcontainer-left a, .linkcontainer-right a
{
	font-size:			12px;
}
