* {box-sizing: border-box;}





#nalepka {
	border:4px solid red;
	height:200px;
	width:400px;
	line-height:200px;
	text-align:center;
	color:red;
	font-weight:bold;
	font-size:1.5em;
	background:white;
	margin-left:auto;
	margin-right:auto;
}






body {margin: 0px;
font-family: sans-serif, Arial, Verdana;
background: #18191B;
color: #C5C5C5;
margin: 130px 0px 0px 0px;
font-size:13px;
}


#logo {color:#52CC06;
font-weight: bold;
font-size: 15px;
margin-bottom:10px;
}


nav {position: fixed;
top:0px;
background: #18191B;
width: 100%;
border: 1px solid #52CC06;
}


nav ul {list-style-type: none;
padding:5px 0px;
margin:0px;
}


nav ul li {text-align: center;
line-height: 1.5em;
}

nav ul li a {text-decoration: none;
display: block;
color: #C5C5C5;
}

nav ul li a:hover {
	color:#52CC06;
}


article section {
padding: 10px 10px 0px 20px;
}


#cennik, #kontakt {
border-top: 2px solid grey;
padding-top:30px;
margin-top:50px;
}


footer {
background:black;
text-align: center;
line-height: 3em;
margin-top:250px;
padding-bottom:300px;
}

img {width:100%;}

#slideshow-container {display: none;}

td {
padding:5px 5px 5px 0px;
}

.green {
color:#52CC06;
}

input {width:60px;
text-align:center;
}

button {
background:#419D0F;
cursor: pointer;
font-weight: bold;
}


#ponuka {
	margin-bottom:20px;
}

#ponuka a {
	color: #52CC06;
	font-weight:bold;
}

#ciara {border-bottom: 1px dashed #C5C5C5;}