/********************************************************************************************************
	created by:		Newmedia	http://www.newmedia.ch
	project:		Inotec Sicherheitstechnik AG
	date:			03/2008, Gaby Wildhaber
	Version:		4.1
	file:			colums.css
	function:		different content colums-styles inside /templates/sub/
********************************************************************************************************/	
/* 1-spalte */
#colNormal {
	float:left;
	padding:0;
	margin:0px;
	width: 730px;
	background-color: #000000;
	color:#CCCCCC;
	line-height:1.8em;
}

*html #colNormal {
	width: 730px;
}

#colNormal dl {
	font-size:1.1em;
}

#colNormal dt {
	font-weight:bold;
}

#colNormal dd {
	line-height: 1.8em;
	margin-bottom: 1.2em;
	padding:0px;
}


/* 2-spalten */
#col_2 #colNormal {
	float:left;
	margin-right:0px;
	width:490px;
	float:left;
	background-color: #000000;
	color:#CCCCCC;
}

*html #col_2 #colNormal {
	width:500px;
}

#colRight {
	color:#CCCCCC;
	background-color: #000000;
	float:left;
	padding:0px 0px 0px 0px;
	margin-left:0;*
	margin-left:20px;
	padding-left:20px;*
	padding-left:0;	
	width:217px;*
	width:217px;
}

*html #colRight {
	margin-left:10px;
	padding-left:0;
}

/* 3-spalten */
#col_3 #colNormal{
	margin-right:0;
	width:230px;
	background:#cccccc;
}

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

#colBorder {
	float:left;
	padding:10px;
	margin-right:10px;
	width:720px;;
	background-color: #666666;
}
