@charset "iso-8859-1";
/* CSS Document */

.spalte {
	width: 650px;
	margin-top:10px;
}

.spalte1 {
	margin-top:15px;
	float:left;
	width: 90px;
	height:300px;
}
.spalte2 {
	margin-top:5px;
	float:left;
	width: 465px;
	height:300px;
	background-repeat:no-repeat;
	background-position:center;
}

.spalte2Galleri {
	margin-top:5px;
	float:left;
	width: 465px;
	height:300px;
}

.spalte3 {
	margin-top:15px;
	float:left;
	width: 90px;
	height:300px;
}


.grid{
    width: 700px;     /* default width of the page, if grid-width is not set */
    overflow: hidden; /* removes the extra gutter created by the canvas div */
    margin: 0 auto;   /* center the page in non ie-browsers */
    text-align: left; /* normalizes the text-align */
}


.grid-width-1_left  { 
	width: 100px;
} 

.grid-width-1_right  { 
	width: 150px;
} 

.grid-width-2_center { 
	width: 200px;
}

