/*------------------------- 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-image:	url(../img/bg-2-spalten.gif);
	background-repeat:	repeat-y;
}

#contentwrapper
{
	float: left;
	width: 100%;
}

#rechtespalte
{
	margin-left: 236px;
}

#linkespalte
{
	float: left;
	width: 236px;
	margin-left: -1000px;
}

.innen
{
	margin: 10px;
}
.innen_content 
{
	margin: 10px 25px 10px 25px;
}

/*----------------------------- 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:			86%;*/
	font-size:			12px;
}
