body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background: #FFF url(/data/Design/autorizovanyinspektor-cz/bg_body.gif) repeat-y;
}

body, a, table, td, pre{
	color: #000;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

a{
	color: #000;
	font-weight: bold;
	
}
th{
	color: #000;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
}


h1{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 3px solid #000;
	font-size: 25px;

}

h2{
	text-align: center;
	color: #FF0000;
	margin: 5px 0px;
	font-size: 18px;
}

h3{
	margin: 5px 0px;
	font-size: 17px;
}

img{
	border: 0px;
}

input, textarea, select{
	width: 98%;
}

marquee{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;

}

object{
	position:absolute;
	top:15px;left:150px;
}







/* STRUCTURE */
.cms_presentation{
	width: 800px;

	overflow: hidden; 
}

.cms_head{
	height: 200px;
	width: 800px;
	background: url(/data/Design/autorizovanyinspektor-cz/bg_head.jpg) left top no-repeat;
	z-index: -10;
}

.cms_blockLeft{
	float: left;
	position: relative;
	top: 0px;
	width: 200px;
	z-index: 10;
}

.cms_blockRight{
	float: right;
	position:fixed; 
	top: 10px;
	left: 810px;
	min-height: 500px;
	_height: 500px;
	width: 200px;
	padding: 5px;
	margin-left: 10px;
	border: 1px double #ABC3C3;
}

.cms_foot {
	clear: both;
}








/* CMS OBJECTS */
.CMSPage{
	float: right;
	width: 580px;
	z-index: 0;
}







/* LEFT MENU */
ul.cms_menuLeft{
	margin: 0px 0 0 5px ;
	padding: 0px;
	list-style:none;
	width:190px;
	border-bottom: 3px solid #316363;
}

ul.cms_menuLeft li{
	position: relative;
	height: 27px;
	line-height: 27px;
	text-align: left;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #316363; 
	list-style:none;
	background: #FFF url(/data/Design/autorizovanyinspektor-cz/bg_menu.gif) repeat-x;
	behavior:  url(/data/css/default/IEmen.htc );

}

ul.cms_menuLeft li ul {
	border: 1px solid #316363;
	border-top: 0px;
	visibility: hidden;
	position: absolute;
	width: 30em;
	left: 191px;
	top: -2px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	overflow: hidden;
	background-color:#ADC6C6;
}


ul.cms_menuLeft ul.CSStoShow {
	visibility: visible;

}

ul.cms_menuLeft li:hover > ul {
	visibility: visible;

}

ul.cms_menuLeft li a{
	padding: 0px 0px 0px 10px;
	display: block;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

ul.cms_menuLeft a:hover{
	color: #fff;
	background-color:#5b8484;
}

ul.cms_menuLeft ul li a{
	display: block;
	padding: 0px 0px 0px 10px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	
}


/* IN HEAD */
.hodiny{
	position:absolute;
	top:10px;left:323px;
}

.cms_head h1{
	float: left;
	position: relative;
	top: 10px;
	left: 212px;
	width: 435px;
	height: 27px;
	line-height: 27px;
	margin: 0px;
	padding: 0px 20px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	overflow: hidden; 
	border: 0px !important;
}

.cms_head h2{
	clear: left;
	float: left;
	position: relative;
	top: 28px;
	left: 280px;
	width: 318px;
	margin: 0px !important;
	padding: 0px !important;
	color: #FF0000 !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: center !important;
	overflow: hidden;
}







/* RECORDS IN PROJET */
.CMSRecord .item_project{
	border-top: 1px dotted #000;
	margin: 10px 0px;
}

.CMSRecord .item_project .head a{
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
}

.CMSRecord .item_project .head a:hover{
	color: #FF0000;
}

.CMSRecord .item_project .contents .ikon{
	float: left;
	width: 100px;
	text-align: center; 
}

.CMSRecord .item_project .contents .TextHTML{
	float: right;
	width: 470px;
}

.CMSRecord .item_project .foot{
	clear: both;
}

.CMSRecord .item_project_detail .head{
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
}

.CMSRecord .item_project_detail .contents .ikon{
	float: left;
	width: 170px;
	text-align: center;
	overflow: hidden;
}

.CMSRecord .item_project_detail .contents .TextHTML{
	float: right;
	width: 400px;
	border: 0px solid red;
}

.CMSRecord .item_project_detail .contents_large{
	clear: both;
	font-size: 18px;
	padding: 15px 0px;
}

.CMSRecord .item_project_detail .foot{
	clear: both;
	text-align: right;
}

.CMSRecord .item_project_detail .foot input{
	width: 10em;
}







/* OTHER STUFFS */
.index_title h1{
	margin: 0px !important;
}

.CMSPage ul{
	margin: 10px 0px;
	padding: 0px 0px 0px 5px;
}






/* Clanek */
/* nenastylovane pocitadlo komentaru */
.articlecommentscounter{
display: none;
}

.CMSArticle{
margin: 10px 0px 0 0;
padding: 0px ;
clear:both;
}

.CMSArticle_in{
margin: 0px 0px 0 0;
padding: 0px 3px;
clear:both;
}

.CMSArticle .articledate{
font-weight:bold;
font-size:7pt;
border-bottom:1px solid gray;
}

.CMSArticle .articletitle{
font-weight:bold;
color:#5b8484;
font-size:9pt;
padding: 0px 0px 3px 0px;

}
.cms_blockLeft .CMSArticle .articletitle{
font-weight:bold;
color:#fff;
font-size:8pt;
padding: 0px 0px 3px 0px;

}

.CMSArticle .articleperex{
font-size:8pt;
font-style:italic;
padding: 0px 0px 3px 0px;
}

.CMSArticle .articlebody{
padding: 0px 0px 3px 0px;
}

.cms_blockLeft .CMSArticle .attachment{
padding: 0px ;
margin:0 ;
text-align:center!important;
clear:both;
}
.CMSPage .attachment{
padding: 0px ;
margin:0 ;
text-align:left;
clear:both;
}


.CMSArticle .attachment img{
padding: 0px 0px 3px 0px;
margin:0 ;


}
.CMSPage .attachment img{
padding: 5px 5px 5px 0px;
margin:0 ;
float:left;

}

.CMSArticle .attachment_link{
padding: 0px 0px 3px 0px;
}

.cms_blockLeft .CMSLink {
margin: 10px 0px 0 0;
padding: 0px  0 0 4px;
display:block;
clear:both;
text-align:left;
}



