/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	
	 #mask { 
z-index:1000;position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:#000000;display:none;
filter:alpha(opacity:80);KHTMLOpacity:0.8;-moz-opacity:0.8;opacity:0.8;
 }
 
#popup{
z-index:1001;position:fixed;left:50%;top:50%;width:640px;height:480px;margin-left:-320px;margin-top:-240px;background-color:#ffffff;display:none;
}
#popup iframe{width:640px;height:480px;border-style:none 0px;}
	
#navi {
	/*border: thin solid #C96;*/
height: 40px;
	padding-top: 20px;
	padding-left: 60px;
	font-size: 17px;


 }	
#popup iframe img {max-width:400px;height:860px;border-style:none 0px;}	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	#logo img {height: 107px;
		    margin: -10px;
		    max-width: 250px; 
	}
	#navi {
	
	padding-bottom: 35px;
	}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	#headerbox {
	height: 70px;
	}
	#logo img {height: 107px}
	#bildboxlinks img {
	margin: 0px 0 0 -60px;
	}
	#navi {
	padding-left: 0;
	padding-bottom: 35px;
	
	}
	#undercontent {
	width: 400px;
	padding-left: 0;
	
	}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	#logo img {height: 107px}
	
	#navi {
	padding-left: 0;
	padding-bottom: 50px;
	padding-top: 90px;
	
	}
	
	
	#bildboxlinksgalerie img {
	display: block;
	
	}
	#bildboxlinksgalerie p {
	display: none;
	
	}
	
	#overheader h4 {
	margin-left: -240px;
	
	}
	
	#bildboxlinksgalerie h5 {
	margin-top: 50px;
	margin-left: -60px;
	
	}
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	#headerbox {
	height: 70px;
	}
	#bildboxlinks img {
	margin: 0px 0 0 -60px;
	}
	
#navi {
	padding-left: 0;
	padding-bottom: 60px;
	padding-top: 80px;
	}
	#sidebarrechts {
	float:left;
	text-align:left;
	}
	#logo img {height: 110px}
	
	#undercontent {
	width: 300px;
	padding-left: 0;
	}
	
	#bildboxlinksgalerie img {
	display: block;
	
	}
	#bildboxlinksgalerie p {
	display: none;
	
	}
	#bildboxlinksgalerie h5 {
	margin-top: 50px;
	margin-left: -60px;
	
	}
	
	#overheader h4 {
	margin-left: -240px;
	
	}
	
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/