/* global
--------------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #1E5BBD;
  font: 14px/1.6em Geneva, Arial, Helvetica, sans-serif;
  /* font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", tahoma, verdana, arial, helvetica, sans-serif; */
  color: #000;
  text-align: center;
}

h1, h2, h3, h4 {
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: normal;	
}



/* links
--------------------------------------------------------------------------------------------- */
a, a:link {
}

a:hover {
text-decoration:none;
}

#header a {
  border: none;
}

#content-secondary a { color: #990000; }
#content-secondary a:hover {
text-decoration:none;
}

#content-secondary h4 a { color: #D41C2D; border: none; }
#content-secondary h4 a:hover { color: #FFF;}

#content-secondary a.image, 
#content-secondary a.image:hover, 
#content-secondary a.image img { border: none; }

#footer a { color: #000; }

/* container
--------------------------------------------------------------------------------------------- */
#container {
  margin: 0 auto;
  width: 950px;
  text-align: left;
}

#wrapper { /* needed for two vertical white borders */
  float: left; /* needed to contain all other floats */
  border-left: 0px solid #FFF;
  border-right: 0px solid #FFF;
}

/* header
--------------------------------------------------------------------------------------------- */
#header {
  width: 950px;
  height: 260px;
  background: url(lol.jpg) no-repeat;
  position: relative;
}

#header h1 {
  margin: 85px 0 0 32px;
  height: 70px;
  position: absolute;
}

#header h1 a {
  display: block;
  color: #000;
  font-size:16px;
  font-weight:bold;
  background:#eee;
}

.mir {visibility: hidden}

/* navigation
-------------------------------------------------------------------------------------------- */
#header ul {
  margin: 198px 0 0 32px;
  position: absolute;
  list-style: none;
  font: 15px helvetica, arial, verdana, sans-serif;
  font-weight: normal;
}

#header li {
  display: inline;
padding: 10px 10px;
}

#header li a {
background: #fff; padding: 10px 10px;
color: #990000;font-weight:bold;
line-height:30px;
}

#header li a:hover, #header li a:link.active, #header li a:visited.active
{ color: #fff;
background-color: #990000;
text-decoration: none;
}

/* content
-------------------------------------------------------------------------------------------- */
#content {
  
}

.hide { display: none; }

.col-1 { /* wide column */
  margin-right: 55px;  
  margin-bottom: 50px;
  _padding-bottom: 50px;
  width: 650px;
  float: right;
  display: inline;
}

.col-2 { /* narrow column */
  margin-left: 32px;
  margin-bottom: 50px;
  _margin-left: 0;
  _padding-left: 32px;
  _padding-bottom: 50px;
  width: 200px;
  float: left;
  display: inline;
}


/* content-secondary
-------------------------------------------------------------------------------------------- */
#content-secondary {
  padding-top: 27px;
  width: 950px;
  min-height: 340px;
  height: auto !important;
  height: 340px;
  background: #fdffff;
  float: left; /* needed to contain all other floats */
}

#content-secondary h3 {
  margin-bottom: 5px;
  font-size: 15px;
  color: #990000;
}

#content-secondary h4 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1em;
}

#content-secondary h2 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1em;
  color:#990000;
  text-transform:uppercase;
}

#content-secondary p { margin-bottom: 12px; }

/* footer
--------------------------------------------------------------------------------------------- */
#footer {
  padding: 15px;
  background: #B4D4FF;
  font-size: 11px;
  color: #000;
  border-top: 5px solid #FFF;
  clear: both;
}

#footer p {
  margin-bottom: 12px;
}




.center {
text-align:center;
}

.obrazek {
border: 1px solid #B4D4FF;
padding:5px;
margin-left: 15px;
}

.cam {
border: 1px solid #B4D4FF;
padding:5px;
}

a.reklama:hover, a.reklama:link, a.reklama:visited, a.reklama:active {
color:#0000ff;
text-decoration:underline;
font-weight:bold;
border:0;
}