
/* ===========================
   ====== Media Queries ====== 
   =========================== */
   
   
   @media only screen and (min-width: 1200px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1130px; 
        margin: 0 auto;
    }
}


 
   @media only screen and (max-width: 1200px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 100%; 
        margin: 0px 50px 0px 30px;
		
    }
	
#content {
	margin: 290px 0px 0px 250px;	
	float: left;
	max-width: 890px;
	width: 70%;
	 
}

}

@media only screen and(min-device-width: 768px) and (max-device-width: 1024px)
    and (orientation: landscape)
{
	 #leftbox { 
	width: 250px;
	position: absolute;
	top: 20px;
	
	text-decoration: none;
	text-align: center;
	z-index: 100;
	}
	
	 .wrapper {
        width: 100%; 
        margin: 0 auto;
    }
	
	.abstand_1 {
	clear: both;
	padding-top: 50px;
}	

#content {
	margin: 235px 0px 0px 250px;
	float: left;
	max-width: 890px;
	width: 80%;
		 
}

}

@media only screen and (max-width : 640px)
{
	
	 .wrapper {
        width: 100%; 
        margin: 0 auto;
    }	
	
	.body {
		clear: both; 
		margin: 0 auto; 
		width: 90%;
		font-size: 90%;
	}
	
	.adressblock_mob { display: block; text-align: center; }
	.adressblock { display: none; }
	.mob_unsichtbar { display: none; }
	
	 #leftbox { 
	width: 100%;
	position: relative;
	top: 20px;	
	text-decoration: none;
	text-align: center;
	z-index: 100;
	clear:both;
	}
	
	#content {
	margin: 0px auto 20px auto;	
	float: left;
	max-width: 890px;
	width: 100%;
	clear: both; 
}

#contentwrap {
	margin-right: 0px;
		 
}

	
	
}







/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}



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









/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}