body { 
    margin:0;           
    padding:0;
    font-family:Arial, Verdana;
    text-align:center;
    background:url(../images/bg.jpg) no-repeat center top;
}

.clear {clear:both;}


#head {
	position:relative;
	margin:16px auto 0 auto;
	width:998px;
	height:398px;
	background:pink;
    background:#17578e url(../images/head-bg.jpg) no-repeat left top;
}
#page {
	position:relative;
	margin:auto;
	width:998px;
	text-align:left;
	margin-bottom:47px;
}
.box1 {
	float:right;
	padding:45px 28px 0 0;
	width:606px;
}
.box2 {
	float:left;
	width:338px;
}
#foot {
	height:75px;
  background:#b4b0b8 url(../images/foot-bg.jpg) repeat-x left top;
}







/*logo*/
#logo {
    position:absolute;
    top:0;
    left:0;
    margin:0; 
    padding:10px 0 0 10px;
    width:261px; 
    height:148px;
    overflow:hidden;
    z-index:8;
    font-size:1em;
    font-weight:normal;
    text-align:left;
}
#logo a {display:block;text-decoration:none;color:#fff;}
#logo a:hover {color:#b7d3ec;}
#logo a strong {padding:0 4px;color:#fff;background-color:#ff7a00;}
#logo a:hover strong {}
#logo span {
    display:block;
    position:absolute; 
    margin:0; 
    padding:0;
    left:0; 
    top:0; 
    z-index:0;
    width:271px; 
    height:158px;
    cursor:pointer;
    background:url(../images/logo.jpg) no-repeat left top;
}

#navi {
	position:absolute;
	left:828px;
	bottom:0;
	margin:0;
	padding:6px 0 0 20px;
	width:128px;
	height:29px;
	list-style:none;
    background:#cfcfcf url(../images/navi-bg.jpg) no-repeat left top;
}
#navi li {
	float:left;
}
#navi li a {
	position:relative;
	display:block;
	float:left;
	width:37px;
	height:29px;
	line-height:29px;
	font-size:0.6em;
}
#navi li a span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:37px;
	height:29px;
	background-repeat:no-repeat;
	background-position:left top;
}
#navi li.item1 a span {background-image:url(../images/icon-1.png);}
#navi li.item2 a span {background-image:url(../images/icon-2.png);}
#navi li.item3 a span {background-image:url(../images/icon-3.png);}

#man1 {
	position:absolute;
	left:-53px;
	top:-39px;
	width:178px;
	height:39px;
    background:url(../images/man-1.jpg) no-repeat left top;
}
#man2 {
	position:absolute;
	left:-54px;
	top:0px;
	width:54px;
	height:138px;
    background:url(../images/man-2.jpg) no-repeat left top;
}


#menu {
	margin:0;
	padding:38px 0 0 0;
	list-style:none;
	width:338px;
	height:330px;
    background:#e6e6e6 url(../images/menu-bg.jpg) no-repeat left top;
}
#menu li {
	padding:0 0 0 49px;
	width:259px;
	height:35px;
}
#menu li a {
	display:block;
	position:relative;
	padding:0 0 0 37px;
	width:222px;
	height:35px;
	line-height:35px;
	text-decoration:none;
	color:#105fa7;
	font-weight:bold;
}
#menu li a:hover,#menu li a.active {
	color:#fff;
	background-color:#dcc132;
}
#menu li a span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:259px;
	height:35px;
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
}
#menu li a.active span,
#menu li a:hover span {
	background-position:right top;
}
#menu li.item1 a span {background-image:url(../images/menu1.png)}
#menu li.item2 a span {background-image:url(../images/menu2.png)}
#menu li.item3 a span {background-image:url(../images/menu3.png)}
#menu li.item4 a span {background-image:url(../images/menu4.png)}
#menu li.item5 a span {background-image:url(../images/menu5.png)}
#menu li.item6 a span {background-image:url(../images/menu6.png)}
#menu li.item7 a span {background-image:url(../images/menu7.png)}

