/*************************************
***    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{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
h1{
	font-size: 1.45em;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px 0;
}
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: #404040;
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: 1px;
	text-indent: 135px;
}
div>h2{
	height: 55px;
}
ul li{
	list-style-type: none;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover, a:focus{
	text-decoration: none;
}

/*************************************************************************************
*******************************   LAYOUT definition   *******************************/
#boxScreen{
	position: relative;
	text-align: left;
	margin: 0 auto;
}
#boxLang{
	display: none;
}
#boxContent{
	position: relative;
	width: 99%;
	padding-top: 15px;
}
#boxContentInner{
	width: 506px;
	margin: 0;
}
div>#boxContentInner{
	width: 504px;
}
#boxRightSection{
	position: absolute;
	right: 0;
	top: 21px;
	border-left: 1px dashed #989898;
	font-size: .9em;
	width: 200px;
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 25px;
}
div>#boxRightSection{
	width: 192px;
}
#boxHalfL, #boxHalfR{
	float: left;
	width: 49%;
	padding: 5px 0;
}
div>#boxHalfL, div>#boxHalfR{
	width: 48%;
	padding: 10px 5px;
}
#boxHalfR{
	float: right;
}
#boxBreadcumNavigation{
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: 1px dashed #989898;
	font-size: 10px;
	line-height: 18px;
	width: 100%;
	height: 20px;
	padding-left: 15px;
}
#boxSubmenu,#boxShadow,#contentShadow,#mainMenu{
	display: none;
}
#boxMenu{
	clear: both;
	position: relative;
	padding-top: 31px;
}
#boxFooter{
	border-top: 1px dashed #989898;
	text-align: center;
	width: 100%;
	padding-top: 7px;
}

/****************************************************************************************
*******************************   boxScreen definition   *******************************/

/**********************      ICONS      **********************/
#icons{
	display: none;
}

/****************************************************************************************
********************************   boxLang definition   ********************************/

/*************************************************************************************
*****************************   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 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.5%;
	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;
	color: #FFF;
	line-height: 18px;
	text-align: center;
	width: 52px;
	height: 19px;
	margin: 15px 20px 0 0;
}

/*************************************************************************************
**************************   boxRightSection definition   **************************/

#boxRightSection h3,#boxRightSection h4{
	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   ******************************/

/*************************************************************************************
****************************   boxFooter definition   *******************************/
#poweredOn{
	position: absolute;
	top: 36px;
	right: 10px;
	font-size: .8em;
}

/**************************************************************************************
*******************************   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;
}

/***************************************************************************************
*******************************   Projects definition   *******************************/

h3#projectName{
	font-size: 1.5em;
	padding-top: 15px;
}
img#projectIndexPhoto{
	float: left;
	width: 200px;
/*	height: 160px;*/
	margin: 7px 12px 3px;
}
#boxContentInner ul{
	height: 70px;
}
ul#projectFiles li{
	display: block;
	float: left;
	width: 75px;
	margin: 3px 5px 0;
}
ul#projectFiles{
	height: auto;
	padding: 0 0 0 15px;
}
#boxContentInner ul#projectFiles li:before{
	content: '';
}
ul#projectFiles img{
	border-width: 3px;
	width: 75px;
	height: 64px;
}
#boxContentInner p{
	padding: 0 20px;
}
#boxRightSection ul li{
	margin-bottom: 3px;
}