﻿body
{
	background-color: lightgray;
	font-size: 20px;
	color: black;
	margin: 0;
	padding: 0;
	font-style: Verdana;
}

#container
{
	min-width: 1050px;
}

#flaga {
	float: left;
	min-width: 50px;
	width: 5%;
}

#flaga_en p {
	padding-top: 40px;	
	text-align: center;
}

#flaga_en {

}

#flaga_pl p {
	padding-top: 10px;	
	text-align: center;
}

#flaga_pl {

}

#logo p {
	padding: 20px;	
	text-align: center;
}

#logo {
	float: left;
	min-width: 300px;
	width: 30%;
}

#menu
{	
	float: left;
	min-width: 640px;
	width: 65%;
	padding-top: 40px;
	margin: 0;
}

ol
{
	padding: 0;
	margin: 0;
	font-size: 17px;
	list-style-type: none;
	/*white-space: nowrap;*/
}

ol a
{
	display: block;
	text-decoration: none;
	color: black;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 18px;
}

ol > li
{
	float: left;
	min-width: 80px;
	height: 58px;
	border-right: 2px dotted black;
	text-align: center;
}

ol > li:hover
{
	background-color: white;
}

ol > li:hover a
{
	color: black;
}

ol > li > ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 232px;
	display: none;
	font-size: 17px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 8px 10px 5px rgba(135,133,135,1);
	-moz-box-shadow: 2px 8px 10px 5px rgba(135,133,135,1);
	box-shadow: 2px 8px 10px 5px rgba(135,133,135,1);
}

ol > li:hover > ul
{
	display: block;
}

ol > li > ul > li
{
	background-color: white;	
	position: relative;
	z-index: 100;
	border-top: 2px dotted black;
}

ol > li > ul > li:hover
{
	background-color: #bfbfbf;
}

ol > li > ul > li:hover  > a
{
	color: black;
}

#topbar
{
	clear: both;
	border-top: 30px solid #0b5795;
	background-color: white;
	height: 200px;
	font-size: 10px;
	text-align: center;
}

#topbar p 
{
	text-align: center;
	padding-bottom: 0px;
}

#topbar h5 
{

}
	
#content 
{
	padding: 0;
	margin: 0;
}	
	
#strL /*strona lewa dla głównej części strony*/
{
	background-color: white;
	height: 5179px;
}

h1 > img
{
	margin-left: 30px;
	vertical-align: middle;
}

.VD_L	/*Lewa strona części szafek dolnych (z obrazkiem)*/
{
	float: left;
	width: 42%;
	/*border: 1px solid blue;*/
	height: 330px;
	text-align: right;
	/*margin-bottom: 10px;*/
}

.VD_L img {
	padding-top: 10px;
	/*border: 1px solid gray;*/
	/*border-radius: 10px;*/
}

.VD_R	/*Prawa strona części szafek dolnych (z opisem)*/
{
	float: left;
	width: 58%;
	/*margin-bottom: 10px;*/
	/*border-bottom: 3px solid gray;*/
	height: 330px;
	text-align: left;
	color: black;
	font-size: 20px;
}

.VD_R	p
{
	padding-left: 80px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.VD_R	h2
{
	margin-top: 0px;
	padding-left: 80px;
}

#strL h1 {
	text-align: center;
	color: black;
	padding-top: 50px;
	margin: 0;
	padding-bottom: 0px;
}

#footer p
{
	font-size: 17px;
	padding: 35px;
}

#footer
{
	border-top: 30px solid #0b5795;
	clear: both;
	height: 90px;
	text-align: center;
	background-color: lightgray;
}

p
{
	padding: 0;
	margin: 0;
}

h1
{
	font-size: 40px;
}

h2
{
	font-size: 30px;
}


h5
{
	padding-bottom: 20px;
	margin: 0;
	margin-left: 0px;
	font-size: 17px;
	font-weight: normal;
}

h6
{
	padding-bottom: 30px;
	/*border-bottom: 1px solid black;
	box-shadow:6px 1px 6px 2px #000;*/
}

span
{
	padding-left: 30px;
}

/*.option  Przyciski w manu głównym 
{
	float: left;
	min-width: 45px;
	height: 23px;
	padding: 20px;
	font-size: 17px;
	border-right: 2px dotted black;
	opacity: 0.8;
	color: black;
}

.option:hover
{
	background-color: white;
}*/

a
{
	text-decoration: none;
}

#VD_L:hover {
opacity : 0.5;
filter : alpha(opacity=50);
}

#VG_L:hover {
opacity : 0.5;
filter : alpha(opacity=50);
}

#Logo:hover {
opacity : 0.5;
filter : alpha(opacity=50);
}

#Flaga:hover {
opacity : 0.5;
filter : alpha(opacity=50);
}

.button {
    background-color: gray;
    border: 1px solid darkgray;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    text-decoration: none;
    font-family: Calibri, Verdana, Arial, sans-serif;
    font-size: 20px;
    outline: none;
    padding: 2px 15px;
	position: fixed; left: 40px; bottom: 130px;
}

.button:link
{
	color: white;
}

.button:visited
{
	color: white;
}

.button:hover
{
	color: lightgray;
	background-color: gray;
	border: 1px solid gray;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px gray;
    -webkit-box-shadow: 2px 2px 3px gray;
    box-shadow: 2px 2px 3px gray;
    text-decoration: none;
    font-family: Calibri, Verdana, Arial, sans-serif;
    font-size: 20px;
    outline: none;
    padding: 2px 15px;
	opacity: 0.5;
}
 
.button:active 
{
    -moz-box-shadow: 2px 2px 3px #cccccc inset;
    -webkit-box-shadow: 2px 2px 3px #cccccc inset;
    box-shadow: 2px 2px 3px #cccccc inset;
}


.button1 {
    background-color: gray;
    border: 1px solid #9c9a9a;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #9c9a9a;
    -webkit-box-shadow: 2px 2px 3px #9c9a9a;
    box-shadow: 2px 2px 3px #9c9a9a;
    text-decoration: none;
    font-family: Calibri, Verdana, Arial, sans-serif;
    font-size: 17px;
    outline: none;
    padding: 3px 15px;
}

.button1:link
{
	color: white;
}

.button1:visited
{
	color: white;
}

.button1:hover
{
	color: lightgray;
	background-color: gray;
	border: 1px solid #9c9a9a;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #9c9a9a;
    -webkit-box-shadow: 2px 2px 3px #9c9a9a;
    box-shadow: 2px 2px 3px #9c9a9a;
    text-decoration: none;
    font-family: Calibri, Verdana, Arial, sans-serif;
    font-size: 17px;
    outline: none;
    padding: 3px 15px;
	opacity: 0.5;
}
 
.button1:active 
{
    -moz-box-shadow: 2px 2px 3px #cccccc inset;
    -webkit-box-shadow: 2px 2px 3px #cccccc inset;
    box-shadow: 2px 2px 3px #cccccc inset;
}