@charset "utf-8";
/* CSS Document */
a{
	text-decoration:none;
}
a:link{ color:#006600;}
a:visited{ color:#006600;}
a:active{ color: #006600;}
a:hover{ color:#990000;}

body,html{ 
	height:100%;
}
body{
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */
	margin:0;
}

h1{
	font:22px tahoma bold;
	text-align:center
}
div{
	text-align:justify;
}
p{
	margin:0px;
	margin-top:10px;
}
#linkback{
	text-align:right;
	font-weight:bold;
}
#header{
	background:#CCCCCC;
	text-align:right;
	padding-top:11px;
	height:167px;
	padding-right:48px;

	background:url(images/header765x180.jpg) no-repeat;
}
#hightlights{
	text-align:center;
	padding-top:8px;
}
#lefthigh{
	background:url(images/highlight.png);
	width:372px; height:47px;
	font-size:16px;
	float:left;
	margin-left:10px;
	text-align:center;
	padding-top:30px;
}
#righthigh{
	background:url(images/highlight.png);
	width:372px; height:57px;
	float:right;
	font-size:16px;
	margin-right:10px;
	text-align:center;
	padding-top:20px;
}
#left{
	width:210px;
	height:100%;
	background:url(images/chain.jpg) repeat-y;
	border-right:2px solid #515151;
	vertical-align:top;
}
#main{
	width:765px;
	height:100%;
	vertical-align:top;	
}
#content{
	width:745px;
	padding:10px 0px 10px 10px;
	clear:both;
}
#wrapper{
	width:975px;
	font:12px tahoma;
	height:100%;
}
#menu{
	height:100%;
	
}
.menuitem{
	background:url(images/meni_back.png) no-repeat;
	height:23px;
	text-align:right;
	padding-right:10px;
	padding-top:7px;
}
.submenuitem{
	background:url(images/meni_back.png) no-repeat 10px;
	height:23px;
	text-align:right;
	padding-right:10px;
	padding-top:7px;
}
.tahoma{
	font:12px tahoma;
}
.pxborder{
	border:1px solid #000000;
}
.delimiter{
	border-bottom:1px solid #333333;
	font-size:16px;
	color:#000033;
	text-align:left;
	padding-bottom:4px;
	font-weight:bold;
	
}
.article{
	padding:5px 0px 5px 5px;
	line-height:16px;
}


#references td{
	vertical-align:top;
}
#references .number {
	font-size:9px;
	width:50px;
}
#references .text {
	text-align:left;
}

.img{
	font:11px tahoma;
	text-align:center;
	margin:10px 0px 10px 0px
}
img{
	margin-bottom:5px;
	
}
.tabela td{
	text-align:center;
	border:1px solid #888888;
	color:#333333;
}
.tabela .head{
	background-color:#ecf4ff;
}
.tabela .col1{
	background-color:#f4f4f4;
}
