
/* STRUCTURE 		*/
/* --------------------	*/

.columns_sub_container
	{
	/*position							: relative;
	left								: 50%;
	width							: 760px;
	margin							: 0 0 0 -380px;*/
	background-color			: #FFFFFF;
	/*float								: left;*/
	}

.columns_sub_container_left 
	{
		width					: 575px;
	}
	
.column_left_container
	{

	width						: 185px;
	/*float								: left;*/
	}

	
.column_middle_container
	{
	width						: 390px;
	/*float								: right;*/
	background-color			: #FFFFFF;
	}

.column_right_container
	{
	width						: 185px;
	}

.footer_content
{

	background-color			: none;
	background-image			: url(../images/footer_content.gif);
	background-position			: 50% 0;
	background-repeat			: no-repeat;
}	

body, html {
	background-color			: #999999;
	background-image			: url(../images/body.gif);
	background-position			: 50% 0;

}
	
/* BOXES 			*/
/* --------------------	*/	

.news_box
{
	margin						: 6px 0 0 0;
}

.categories_box
{
	margin						: 9px 10px 10px 5px;
	padding						: 3px;
}


/* TITLES	 		*/
/* --------------------	*/ 

.title_page
{
	color						: #006;
	text-align					: left;
	font-weight					: bold;
	font-size					: 14px;
	padding						: 3px;
	border-bottom				: 1px solid #699;
	margin						: 0;
	text-decoration				: underline;
}

.title_left
	{
	color						: #006;
	text-align					: justify;
	font-weight					: bold;
	margin						: 1 10 1 5;
	padding						: 3px;
	text-decoration				: underline;
	border-bottom-width			: 1px;
	}

.title_middle	/*Modell Titel in catalog.php*/
	{
	color						: #006;
	text-align					: left;
	font-weight					: bold;
	line-height					: 16px;
	padding						: 3px;
	margin						: 0;
	border-bottom-width			: 1px;
	text-decoration				: underline;
	}
	
.title_advanced_search
{
	text-align					: left;
	text-decoration				: underline;
	color						: #006;
	font-weight					: bold;
}


/* TEXT	 			*/
/* --------------------	*/

.text_left
	{
	color						: #333333;
	margin						: 0 10 20 5;	
	padding						: 3px;
	text-align					: left;
	}

.text_middle
	{
	color						: #333333;
	text-align					: justify;
	padding						: 0 3 3 3 ;
	margin						: 10 0 0 0;
	}