/**
 * CSS style 4color.cz
 *
 * author Nets.cz s.r.o.
 * copyright Nets.cz s.r.o., 2009
 */

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#000000;
	background-color: #D4D3CE;
	padding:0px;
	margin:0px;
}
a
{
	color:#000000;
}
a:hover
{
	text-decoration:underline;
	color: #CC0000;
}
h1
{
	font-size:20px;
}
h2
{
	font-size:18px;
}
h3
{
	font-size:16px;
}
h4
{
	font-size:14px;
}
ul
{
	list-style-type:circle;
}
ul li, ol li
{
	margin-bottom:5px;
}
.hidden
{
	display:none;
}
.tac
{
	text-align:center;
}
.tar
{
	text-align:right;
}
.tal
{
	text-align:left;
}
hr.cleaner
{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	visibility: hidden;
}
/* main block of webpage */
#main
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	background: url(../images/background_pruh.jpg) repeat-y;
}
/* header block */
#header
{
	height: 306px;
	background: url(../images/background_top.jpg) no-repeat;
	position: relative;
}
#header #logo
{
	position:absolute;
	top:73px;
	left:49px;
}
#header #logo img
{
	border:0px;
}
#header #title
{
	padding:0px;
	margin:0px;
}
#content
{
	background: url(../images/background_middle.jpg) repeat-y;
}
/* left menu */
#content #leftBlock
{
	float:left;
	width:160px;
	margin-left:16px;
}
#content #leftBlock #menu
{
	margin-top:2px;
	margin-left:0px;
	padding-left:40px;
	font-weight:bold;
	color:#000066;
	list-style-type:none;
	list-style-image: url(../images/list-logo.jpg);

}
#content #leftBlock #menu li
{
	line-height:15px;
	font-size:14px;
	margin-bottom:13px;
}
#content #leftBlock #menu li a
{
	color:#000066;
	text-decoration:none;
}
#content #leftBlock #menu li a:hover
{
	text-decoration:underline;
}
#content #leftBlock #menu li.active a
{
	color:#CC0000;
	text-decoration:underline;
}
/* logos of other firms */
#content #leftBlock #firms
{
	margin-top:60px;
	position:relative;
	height:230px;
}
#content #leftBlock #firms #logo1
{
	position:absolute;
	width:49px;
	height:52px;
	top:4px;
	left:7px;
}
#content #leftBlock #firms #logo2
{
	position:absolute;
	width:64px;
	height:51px;
	top:1px;
	left:91px;
}
#content #leftBlock #firms #logo3
{
	position:absolute;
	width:150px;
	height:45px;
	top:68px;
	left:4px;
}
#content #leftBlock #firms #logo4
{
	position:absolute;
	width:62px;
	height:50px;
	top:129px;
	left:48px;
}
#content #leftBlock #firms #logo5
{
	position:absolute;
	top:190px;
	width:100%;
	text-align:center;
	
}
#content #leftBlock #firms img
{
	border:0px;
}
/* data block for include */
#content #data
{
	float:right;
	width:540px;
	margin-right:20px;
	margin-bottom:30px;
}
/* ohraniceni obrazku s odkazem */
#content #data a img
{
	border:1px solid #000000;
	margin:10px;
}
#content #data img
{
	margin:10px;
}
#content #data a:hover img
{
	text-decoration:none;
	border:1px solid #CC0000;
}
/* LightBox for photos */
.foto
{
	float:left;
	width:100px;
	text-align:center;
	margin-right:8px;
	margin-bottom:8px;
	font-weight:bold;
	line-height:30px;
}
.foto a {
	height:100px;
	width:100px;
	background-repeat:no-repeat;
	background-position:center;
	border:1px solid #000000;
	text-decoration:none;
	display:block;
}
.foto a:hover
{
	text-decoration:none;
	border:1px solid #CC0000;
}
/* footer block */
#footer
{
  height: 82px;
  padding-top:25px;
  background: url(../images/background_bottom.jpg) no-repeat;
  text-align:center;
  font-size:10px;
}