/* 
based on YAML
overwriting base.css
*/
@media screen
{
/* ######################################################################################################
** ### Formatierung der Allgemeinen Inhaltsspalten und deren Dimension ###############################################
** ######################################################################################################*/

#col1 {
	float: left;
	width: 170px;
	padding: 0;
	background-image: url(../images/col1/background.jpg);
	height: 462px;
	max-height: 462px;
	border: 5px solid #fff;
        border-top: 0;
        border-bottom: 4px solid #fff;
}

#col1_content {
	height: 462px;
}

#col2 { 
	float: left;
	background-color: #e7e7e9;
	width: 530px;
	margin: 0;
	padding: 0;
	height: 462px;
	position: relative;
/*	background-image: url(../images/col2/left-corner.gif);	
	background-position: top left;
	background-repeat: no-repeat;*/
	overflow: auto;
	max-height: 462px;	
	border-bottom: 4px solid #fff;
}

#col2_content {
	padding: 38px;
	margin: 0;
	float: left;
	width: 435px;
}

#corner-bottom {	
/*	background-image: url(../images/col2/right-corner.gif);	
	background-position: bottom right;
	background-repeat: no-repeat;*/
	float: right;
	height: 100%;
	width: 76px;
}

#col3 {
	float: right;
	padding: 0;
	width: 175px;
	margin: 0px;	
	height: 466px;
	min-height: 466px;
	max-height: 466px;
	background-image: url(../images/col3/background.jpg);
	background-position: 0px -1px;
	background-repeat: no-repeat;
        border-left: 5px solid #fff;
}

#col3_content {
	margin: 0;
	padding: 0;
}

} 
