/*************************************
***    vytvořilo AgiPro s.r.o.     ***
***    http://www.agipro.cz        ***
***    copyright c AgiPro s.r.o.   ***
*************************************/

/*************************************************************************************
*********************************   XHTML elements   *********************************/
*{
	border: 0;
	text-indent: 0;	
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	background-image: url(../images/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #3C3C3C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}
h1{
	position: absolute;
	top: 100px;
	left: 0;
	background-image: url(../images/h1_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
	font-size: 1.45em;
	letter-spacing: 1px;
	text-align: center;
	width: 208px;
	height: 73px;
	padding-top: 40px;
	overflow: hidden;
}
div>h1{
	height: 33px;
}
h1 span{
	color: #E11C00;
}
h1 span.textMaly{
	font-size: .6em;
	letter-spacing: 0;
}
h1 a{
	color: #000;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: none;
}
h2{
	color: #F9F9F9;
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: 1px;
	text-indent: 135px;
	padding-top: 50px;
	height: 100px;
}
div>h2{
	height: 55px;
}
ul li{
	list-style-type: none;
}
img{
	border: 4px solid #2F6ECC;
}
a{
	text-decoration: underline;
}
a:hover, a:focus{
	text-decoration: none;
}

/*************************************************************************************
*******************************   LAYOUT definition   *******************************/
#boxScreen{
	position: relative;
	text-align: left;
	width: 940px;
	margin: 0 auto;
}
#boxLang{
	position: absolute;
	right: 5px;
	top: 85px;
	font-size: .8em;
	font-weight: bold;
	line-height: 20px;
	color: #F9F9F9;
	text-align: right;
	height: 20px;
}
#boxContent{
	float: right;
	position: relative;
	border: 2px solid #1B3672;
	background-color: #00469C;
	font-size: .85em;
	color: #FFF;
	width: 720px;
	height: 445px;
	padding: 20px 0 0 10px;
	overflow: auto;
	overflow-x: hidden;
}
div>#boxContent{
	width: 705px;
	height: 420px;
}
#boxContentInner{
	border-right: 1px solid #003687;
	width: 506px;
	height: 415px;
	margin: 0;
}
div>#boxContentInner{
	width: 504px;
	height: 419px;
}
#boxRightSection{
	overflow: auto;
	position: absolute;
	right: 0;
	top: 21px;
	border-left: 1px dashed #989898;
	background-color: #003687;
	font-size: .9em;
	width: 200px;
	height: 415px;
	padding-left: 7px;
}
div>#boxRightSection{
	width: 192px;
	height: 419px;
}
#boxHalfL, #boxHalfR{
	float: left;
	width: 49.5%;
	padding: 5px 0;
	overflow: auto;
}
div>#boxHalfL, div>#boxHalfR{
	width: 48.5%;
	padding: 10px 5px;
}
#boxHalfR{
	float: right;
}
#boxBreadcumNavigation{
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: 1px dashed #989898;
	background-color: #003687;
	font-size: 10px;
	line-height: 18px;
	width: 716px;
	height: 20px;
	padding-left: 15px;
	overflow: hidden;
}
div>#boxBreadcumNavigation{
	width: 700px;
}
#boxSubmenu{
	border-bottom: 1px solid #888485;
	background-color: #F0F0F0;
	background-image: url(../images/submenu_bg.png);
	width: 208px;
	height: 444px;
}
div>#boxSubmenu{
	height: 443px;
}
#boxShadow{
	background-image: url(../images/submenu_shadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 68px;
	margin: 0px 0 1px;
}
#contentShadow{
	float: right;
	background-image: url(../images/content_shadow.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: 719px;
	height: 68px;
}
#boxMenu{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#mainMenu{
	width: 1000px;
	height: 83px;
	margin: 1px 0;
}
#boxFooter{
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 0.7em;
	color: #D09C8C;
	text-align: center;
	width: 100%;
	height: 44px;
	padding-top: 11px;
}
body>#boxFooter{
	height: 22px;
}

/****************************************************************************************
*******************************   boxScreen definition   *******************************/

