/* 
========================
  
grid settings:
  	columns: 12
  	column width: 52px
  	column margin: 28px
  	container margin: 0px
    
=========================
*/
* { /* quick reset */
	margin: 0;	
}

body { 
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}


.wrapper {
	margin: 0 auto; /* This centers the grid. Remove this line to place the grid on the left of the page. */
	text-align: left;
	width: 932px;
}


.inner-wrapper {
	background: url(gridinator.png) repeat-y 0 0; /* The file gridinator.png is a grid background; delete this line to remove it. If you did not generate a background image, you can still do so by going to http://gridinator.com/ and entering the details found at the top of this CSS file. You will then be given a grid image to match your original grid.  */
	clear: both;
	display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
	float: left;
	padding: 0 0px 0 0px;
	position: relative;
	width: 932px;
}




.container {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;	
}
.one-col, .two-col, .twoandahalf-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col {
	clear: none;
	display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
	float: left;
	margin: 0 28px 0 0;
	padding: 0;
	position: relative;
}
.twoandahalf-col { margin: 0 14px 0 0;}
.one-col {
	width: 52px;
}

.two-col {
	width: 132px;
}

.twoandahalf-col { width: 184px;}

.three-col {
	width: 212px;
}

.four-col {
	width: 292px;
}

.five-col {
	width: 372px;
}

.six-col {
	width: 452px;
}

.seven-col {
	width: 532px;
}

.eight-col {
	width: 612px;
}

.nine-col {
	width: 692px;
}

.ten-col {
	width: 772px;
}

.eleven-col {
	width: 852px;
}

.twelve-col {
	width: 932px;
	margin-right: 0;
}

.prefix-one {
	margin-left: 80px;
}

.prefix-two {
	margin-left: 160px;
}

.prefix-three {
	margin-left: 240px;
}

.prefix-four {
	margin-left: 320px;
}

.prefix-five {
	margin-left: 400px;
}

.prefix-six {
	margin-left: 480px;
}

.prefix-seven {
	margin-left: 560px;
}

.prefix-eight {
	margin-left: 640px;
}

.prefix-nine {
	margin-left: 720px;
}

.prefix-ten {
	margin-left: 800px;
}

.prefix-eleven {
	margin-left: 880px;
}

.suffix-one {
	margin-right: 108px;
}

.suffix-two {
	margin-right: 188px;
}

.suffix-three {
	margin-right: 268px;
}

.suffix-four {
	margin-right: 348px;
}

.suffix-five {
	margin-right: 428px;
}

.suffix-six {
	margin-right: 508px;
}

.suffix-seven {
	margin-right: 588px;
}

.suffix-eight {
	margin-right: 668px;
}

.suffix-nine {
	margin-right: 748px;
}

.suffix-ten {
	margin-right: 828px;
}

.suffix-eleven {
	margin-right: 908px;
}

.clear { /* Useful generic clearing class. */
	clear: both;
}
.last-col {
	margin-right: 0!important;
}


/* kluge  */
.bildergalerie { 
	clear: none;
	display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
	float: left;
	margin: 0 28px 0 0;
	padding: 0;
	position: relative;margin: 0 14px 0 0; }
/* kluge  */