/* 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 {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#header a {
  border: none;
}

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

#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: 200px 0 0 25px;
  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: 5px;
  margin-bottom: 50px;
  _margin-left: 0;
  _padding-left: 5px;
  _padding-bottom: 50px;
  width: 200px;
  float: left;
  display: inline;
}

.col-2 h5 {
  margin-bottom: 5px;
  margin-top:5px;
  font-size: 12px;
  color: #000;
  text-align:center;
  font-weight:normal;
}


/* 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: 16px;
  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: 0 0 0px 10px;
  background: #B4D4FF;
  font-size: 11px;
  color: #000;
  border-top: 5px solid #FFF;
  clear: both;
  text-align:center;
}

#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;
}

/* menu */

#button {
	width: 190px;
	_width:170px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: #90bade;
	color: #333;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		border-bottom:0;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;border-bottom:0;
		}
		
/* */

.seznam {
padding-left:20px;
}

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