#menu li a span.arrow {
	background:none;
}
#menu li a.active span.arrow, 
#menu li a:hover span.arrow {
	left:259px;
	top:-11px;
	width:30px;
	height:54px;
    background:url(../images/icon-menu-arrow.png) no-repeat left top;
}

#contact {
	position:relative;
	margin:0 0 0 50px;
	padding:20px;
	width:248px;
	height:57px;
	color:#fff;
	background-color:#1971c0;
}
#contact span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:288px;
	height:97px;
    background:url(../images/contact-bg.jpg) no-repeat left top;
}


.box1 h2 {
	margin:0 0 15px 0;
	padding:0;
	font-size:1.3em;
	color:#105fa7;
}
.box1 h3 {
  color:#2D5BA6;
  font-size:0.9em;
  margin-bottom:5px;
  padding-left:16px;
  background:url(../images/sipka.gif) no-repeat left 2px;
}
.box1 p {
	line-height:17px;
	font-size:0.8em;
	text-align:justify;
	padding-right:10px;
	color:#333;
}

.box1 p a {
	font-weight:bold;
	color:#1872C0;
}

.box1 ul li a {
	font-weight:normal;
	color:#1872C0;
}

.box1 ul li a:hover {
	font-weight:normal;
	color:#222;
}

.box1 p a:hover {
	font-weight:bold;
	color:#222;
}

.box1 ul li {
	line-height:17px;
	font-size:0.8em;
	text-align:justify;
	padding-right:10px;
	color:#333
}

.box1 form {
  margin:0; padding:0;
}
.box1 form fieldset {
  border:0;
  margin:0; padding:0;
}

.box1 form fieldset input {
  border:1px solid #ddd;
  background:#eee;
}

.box1 form fieldset input.tlacitko {
  border:0;
  background:#000;
  color:#fff;
  padding-left:10px;
  padding-right:10px;
}

.box1 form fieldset textarea {
  border:1px solid #ddd;
  background:#eee;
  font-family:Arial, Verdana;
}

.box1 table.poptavka table {
  padding:0; margin:0;
}
.box1 table.poptavka tr td{
  font-size:0.8em;
}


table.coloredtable {
	font-size:0.7em;
	
}
table.coloredtable th {
	padding:0 0 0 20px;
	line-height:25px;
	color:#a2d2ff;
	text-align:left;
}
table.coloredtable td {
	line-height:16px;
	font-weight:bold;
}
table.coloredtable td.dark {
	padding:0 19px 0 0;
	width:61px;
	text-align:right;
	color:#fff;
	background:#a2d2ff url(../images/table-dark-bg.gif) repeat-y left top;
}
table.coloredtable tr.top td.dark {
	padding-top:5px;
	background:#a2d2ff url(../images/table-dark-top-bg.gif) no-repeat left top;
}
table.coloredtable tr.bottom td.dark {
	padding-bottom:5px;
	background:#a2d2ff url(../images/table-dark-bottom-bg.gif) no-repeat left top;
}
table.coloredtable td.light {
	padding:0 0 0 19px;
	width:500px;
	color:#61adf3;
	background-color:#d7ecff;
}
table.coloredtable tr.top td.light {
	padding-top:5px;
	background:#d7ecff url(../images/table-light-top-bg.gif) no-repeat left top;
}
table.coloredtable tr.bottom td.light {
	padding-bottom:5px;
	background:#d7ecff url(../images/table-light-bottom-bg.gif) no-repeat left bottom;
}





#foot div.cnt {
	margin:0 auto;
	width:998px;
	height:50px;
}
#foot div.cnt p {
	margin:0;
	padding:13px 0 0 0;
	font-size:0.7em;
	color:#fff;
}
#foot div.cnt p a {color:#fff;text-decoration:none;}
#foot div.cnt p a:hover {text-decoration:underline;}
#foot div.cnt p.fleft {
	float:left;
	padding-left:80px;
	height:40px;
	background:url(../images/foot-icon.png) no-repeat 50px 8px;
}
#foot div.cnt p.fright {
	float:right;
	padding-right:28px;
}


.error {
  color:#ff0000;
  font-weight:bold;
  text-align:center;
  font-size:0.8em;
}
