@charset "utf-8";

/* CSS Document */

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		3;
	dw-num-cols-tablet:		3;
	dw-num-cols-desktop:	3;
	dw-gutter-percentage:	9;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
#bild-1 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:0.5em; margin-bottom:0.5em; }
#bild-2 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:0.5em; margin-bottom:0.5em; }
#bild-3 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:0.5em; margin-bottom:0.5em; }
#sch-1 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:0.5em; margin-bottom:0.5em; }
#bild-4 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:0.5em; margin-bottom:0.5em; }
#bild-5 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:0.5em; margin-bottom:0.5em; }

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	#bild-1 { clear:both; float:left; margin-left:0; width:31.4465%; display:block; margin-top:1em;margin-bottom:1em; }
	#bild-2 { clear:none; float:left; margin-left:2.8301%; width:31.4465%; display:block; margin-top:1em;margin-bottom:1em; }
	#bild-3 { clear:none; float:left; margin-left:2.8301%; width:31.4465%; display:block; margin-top:1em;margin-bottom:1em; }
	#sch-1 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:1em;margin-bottom:1em; }
	#bild-4 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:1em;margin-bottom:1em; }
	#bild-5 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:1em;margin-bottom:1em; }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	#bild-1 { clear:both; float:left; margin-left:0; width:31.4465%; display:block; margin-top:1em; margin-bottom:1em; }
	#bild-2 { clear:none; float:left; margin-left:2.8301%; width:31.4465%; display:block; margin-top:1em;margin-bottom:1em; }
	#bild-3 { clear:none; float:left; margin-left:2.8301%; width:31.4465%; display:block; margin-top:1em;margin-bottom:1em; }
	#sch-1 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:1em;margin-bottom:1em; }
	#bild-4 { clear:both; float:left; margin-left:0; width:65.7232%; display:block; margin-top:1em;margin-bottom:1em; }
	#bild-5 { clear:none; float:left; margin-left:2.8301%; width:31.4465%; display:block; margin-top:1em;margin-bottom:1em; }
}

.tab-left { text-align:left; margin-left:12%; }
