
/* 
grid basiert auf 960.gs mit 12 units � 60px und 20px gutter; 
die kleinste einheit ist hierbei eine col aus min. 3 units
*/

.grid-980 {
	width: 940px;
	padding: 0 20px;
}

.col {
	float: left;
	display: inline;
	position: relative;
	padding: 0 10px;
	margin-right: 20px;
}

.one-col {
	width: 200px;
}

.two-col {
	width: 440px;
}

.three-col {
	width: 680px;
}

.four-col {
	width: 920px;
}

.col .first-col {
	margin-left: -10px;
}

.last-col {
	margin-right: 0;
}

.col .last-col {
	margin-right: -10px;
}

.row-spacing {
	margin-top: 55px;
}