/* 
based on YAML
overwriting base.css
*/
@media screen
{
/* ######################################################################################################
** ### Formatierung der Allgemeinen Inhaltsspalten und deren Dimension ###############################################
** ######################################################################################################*/

/* links */
#col1 {
	height: auto !important;
	min-height: 200px;
	margin-left: 20px !important;
	margin-left:30px;
	width: 440px;
	padding-bottom: 15px;
}

#col1_content {padding-left: 0;}

/* Mitte */
#col3 {
	margin-left: 500px;
	width: 200px;
	background-color:transparent;
}

/* rechts */
#col2 { 
	height: auto !important;
	min-height: 200px;
	margin-right: 30px;
	width: 200px;
	padding-top: 15px;	
}
#main {
	background-image:url(../images/threecolmainbg.gif);
        background-position:0 0;
        background-repeat:repeat-x;
	
}

}
