/*************************************
***    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;
}
body{
	background-color: #FFF;
	color: #393939;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
}
h1{
	float: right;
	position: relative;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	background-image: url(../images/hlavicka_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #EC0000;
	font-size: 1.95em;
	text-align: center;
	width: 652px;
	height: 91px;
	padding-top: 17px;
}
div>h1{
	width: 652px;
	height: 74px;
}
h1 span{
	font-size: .8em;
	color: #000;
}
h1 span span{
	font-size: 1em;
	color: #EC3606;
}
h1 a{
	display: block;
	color: #EC0000;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: none;
}
h2{
	color: #3D7900;
	font-size: 1.4em;
	font-weight: normal;
	padding: 15px 0 15px 50px;
}

a{
	color: #0E5E00;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
p{
	text-indent: 1em;
}
table{
	font-size: 1em;
}
img{
	border: 1px solid #8F8F8F;
}

/**************************************************************************************
*******************************   CLASSES definition   *******************************/

/*** colors ***/
.colorGray{
	color: #393939;
}
.colorBlue{
	color: #004AAD;
}

/*** blocks ***/
.divClearer, .clearBoth{
	clear: both;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}

/***  display  ***/
.hideItem{
	display: none;
}

/*** text & font ***/
.textRight{
	text-align: right;
}
.textCenter{
	text-align: center;
}
.textJustify{
	text-align: justify;
}

/*** paddings & margins ***/
.p20{
	padding-left: 20px;
}


/**************************************************************************************
*******************************   LAYOUT definition   *******************************/
#boxScreen{
	text-align: left;
	width: 675px;
	margin: 0 auto;
	padding-top: 10px;
}
#boxMotto{
	display: none;
}
#boxContent{
	float: right;
	position: relative;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 7px;
	background-color: #FEFEFE;
	background-image: url(../images/obsah_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 652px;
	min-height: 580px;
	_height: 730px;
	margin-top: 15px;
	padding: 20px 15px 10px;
}
div>#boxContent{
	width: 622px;
}
#boxOpeningTime{
	float: left;
	clear: both;
	position: relative;
	border: 1px solid #C9C9C9;
	-moz-border-radius: 7px;
	background-image: url(../images/oteviraci_doba_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 215px;
	margin-top: 30px;
	margin-left: 15px;
	padding: 17px 15px;
}
div>#boxOpeningTime{
	width: 185px;
}
#boxFooter{
	float: right;
	font-size: .8em;
	width: 210px;
	margin-top: 35px;
	margin-left: 20px;
}


/**************************************************************************************
****************************   mainMenu definition   *********************************/
#ulMainMenu{
	display: none;
}

/**************************************************************************************
******************************   boxContent definition   *****************************/
#boxContent fieldset{
	position: absolute;
	top: 20px;
	right: 25px;
	border: 1px solid #BBB;
	-moz-border-radius: 5px;
	background-color: #FFF;
	font-size: .95em;
	width: 280px;
	padding: 0 35px 25px 45px;
}
#boxContent>fieldset{
	width: 200px;
}
#boxContent legend{
	border-left: 1px solid #BBB;
	color: #444;
	font-size: 1.05em;
	margin-left: 5px;
	padding: 0 10px;
}
#boxContent fieldset h3{
	font-size: 1.1em;
	margin: 25px 0 7px -10px
}
#boxContent fieldset strong{
	color: #0751BA;
	margin-left: -5px;
}
#boxContent address{
	font-style: normal;
}
#boxContent address span{
	color: #EC3606;
}
#boxContent div#divFirmInfo{
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 60px;
}
#boxContent img#imgLocation{
	margin: 5px -5px;
}

/********************************************/
#boxContent-cornerLT,#boxContent-cornerLB,
#boxContent-cornerRT,#boxContent-cornerRB{
	position: absolute;
	background-position: top left;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
#boxContent-cornerLT{
	top: -1px;
	left: -1px;
	background-image: url(../images/content_LT.gif);
}
#boxContent-cornerLB{
	left: -1px;
	bottom: -9px;
	background-image: url(../images/content_LB.gif);
}
#boxContent-cornerRT{
	top: -1px;
	right: -1px;
	background-image: url(../images/content_RT.gif);
}
#boxContent-cornerRB{
	right: -1px;
	bottom: -9px;
	background-image: url(../images/content_RB.gif);
}
div>#boxContent-cornerLB, div>#boxContent-cornerRB{
	bottom: -1px;
}