/**********************      ICONS      **********************/
#icons{
	display: block;
	position: absolute;
	top: 17px;
	right: 5px;
	line-height: 0;
	width: 160px;
	height: 28px;
	list-style-type: none;
}
#icons a{
	background-color: #737373;
}
#icons a:hover{
	background-color: #A3A3A3;
}
#icons span{
	display: none;
}
a#siteMap{
	float: left;
	display: block;
	background-image: url(../images/hierarchy_active.gif);
	background-image: url(../images/hierarchy_deactive.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 19px;
	height: 20px;
}
a#siteMap:hover{
	background-image: url(../images/hierarchy_active.gif);
}
a#print{
	float: left;
	display: block;
	background-image: url(../images/print_active.gif);
	background-image: url(../images/print_deactive.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 19px;
	height: 20px;
}
a#print:hover{
	background-image: url(../images/print_active.gif);
}
a#email{
	float: left;
	display: block;
	background-image: url(../images/mail_active.gif);
	background-image: url(../images/mail_deactive.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 19px;
	height: 20px;
}
a#email:hover{
	background-image: url(../images/mail_active.gif);
}
a#setHome{
	float: left;
	display: block;
	background-image: url(../images/setHome_active.gif);
	background-image: url(../images/setHome_deactive.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 19px;
	height: 20px;
}
a#setHome:hover{
	background-image: url(../images/setHome_active.gif);
}
.fourPoint{
	float: left;
	background-image: url(../images/4point.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1px;
	height: 20px;
	margin: 0 7px;
}


/****************************************************************************************
********************************   boxLang definition   ********************************/
#boxLang h2{
	display: inline;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	line-height: normal;
	height: auto;
}
#boxLang li, #boxLang ul{
	display: inline;
}
#boxLang ul{
	padding-left: 1em;
}
#boxLang>ul{
	padding-left: .5em;
}
#boxLang a{
	color: #F9F9F9;
	text-decoration: none;
}
#boxLang a:hover{
	text-decoration: underline;
}
#boxLang a.active{
	color: #CCC;
}
#boxLang a.active:hover{
	text-decoration: none;
}

/*************************************************************************************
*****************************   boxContent definition   *****************************/
#boxContent p{
	text-align: justify;
	text-indent: .7em;
	padding: .9em 15px 0 0;
}
#boxContent h3, #boxContent h4{
	font-size: 1.05em;
	padding-left: 50px;
	padding-top: 1.3em;
}
#boxContent h3+p{
	padding-top: .4em;
}
#boxContent h4{
	text-indent: 50px;
	padding-top: 1em;
}
#boxContent a{
	color: #FFF;
}
#boxContent address{
	font-style: normal;
	padding-left: 20px;
}
#boxContent h3#AgiPro{
	font-size: 1.4em;
	padding: 20px 0 15px 50px;
}
#boxContent h3#AgiPro span{
	color: #FFAFA4;
}

#boxContent h3#AgiPro span.textBily{
	color: #FFF;
}
#boxContent ol, #boxContent ul{
	list-style-position: inside;
}
#boxContent ul{
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 7px;
}
#boxContent>ul,#boxContent div>ul{
	list-style-type: none;
}
#boxContent>ul li:before,#boxContent div>ul li:before{
	content: "- ";
}
#boxContent li p{
	padding: 0 0 5px 0;
}
#boxHalfL h3, #boxHalfR h3{
	padding-left: 25px;
}

div.divOneThird{
	float: left;
	width: 32.75%;
	height: 200px;
	margin-right: .5%;
	overflow: hidden;
}
#boxContent div.divOneThird p{
	text-align: left;
}
#boxContent div.divOneThird h3{
	text-align: center;
	padding: 20px 0 5px;
}
div.divOneThird a.aMore{
	display: block;
	float: right;
	background-color: #A41801;
	background-image: url(../images/more_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
	line-height: 18px;
	text-align: center;
	width: 52px;
	height: 19px;
	margin: 15px 20px 0 0;
}

/*************************************************************************************
**************************   boxRightSection definition   **************************/

#boxRightSection h3,#boxRightSection h4{
	background-image: url(../images/right4Point.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1em;
	text-indent: 0;
	padding: 0 0 3px 14px;
	margin: 15px 0 0 7px;
}
#boxRightSection h4.no4{
	background-image: none;
	padding: 0 0 3px 2px;
}
#boxRightSection ul{
	padding: 0 0 0 15px;
}
#boxRightSection img{
	width: 160px;
}

/*************************************************************************************
******************************   mainMenu definition   ******************************/
#mainMenu li{
	display: block;
	float: left;
	font-size: .85em;
	color: #F5F5F5;
	text-align: left;
	height: 83px;
	margin-left: 1px;
