/* 
** 2009, simplicity gmbh
*/

@media all
{
	
/* ----------------------------------------
** Formatierung der Inhaltsspalten
*/
/* Mittlere Spalte */
#col1 {
}

/* Rechte Spalte */
#col2 {	
}	

/* Linke Spalte */
#col3 {
	float: left;
	margin: 0px;
}
#col3 .border {
	background: #f3f3f3 url(/fileadmin/templates/img/bg_border.gif) no-repeat right top;
}
#col3_content {
	background: url(/fileadmin/templates/img/bg_borderbottom.gif) no-repeat left bottom;
}

/* Sideboard boxes */
#col1_content .sbbox .border {
	background-color: #f3f3f3;
}

/* do not delete */
}