/**************************************************************************************
***************************   additional boxes definition   **************************/
#boxMotto strong{
	line-height: 2em;
	vertical-align: text-top;
}
#boxOpeningTime h2{
	color: #0553B8;
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
	padding: 0;
}
#boxOpeningTime h2 span{
	display: block;
	color: #444;
	font-size: .75em;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
}
#boxOpeningTime table{
	width: 100%;
	margin-top: 10px;
}
#boxOpeningTime th{
	padding-left: 5px;
	padding-right: 10px;
}
#boxOpeningTime tr.bottomLine th, #boxOpeningTime tr.bottomLine td{
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
}
/********************************************/
#boxOpeningTime-cornerLT,#boxOpeningTime-cornerLB,
#boxOpeningTime-cornerRT,#boxOpeningTime-cornerRB{
	position: absolute;
	background-position: top left;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
#boxOpeningTime-cornerLT{
	top: -1px;
	left: -1px;
	background-image: url(../images/openingTime_LT.gif);
}
#boxOpeningTime-cornerLB{
	left: -1px;
	bottom: -10px;
	background-image: url(../images/openingTime_LB.gif);
}
#boxOpeningTime-cornerRT{
	top: -1px;
	right: -2px;
	background-image: url(../images/openingTime_RT.gif);
}
#boxOpeningTime-cornerRB{
	right: -2px;
	bottom: -10px;
	background-image: url(../images/openingTime_RB.gif);
}
div>#boxOpeningTime-cornerLB, div>#boxOpeningTime-cornerRB{
	bottom: -1px;
}
div>#boxOpeningTime-cornerRT, div>#boxOpeningTime-cornerRB{
	right: -1px;
}


/**************************************************************************************
******************************   boxFooter definition   ******************************/

#boxFooter{
	position: relative;
}
#boxFooter a{
	color: #000;
	font-size: .9em;
	font-weight: bold;
}
#boxFooter span{
	color: #E11C00;
}

/**************************************************************************************
******************************   ********************   ******************************/
h3.h3Zbozi{
	margin: 20px 0 10px 300px;
}
p#pWide{
	padding: 2px 20px 2px 10px;
	text-align: justify;
}
p.pZbozi{
	width: 330px;
	margin-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
div>p.pZbozi{
	width: 320px;
}
img.posRelTM15{
	position: relative;
	top: -30px;
	margin-left: 5px;
}
#boxContent a.aMargin img{
	width: 147px;
	height: 110px;
	margin: 3px;
}
ul#ulDlazba{
	clear: left;
	list-style-type: disc;
	list-style-image: url(../images/odrazka.gif);
	list-style-position: outside;
	margin-left: 40px;
	position: relative;
	top: -15px;
}

/********************************************/
#h1-cornerLT,#h1-cornerLB,#h1-cornerRT,#h1-cornerRB{
	display: block;
	position: absolute;
	background-position: top left;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
#h1-cornerLT{
	top: -1px;
	left: -1px;
	background-image: url(../images/h1_LT.gif);
}
#h1-cornerLB{
	left: -1px;
	bottom: -25px;
	background-image: url(../images/h1_LB.gif);
}
#h1-cornerRT{
	top: -1px;
	right: -1px;
	background-image: url(../images/h1_RT.gif);
}
#h1-cornerRB{
	right: -1px;
	bottom: -25px;
	background-image: url(../images/h1_RB.gif);
}
h1>#h1-cornerLB, h1>#h1-cornerRB{
	bottom: -1px;
}
/********************************************/
#fieldsetKontakty-cornerLT, #fieldsetKontakty-cornerLB,
#fieldsetKontakty-cornerRT, #fieldsetKontakty-cornerRB{
	position: absolute;
	background-position: top left;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
#fieldsetKontakty-cornerLT{
	top: 6px;
	left: -1px;
	background-image: url(../images/konkakty_LT.gif);
}
#fieldsetKontakty-cornerLB{
	left: -1px;
	bottom: -8px;
	background-image: url(../images/konkakty_LB.gif);
}
#fieldsetKontakty-cornerRT{
	top: 6px;
	right: -1px;
	background-image: url(../images/konkakty_RT.gif);
}
#fieldsetKontakty-cornerRB{
	right: -1px;
	bottom: -8px;
	background-image: url(../images/konkakty_RB.gif);
}
fieldset>#fieldsetKontakty-cornerLB, fieldset>#fieldsetKontakty-cornerRB{
	bottom: -25px;
}
fieldset>#fieldsetKontakty-cornerLT, fieldset>#fieldsetKontakty-cornerRT{
	top: -8px;
}
fieldset>#fieldsetKontakty-cornerLT, fieldset>#fieldsetKontakty-cornerLB{
	left: -46px;
}
fieldset>#fieldsetKontakty-cornerRT, fieldset>#fieldsetKontakty-cornerRB{
	right: 44px;
}
