html, body,  p, h1, h2, h3, h4, h5, h6, form, fieldset, a { 
	border:0; 
	margin:0; 
	padding:0; 
}

body{
	background-color:#fff;
	font-size:10pt;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0 0;
	text-align:center;
}


#container{
	width:780px;
	margin: 0 auto;
	text-align:left;
}

#header{
	width:780px;
	text-align:center;
	margin-bottom:20px;
}

#header h1{
margin:20px 0 20px 0;
font-size:14pt;
}


#content{
    width:305px;
	color:#000;
	float:left;
	padding:200px 10px 10px 10px;
	background-image:url("../images/odluka.jpg");
	background-repeat:no-repeat;
	background-position:top center;	

}

#content p{
line-height:20pt;
padding:0 0 10px 0;
}

#right{
	padding:10px;
	margin-bottom:20px;
	float:right;
    width:420px;
	background:#f1f1f1;
	border:5px solid #d5d5d5;
    }	

#right p{
line-height:20pt;
}

#footer{
	clear:both;
	padding:20px;
	font-size:10px;
	color:#a5a5a5;
	text-align:right;
	}


acronym{
cursor:help;
border-bottom: 1px dotted #000;
}


.title{
font-size:14pt;
color:#a5a5a5;
display:block;
padding:0 0 10px 0;
margin:0 0 10px 0;
}


ul{
line-height:25px;
}


.center{
text-align:center;
}

.justify{
text-align:justify;
}

.right{
text-align:right;
}


a:link {
color: #000000;
text-decoration:underline;
font-weight:normal;
}

a:visited {
color: #000000;
text-decoration:underline;
font-weight:normal;
}

a:hover {
color: #ff0000;
text-decoration:none;
font-weight:normal;
}

a:active {
color: #000000;
text-decoration:none;
font-weight:normal;
}



