BODY
{
	
}
#header
{
	position: relative;
	height: 30px;
	background-color:  gray;
	font-weight: bold;
	border-bottom: crimson 2px solid;
}

#main
{		
	background-color: gainsboro;
	clear:both;
	
}
#left
{
	font-family: Georgia;
	color:White;
	padding-left:10px;
	font-size:20px;
	float:left;
}
 

#right
{
	clear:both;
	width: 70%;
	float: right;
	position: relative;
	background-color: ghostwhite;
}

#footer
{
	position: relative;
	height: 20px;
	background-color: gray;
	text-align: right;
	color:White;
	font-size: 10px;
	font-family: Verdana;
	
}

#info
{	
	font-size:15px;
	margin-left:20px;
	color:Black;
}
.infoData
{
	color:crimson;
}
.datum
{
	float:right;
	font-size:10px;
	margin-right:35px;
}
.left
{
	float:left;
}

.dokumentDiv
{
	position: relative;
	border-right: gainsboro 1px solid;
	padding-right: 5px;
	margin-left:30px;
	padding-left: 5px;
	padding-bottom: 7px;
	border-left: gainsboro 1px solid;
	padding-top: 5px;
	border-bottom: gainsboro 1px solid;
	font-size: 12px;
	font-family: Verdana;
	position:relative;
}
.opisDiv
{
	border-right: gainsboro 1px solid;
	padding-right: 5px;
	border-top: gainsboro 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: gainsboro 1px solid;
	padding-top: 5px;
	border-bottom: gainsboro 1px solid;
	background-color: whitesmoke;
	top:2px;	
	position:relative;
	z-index:0;
}
.sekcijaNaslov
{
	font-weight: bold;
	border-bottom: crimson 2px solid;
	font-family: Georgia;
	width:100%;
}

.sekcijaDiv
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	position:relative;
}

.ikona
{
	float: right;
	width: 30px;
	height: 30px;
	right:7px;
	position: absolute;
	z-index:2;
	
}
A:link
{
	color: #cc0000;
	font-weight: bold;
}
A:hover
{
	color: black;
	font-weight: bold;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
