/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
background: #121920 url('/img/bg.jpg') top repeat-x;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:13px;
line-height:19px;
text-align: center;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { 	outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

ul.cennik li {
  font-size: 13px;
  font-weight: bold;
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: -10px;
  border-bottom: 1px solid #303030;
}

.cennik strong { color: yellow; margin-left: 20px; }

.gallery img {
  padding: 3px;
  border: 1px solid #303030;
  width: 130px;
  height: 90px;
}

.gallery img:hover { border: 1px solid #fff000; }

.galleryItem {
width: 190px;
float: left;
text-align: center;
}

.notify {
  border: 1px dashed #fdfb00;
  padding: 10px;
  margin-bottom: 15px;
  text-transform: uppercase!important;
  font-size: 15px;
}

.border {
  border: 1px dashed #fdfb00;
  padding: 10px;
  margin-bottom: 15px;
}

.ramcek {
  padding: 5px;
  margin: 10px;
  border: 2px solid #2b3846;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
a { color: #ffffff; }
a:hover { color: #fdfb00; }

h3, h2 {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  color: #fdfb00;
  text-transform: uppercase;
  line-height: 27px;
}

h1 { text-indent: -10000px; }
h2 { font-size: 27px; padding-bottom: 15px; }
h3 { font-size: 18px; padding-bottom: 7px; }
h4 { font-size: 14px; padding-bottom: 20px; padding-top: 5px; }

#main h3 { text-transform:none; }

#main ul {
  list-style-type: circle;
  padding-left: 15px;
  padding-bottom: 15px;
}

#main li { margin-bottom: 10px; }

.bigger {
  font-size: 110%;
  font-weight: bold;
  line-height: 25px
}

p { padding-bottom: 15px; }

/* FORMULAR */

.formular1 { float: left; width: 200px; }

.formular1 input{
  color: #fff;
  background-color: #2b3846;
  border: none;
  width:180px;
  height: 22px;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 5px;
}

.formular1 input:hover { background-color: #222e3b; }

.formular1 label{ display: block; }

.formular2 {
  border: 1px dotted #2b3846;
  padding: 5px;
  float: left;
  width: 350px;
}

.formular2 textarea {
  color: #fff;
  margin-top: 3px;
  background-color: #2b3846;
  border: none;
  width: 350px;
  height: 129px;
}

.formular2 textarea:hover { background-color: #222e3b; }

.formular2 .ok {
  color: #fff;
  margin-top: 5px;
  background: #2b3846;
  border: 1px solid #000;
  height: 25px;
  float: left;
} 

.formular2 .ok:hover { background: #222e3b; } 

/* MAIN STYLES */

#wrap {
  position: relative;
  width: 840px;
  margin: 0 auto;
  text-align: left;
}

#nav {
  margin-top: 0px;
  width: 100%;
  height: 120px;
  overflow: hidden;
}

#nav ul { margin-top:25px; margin-left: -7px; }

#nav li {
  padding: 30px 20px 30px 20px;
  line-height:65px;
  background: transparent url('/img/rozdelovac.gif') top right no-repeat;
  display: inline;
}

#nav li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

#nav li a:hover { text-decoration: underline; }

#head {
  margin-top: -20px;
  margin-bottom: 20px;
  height: 180px;
  width: 840px;
  background: transparent url('/img/hlavicka.webp') top center no-repeat;
  background-size: contain;
}

#content {
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}

#main {
  padding: 15px;
  background: transparent url('/img/background.jpg')  top left no-repeat;
  width: 580px;
  float: left;
}

#sidebar {
  padding: 15px 0 0 15px;
  background: transparent url('/img/background.jpg')  top left no-repeat;
  width: 215px;
  float: right;
}

ul.clanky { padding-bottom: 10px; }

.blackhr {
  overflow: hidden;
  height:1px;
  padding: 10px 0 10px 0;
  color: #000;
  border-bottom: 1px solid #000000;
}

#footer {
  font-size: 11px;
  position: relative;
  margin-top: 2px;
  width: 100%;
  border-top: 6px solid #1e2a31;
  padding-top: 5px;
}

.footnav { float: left;}
.footnav li { padding-right: 5px; display: inline; }
.footnav li a { text-decoration: none; }
.footnav li a:hover { text-decoration: underline; }
p.created { float: right; }
.footimg { float: right; margin-top: -15px; }