/*
based on YAML
overwriting base.css
*/

@media screen
{

/*
############################################################################
##########################
** ### Formatierung der Allgemeinen Inhaltsspalten und deren Dimension ###############################################
**
############################################################################
##########################*/

#main {
	background-image: url(../images/main-2-bg.gif);
	background-repeat: repeat-y;
	position: relative;
}

#col1 {
	float: left;
	width: 182px;
	margin: 0px;
}

#col1_content {
	width: 182px;
	margin: 0;	
	padding: 0;	
}

#col2 { 
	float: left;
	margin: 0;
	padding: 0;
	width: 640px;
	position: relative;
}

#col2_content {

	float: left;
	
}

#main #col2_content .balk {
	width: 740px;
}

}

