/********************************************************************************************************
	created by:		NewMedia http://www.newmedia.ch
	project:		newmedia.ch
	date:			Februar/2009, Marianne Luck
	version:		4.1
	file:			colums.css
	function:		different content colums-styles inside /templates/sub/
********************************************************************************************************/	
/* DEFAULT ----------------------------------------------*/
#colNormal {
	float:left;
	margin:0px;
}

#colRight {
	float:left;
	width:370px;
	padding-right:8px;
	margin-left:22px;
	max-height:490px;
	height:490px;
	overflow:auto;
}

.background_red 
#colRight {
	float:left;
	width:378px;
	padding-right:20px;
	margin-left:22px;
	max-height:440px;
	overflow:auto;
}

#colLeft {
	float:left;
	width: 230px;
	background-color: #CCCCCC;
}

#colBorder {
	float:left;
	width:720px;;
	background-color: #005fac;
}

/* CUSTOMIZED -------------------------------------------*/
/*page_3 = Layout mit Navigation, Inhalt normal, Inhalt normal*/
/*page_2 = Layout mit Inhalt breit, Inhalt normal*/

#page_3 #colNormal
{
	margin: 0px;
	padding: 0px;
	width:370px;	
	float:left;
	max-height:490px;
	height:490px;
	overflow:auto;		
}

#page_2 #colNormal {
	margin-right:0px;
	width: 580px;
	float:left;
}

/* LOGOS ------------------------------------------------*/
#col_logos #colNormal{
	padding-left:210px;
	margin-right:0px;
	width: 580px;
	float:left;
	height:auto;
	max-height:none;		
}

/* HOME ------------------------------------------------*/
.home #colNormal
{
	padding-top:75px;
	float:left;
	margin:0px;
	width:750px;
	background-image:url(../html/img/home_kreuz.gif);
	background-repeat:no-repeat;
	height:auto;
	max-height:none;		
}

.home #colNormal p
{
	padding-left:210px;	
	padding-right:50px;
	width:490px;
}

.home #colRight
{
	background-color:#ffffff;
	width:250px;
	float:left;
	margin-left:0px;
	padding:0px;	
	max-height:none;	
	height:auto;
}
