html {
	background-image: linear-gradient(to bottom, #ffcc99, white 300px);
}
body {
	margin-left: 5%;
	margin-right: 5%;
    font-family: arial;
    line-height: 1.6em;
   //background-color: #ffcc99;  
}
.MainMenu {
	display: inline;
    font-size: large;
    font-style: italic;
    text-align: center;
}
.srodek {
    text-align: center;
}
div.rozmiar212 {
	min-height: 212px;
}
div.rozmiar240 {
	min-height: 240px;
}
div.rozmiar280 {
	min-height: 280px;
}
h3.lewy {
    padding-left: 20px;
}
img.prawy1 {
    float:  right;
    margin-left: 20px;
    //padding-top: 10px;
}
p.prawy1 {
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 45px;
    /*border: 3px solid gray;*/
}
img.lewy {
    float: left;
    margin-right: 50px;
    padding-left: 20px;
    /*padding-top: 30px;*/
    }
img.prawy {
    float: right;
    margin-left: 15px;
    padding-right: 20px;
    /*padding-top: 30px;*/
}
li.MainMenu1 {
	display: inline-block;
	white-space: nowrap;
	background-image: url(button_germany_small3.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 0 0px;
	;
	//background-size: 100%;
	height: 45px;
	line-height: 45px;
}
a:hover li.MainMenu1 {
	background-image: url(button_Austria.png);
}
ul.wyrownanie {
	list-style-position: inside;
}
.srodkowy {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
p.lewy {
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 15px;
    /*border: 3px solid gray;*/
}
p.lewy1 {
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding-left: 30px;
    padding-top: 60px;
}
ul.lewy {
    padding-left: 15px;
}
li.lewy {
    margin-left: 15px;
}
img.lewy1 {
    float: left;
    margin-right: 50px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
button {
	border-radius: 10px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	height: 48px;
	background: #b3aa31;
}
form {
	display: table;
	padding: 10px;
}
div.tableRow {
	display: table-row;
}
div.tableRow p {
	display: table-cell;
	vertical-align: top;
	padding: 3px;
}
div.tableRow p:first-child {
	text-align: right;
}
input.dane {
	font-size: 18px;
	font-weight: bold;
	height: 20px;
}
input#submit {
	border-radius: 10px;
	background-color: #31b3a2;
	font-size: 18px;
	font-weight: bold;
	height: 48px;
	width: 110px;
}
.tlo {
	background-color: rgba(211,211,211,0.3);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	display: none;
}
.maly_modal {
	border: 1px solid #333;
	background-color: #b38b63;
	width: 250px;
	height: 150px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
}
.duzeLitery {
	font-size: 18px;
}
.modal {
	border: 1px solid #333;
	background-color: #b38b63;
	width: 400px;
	height: 350px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
}
.modal-label {
	display: inline;
}