html {
	margin: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	/*height: auto;*/
	/*background-image: url('../images/vanoce/bg.png');*/
	background-color: #040509;
	background-repeat: repeat-y;
	/*background-position: top center;*/
	background-size: auto;
	min-height: 100%;
}
.body2 {
	margin: 0px;
	padding: 0px;
	min-height: 100vh;
	/*background-image: url('../images/default/zelena-leto.jpg');*/
	/*background-image: url('../images/vanoce/christmas.png');*/
	/* background-image: url('../images/default/zelena.jpg');*/
        background-image: url('../images/default/zelena-jaro2.jpg');

	/*background-color: #354e76;*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	background-attachment: fixed;
}
.mainwrap {
	background-color: white;
	width: 979px; /*960*/
	height: auto;
	margin: auto;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}

a img {
	border: 0px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}
.strikethrough {
	text-decoration: line-through
}
hr.blue {
	border: 0px;
	background-image: url('../images/hpixel.png');
	background-repeat: repeat-x;
	height: 1px;
	margin: 40px 0px 40px 0px;
}

.clouds {
	width: 1004px; /*985*/
	height: 200px;
	background-image: url('../images/vanoce/christmas2.png');
	background-repeat: no-repeat;
	/*background-position: 470px 4px;*/
	/*background-repeat: repeat-x;
	position: absolute;*/
	top: 150px;
	left: 0px;
	margin-left: -25px;
	background-color: #000038;
	padding-left: 39px;
	display: none;
}

.clouds .block {
	display: block;
}

.clouds img {
	border: 0px;
}

.clouds a {
	text-decoration: none;
}

.clouds .title {
	padding-top: 60px;
}

.clouds a {
	display: block;
	margin-top: -25px;
}

#main {
	width: 940px;
	height: auto;
	margin: auto;
	/*margin-top: 20px;*/
	padding-top: 20px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.button {
    background-color: #2B91AF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: none;
}

#actionOffer .button:hover {
	background-color: #000000;
}

#actionOffer .button.b-close, #actionOffer .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}

#actionOffer a {
	color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font: bold 13px sans-serif;
    display: none;
}

#actionOffer a:hover {
	text-decoration: underline;
}