/*	overflow: hidden;*/
}
#li_I{
	width: 150px;
} 
#li_II{
	width: 205px;
} 
#li_III{
	width: 160px;
} 
#li_IV{
	width: 165px;
} 
#li_V{
	width: 150px;
}
#li_VI{
	width: 160px;
} 
#mainMenu li a{
	display: block;
	background-color: #B72B01;
	background-image: url(../images/menu_deactive_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-weight: bold;
	color: #F5F5F5;
	line-height: 45px;
	text-decoration: none;
	text-indent: 15px;
	height: 83px;
	cursor: default;
}
#mainMenu li a:hover{
	background-color: #606060;
	background-image: url(../images/menu_active_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #F5F5F5;
	text-decoration: none;
}
#mainMenu li span{
	cursor: pointer;
	text-indent: 15px;
}
#mainMenu>li.active{
	margin-top: -50px;
}
#mainMenu li.active a{
	display: block;
	background-color: #606060;
	background-image: url(../images/menu_active_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-weight: bold;
	color: #D1FC41;
	line-height: 45px;
	text-decoration: none;
	text-indent: 15px;
	height: 83px;
}
#mainMenu>li.active a{
	background-image: url(../images/menu_visit_bg.gif);
}
#mainMenu li.active span{
	cursor: default;
}

/**********************      second level      **********************/
#mainMenu ol{
	display: block;
	position: absolute;
	top: -415px;
	left: 30px;
	font-size: 1.1em;
	font-weight: bold;
	width: 195px;
	height: 315px;
	overflow: hidden;
}
#mainMenu li>ol{
	width: 185px;
	padding-left: 15px;
}
#mainMenu ol li{
	display: list-item;
	float: none;
	color: #000;
	line-height: 22px;
	height: auto;
	list-style-type: none;
}
#mainMenu ol a,#mainMenu li.active ol a,#mainMenu ol li.active a{
	display: inline;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
	color: #000;
	line-height: normal;
	text-decoration: underline;
	text-indent: 0;
	height: auto;
	cursor: pointer;
}
#mainMenu li.active li{
	margin-top: 0;
}

#mainMenu li.active ol span,#mainMenu ol li.active span{
	cursor: pointer;
}
#mainMenu ol a:hover,#mainMenu li.active ol a:hover,#mainMenu ol li.active a:hover{
	background-color: transparent;
	background-image: none;
	color: #000;
	text-decoration: none;
}

/**********************      third level      **********************/
#mainMenu ol ol{
	position: static;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0 25px 20px;
	height: auto;
}
#mainMenu ol li>ol{
	padding: 0 0 25px 9px;
}
#mainMenu ol ol li{
	border-bottom: 1px dashed #8A8A8A;
	padding-left: 6px;
}
#mainMenu ol ol li span,#mainMenu li.active ol ol li span{
	font-weight: normal;
	text-indent: 0;
}
#mainMenu li.noBorder{
	border: 0;
}


/**********************      fourth level      **********************/
#mainMenu ol ol ol{
	position: absolute;
	left: 750px;
	top: -100px;
	border-left: 1px dashed #989898;
	background-color: #003687;
	width: 183px;
	height: 420px;
	padding: 15px 0 0 8px;
}
#mainMenu ol ol li>ol{
	width: 174px;
	height: 405px;
}
#mainMenu ol ol ol li{
	border: 0;
	color: #E9F3FF;
}
#mainMenu ol ol ol a{
	color: #E9F3FF;
}
#mainMenu ol ol ol a:hover{
	color: #E9F3FF;
}


/*************************************************************************************
****************************   boxFooter definition   *******************************/
#poweredOn{
	position: absolute;
	top: 55px;
	right: 10px;
	font-size: .8em;
	color: #D09C8C;
}


/**************************************************************************************
*******************************   CLASSES definition   *******************************/

/***  display  ***/
.hideItem{
	display: none;
	font-size: 0;
}
.noBorder{
	border: 0;
}

/***  colors  ***/
.textCerny{
	color: #000;
}
.textBily{
	color: #FFF;
}

/***  text  ***/
.textMaly{
	font-size: .7em;
}

/*** odsazeni ***/
.odsazeni10{
	margin-left: 10px;
}
.odsazeni20{
	margin-left: 20px;
}
.odsazeni30{
	margin-left: 30px;
}
.odsazeni40{
	margin-left: 40px;
}
.odsazeni60{
	margin-left: 60px;
}
.odsazeni80{
	margin-left: 80px;
}

img#imgContact{
	float: right;
	margin: 10px;
	margin-top: -80px;
}
div>img#imgContact{
	margin-top: -60px;
}
.paddL20{
	padding-left: 20px;
}
