/* Zaczynamy
--------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', sans-serif;
}
b, strong{
	font-weight:bold}
a img {
	border: none;
	}
a{
	color: #000;
	text-decoration: none}

/* header
--------------------------------------------- */
.header{
	background: none;
	height: 200px;
	border-bottom: #333 dashed 1px;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);
	 }
.header figure.logo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	} 
 .header figure.logo figcaption{
	color: #FFF;	
	 }
	 
.header figure.logo figcaption h1{
	font-size: 20px;	
	} 
figure.logo a img{
	width:200px
	}
 .header div.flagLine{	
	 display: none;
	 }
#headContact{
	display: none
	}
ul.langMenu{
	display:none;}
ul.langMenu li{
	display:none;
	}
#headMail{
	display:none;}
.content .righContainer{
	display: none
	}
header .righContainer{
	display: block;
	position:absolute;
	right: 0;
	top: 10px;
	width: 250px}
.screen{
	display: none}
.righContainer p, .leftContainer p{
	line-height: 0.3;
	font-weight: normal;
	font-size: 14px;
	text-align: center
	}	
.righContainer p span, .leftContainer p span{
	font-weight: bold;	
	}	
#corner{
	display:none;
	}
.slider{
	display: none}
#containerInner img{
	box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.2);
	border: 1px #999999 solid;
	border-radius: 4px;
	}
#containerInner{	
	width: 100%;
	float: left;
	line-height: 1.0;
	}	
#containerInner br{
	}
#containerInner img.screen{
	display: none}
div.panelInner{
	float: right; 
	width: 100%;
	}
div.panelInner p, div.panelInner h3, div.panelInner h4{
	line-height: 1.3;
	font-size: 13px;
	}
div.panelInner h3{
	border: 1px #333333 dashed }
div.panelInner h4{
	font-weight: bold
	}
img {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}
.panelInner img{
	
	display: block;
	width: auto}
/* menu
--------------------------------------------- */
div.menu{
	display: none;
	}

/* opis str. główna
--------------------------------------------- */

div.about{	
	width: 100%;
	float: left;
  	line-height:1;
	}

.leftContainer{
	width: 300px;
	position: absolute;
	background: none;
	}


/* Stopa
--------------------------------------------- */
.footer {
	display: none
}

