﻿body {
	font-family:'Merienda One', cursive;
	color:white;
} 

a{
	display:block;
	color:white;
	text-decoration: none;
	font-size:1.3em;
	padding-top:10px;
	padding-bottom:10px;
}

#kontajner_velky {
	position:relative;
	width:960px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background: #000000 url('gmolBGs.jpg') no-repeat center;
	box-shadow:5px 5px 15px #000000;
}

#logo {
	position:relative;
	font-size:2em;
	text-shadow: 3px 4px 5px #0582A8;
	margin-left:600px;
	padding-top:30px;
}

#kontajner_maly {
	position:relative;
	width:200px;
	float: right;
	margin-right:20px;
	margin-top:30px;
}

#kontajner_a {
	position:relative;
	width:20px;
	float: right;
	margin-right:395px;
	margin-top:-8px;
}

#kontajner_b {
	position:relative;
	width:20px;
	float: right;
	margin-right:92px;
	margin-top:19px;
}

#kontajner_c {
	position:relative;
	width:20px;
	float: right;
	margin-right:-98px;
	margin-top:174px;
}

.gombik {
	overflow:hidden;
	text-align:center;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #011E8F;
	height:50px;
	margin-top:25px;
	background: #6db3f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
}
.gombik_a {
 	height:12px;
	width:12px;
	background: #181C19;
	border-radius: 5px;
}

.gombik:hover {
	box-shadow:4px 4px 7px #F5F5F5;
}