﻿body
{
	background-color: lightgray;
	font-size: 20px;
	color: black;
	margin: 0;
	padding: 0;
	font-style: Verdana;
}

#container
{
	min-width: 1150px;
}

#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: 20px;
}

#topbar h5 
{

}

#content {
	width: 100%;
	height: 570px;
}

#strLG {
	background-color: white;	
	float: left;
	min-height: 350px;
	width: 20%;
}

#strMG {
	background-color: white;
	float: left;
	min-height: 350px;
	width: 60%;
	font-size: 20px;
	color: black;
}

#film {
	background-color: white;
	padding-bottom: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#strRG {
	background-color: white;
	float: left;
	min-height: 350px;
	width: 20%;
}
	
#strL /*strona lewa dla głównej części strony*/
{
	background-color: white;
	float: left;
	width: 33.5%;
	min-height: 500px;
}

.VD_VG	/*Lewa strona części szafek dolnych (z obrazkiem)*/
{
	float: left;
	width: 100%;
	/*border: 1px solid blue;*/
	height: 350px;
	text-align: center;
	/*margin-bottom: 10px;*/
}

.VD_VG img {
	/*border: 1px solid gray;*/
	/*border-radius: 10px;*/
}

#strL h1 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
	color: black;
}

#strM /*Przerwa pomiędzy stronami*/
{
	background-color: white;
	float: left;
	width:	33%;
	height: 500px;
}

#strR /*prawa strona głównej części strony*/
{
	background-color: white;
	float: left;
	width: 33.5%;
	min-height: 500px;
}

.VD_VG	/*Lewa strona części szafek górnych (z obrazkiem)*/
{
	float: left;
	width: 100%;
	/*border: 1px solid red;*/
	height: 350px;
	text-align: center;
}

.VD_VG img {
	/*border: 1px solid gray;*/
	/*border-radius: 10px;*/
}

#strR h1 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
	color: black;
}

#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: 0px;
	margin: 0;
}

h1
{
	font-size: 25px;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 20px;
}

h5
{
	padding-bottom: 20px;
	margin: 0;
	margin-left: 0px;
	font-size: 17px;
	font-weight: normal;
}

h6
{
	/*border-bottom: 1px solid black;
	box-shadow:6px 1px 6px 2px #000;*/
}

/*.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);
}

#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 #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: 20px;
    outline: none;
    padding: 2px 15px;
    text-align: center;
}

.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 #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: 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;
}

.button2 {
    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;
}

.button2:link
{
	color: white;
}

.button2:visited
{
	color: white;
}

.button2: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;
}
 
.button2:active 
{
    -moz-box-shadow: 2px 2px 3px #cccccc inset;
    -webkit-box-shadow: 2px 2px 3px #cccccc inset;
    box-shadow: 2px 2px 3px #cccccc inset;
}