﻿/* Legt das Grundlayout des Shops fest */
@Media Print
{
	html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
		 margin: 0;
		 padding: 0;
		 border: 0;
	}

	HTML {
		height: 100% /* Proserv */
	}

	/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
	body {
		margin: 0;
		padding: 0 364px; /* the critical side padding that sets the natural min-width! */ 
		text-align: center; /* centers the #sizer element in IE5.x/win */
		/* ORIGINAL-NV: font-family:Tahoma,arial,sans-serif; */
		font-family:Arial, sans-serif, "Trebuchet MS"; /* Proserv */
		font-size:8pt; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
		/* ORIGINAL-NV: background-image:url(images/bg_tile.jpg); */ /* this BG tiles the area outside the columns */
		background-repeat:repeat-x;
		background-color:#FFF;
		/* ORIGINAL-NV: color:#000; */
		color:#1b1b1b; /* Proserv */
		height: 100% /* Proserv */
	}

	/* ORIGINAL-NV: h1, h2, h3, h4, h5, h6 {color:#272A5F;} */
	h1, h2, h3, h4, h5, h6 {color:#000;} /* Proserv */
	/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
	h1 {
		margin:0;
		font-size: 1.6em;
		font-weight: normal;
	}
	h2 {
		margin: 0;
		font-size: 1.4em;
		font-weight: normal;
	}
	h3 {
		margin: 0.5em 0;
		font-size: 1.1em;
		font-weight: normal;
	}
	h4 {
		margin: 0.5em 0;
		font-size: 0.9em;
		font-weight: bold;
	}
	h5 {
		margin: 0.5em 0;
		font-size: 0.7em;
		font-weight: bold;
	}
	h6 {
		margin: 0.5em 0;
		font-size: 0.5em;
		font-weight: bold;
	}
	p  {
		margin: 1em 0;
		line-height:1.4;
	}
	a {
		text-decoration:none;
		color:#000000;
	}

	a:hover {text-decoration:underline;}

	.agb a {text-decoration:underline;}

	#sizer 
	{
		margin: 0 auto; /* centers #sizer in standard browsers */
		padding: 0;
		width:300px; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
		text-align: left; /* resets the default text alignment for the page */
		height: 100% /* Proserv */
	}
	#expander { /* Any % height here causes IE to lose the neg right margin */
		position: relative; /* makes #expander visible outside #sizer in IEwin */		/* auskommentiert in 2.6.1 */
		min-width: 1055px; /* Critical Safari fix! */ /* This prevents Safari from losing the negative margins in narrow windows */ 
		/* ORIGINAL-NV: min-height: 1px; */ /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
		min-height: 100%; /* Proserv */
		margin: 0 -362px 0 -362px; /* neg side margin values should be < or = to side body padding */
		/* ORIGINAL-NV: background: #FFFFFF;
		background-repeat:repeat-y;
		background-position:top right; */
		background: url(images/bgBody.gif) repeat-y; /* Proserv */
	}

	/* Holly hack for IE \*/
	 * html #expander { height: 0; }
	/* #expander must have "height: 0" in IEwin bug fixing */
	/* The above is a modified Holly hack for #expander, with zero substituted for the 
	usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


	#wrapper { 
		PADDING-BOTTOM: 0px; PADDING-LEFT: 32px; PADDING-RIGHT: 30px; PADDING-TOP: 0px;
		min-height: 100%
		/* ORIGINAL-NV: width: 100%; */ /* helps IE get the child percentages right. */
	}

	/* http://positioniseverything.net/easyclearing */
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.clearfix {display: inline-table;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

	#skiptocontent{
		position:absolute;
		margin-left:-1000px;
	}

	#header 
	{
		/* ORIGINAL-NV: height:154px;
		background: url('images/header_center.jpg') no-repeat left top; */
		height:180px; /* Proserv */
		background: url('images/header_proserv2.png') no-repeat left top; /* Proserv */
		display:none;
	}

	#title
	{
		/* ORIGINAL-NV: height:127px; */
		height:113px; /* Proserv */
		width:260px; /* IE7 */
	}

	#title h1
	{
		display:none;
	}

	#title h2 /* Proserv */
	{
		LINE-HEIGHT: 18px; COLOR: #fff; FONT-SIZE: 13px; padding-TOP: 59px; padding-LEFT: 43px
	}

	#mainmenu
	{
		/* ORIGINAL-NV: padding-left: 210px; */
	}

	#mainmenu h2
	{
		display:none;
	}


	#content
	{
	}

	#leftcolumn{
		float:left;
		width:200px;
		margin-right:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
		background-color:#FFFFFF;
		font-size:0.9em;
		display:none;
	}
	html>body #leftcolumn{margin-right:0;}

	#rightcolumn{
		float:right;
		clear: right;
		width:200px;
		margin-left:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
		background-color:#FFFFFF;
		font-size:0.9em;
		display:none;
	}
	html>body #rightcolumn{margin-left:0;}

	#centercolumn{
		height:1%;
		margin:0;
	}
	html>body #centercolumn {
		margin-left:0px;
		/* ORIGINAL-NV: margin-right:200px; */
	}

	#centercolumn #maincontent
	{
		margin: 0 10px;
		/* width: 773px; */ /* ProServ - 793px  IE8 overflow bug fix */
		width: 100%;
		overflow: auto;
	}
	
	#printheader
	{
	    display:block;
	}

	.pageoptions
	{
		font-size: 10px;
		color: #999;
		display:none;
	}

	#footer
	{
		height:27px;
		display:block;
		clear: both;
		margin-top: 20px;
		/* ORIGINAL-NV: background-image: url('images/footer_center.jpg');
		background-repeat:no-repeat;
		background-position: left top;
		color: #272A5F; */
		border-top: #aeaeaf 1px solid; /* Proserv */
		font-size: 11px; /* Proserv */
		text-align: right; /* Proserv */
		color: #5b5b5a; /* Proserv */
		padding: 10px;
	}
	#footer a
	{
		font-weight: bold;
		/* ORIGINAL-NV: color: #272A5F; */
		color: #5b5b5a; /* Proserv */
	}
	
    .pagefooter
    {
	    margin: 10px 0 0 0;
	    height: 20px;
	    padding: 5px;
	    color: #FFF;
	    display: none;
    }
    
	.ib-fix li { display:-moz-inline-box; -moz-box-orient:vertical;
				   display:inline-block; vertical-align:top; word-wrap:break-word; }
	  * html .ib-fix li { display:inline; }
	  * + html .ib-fix li { display:inline; }
	  .ib-fix li > * { display:table; table-layout:fixed; overflow:hidden; }

}