<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
		font-family: Georgia, Arial, helvetica, sans-serif;
		font-size: 14px;
		line-height: 150%;
		margin: 0px;
		color:#333333;
		background-color: #68B8DD;
		background-image: url('bg-all.png');
		background-position: center top;
		background-repeat: no-repeat;
		}



td {
		font-family: Arial, helvetica, sans-serif;
		font-size: 12px;
		}
a {
		color: #68B8DD;
		text-decoration: none;
		}
a:hover {
		color: #004A6E;
		text-decoration: none;
		}
		
img {	border:0px;	}
hr { 
		border: 0;
		color: #68B8DD;
		background-color: #68B8DD;
		height: 1px;
		}
h1, h2, h3 { 
		font-family: 'Open Sans', Arial, helvetica, sans-serif;
		font-weight: bold;	
		color: #004A6E;
		line-height:100%;
		margin-top:0px;
		}
h1 {		font-size: 32px;}		
h2 {		font-size: 18px;}	
h3 {		font-size: 14px;}
CITE {
		float: right;
		margin: 10px;
		margin-left: 20px;
		font-size: 24px;
		color: #fff;
		padding: 5px 5px 5px 5px;
		background-color: #49499C;
		border: 1px solid #303067;

		}

.box {
		color: #333;
		padding: 10px;
		background-color:transparent;
		border:0px none;
		-moz-border-radius: 7px;
		-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
		-webkit-border-radius: 7px;
		-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
		}
.box ul , #newsbox ul {
		margin-top:0px;
		}

div#slike {
		text-align: center;
		}
div#slike img {
		padding: 6px; 
		border: 1px solid #dddddd;
		margin: 5px 15px;
		}



/* ----- forms ------*/
input[type=text], textarea {
		font-family: Arial, Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13px;
		padding: 4px;
		margin:0px;	
		border: 1px solid #bbb;
		background-image: url('bg-input.png');
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		}	
input:focus, textarea:focus {
		border: 1px solid #000;
		}
label	{
		display: block;
		float: left;
		width: 130px;
		margin-right: 10px;
		text-align: right;
		}
fieldset {
		background-image : url('bg-box.png');
		background-repeat: repeat-x;
		}	
input[type=button], input[type=submit] {
		margin:0;
		display: inline-block;
		background: url('bg-btn.png') repeat-x 0px 0px;
		padding:5px 10px 6px 10px;
		padding:3px 8px 4px 8px;
		/*font-weight:bold;*/
		font-size:11px;
		text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
		border:1px solid rgba(0,0,0,0.4);
		-moz-border-radius: 17px 7px 17px 7px;
		-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
		-webkit-border-radius: 17px 7px 17px 7px;
		-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
		background-color: #CCCCCC; color: #141414;
}
input[type=button]:hover, input[type=submit]:hover	{background-color: #00c0ff; color: #ffffff;}



	
/* ----- topmenu ------*/

#topmenu {
		background-image: url('bg-topmenu.png');
		background-repeat: no-repeat;
		background-position: top;
		height:50px;
		/*width: 970px;*/
		width:100%;
		}
#topmenu ul {
		text-align: center;
		margin: 0;
		padding:15px;
		}
#topmenu li {
		background: transparent;
		display: inline;
		list-style-type: none;
		margin-top: 7px;
		}
#topmenu li a {
		font:15px 'Open Sans', Arial, helvetica, sans-serif;
		font-weight: bold;
		text-align: left;	
		color: #FFFFFF;
		font-weight:normal;
		/*text-transform:uppercase;*/
		/*letter-spacing: 1px;			*/
		text-decoration: none;	
		padding:3px 20px 3px 20px;
		-moz-border-radius:5px 5px;
		margin:2px 15px;
		/*border:1px solid #000;*/
		}
#topmenu li a:hover {
		background-color: #006393;
		border:1px solid #68B8DD;
		margin:2px 14px;
		color : #ffffff;
		}	
		
		
/* ----- tabs ------*/
ul.tabs {
		text-align: left;
		border-bottom:1px solid #ccc;
		margin:0;
		margin-bottom:5px;
		padding:0;
		padding-bottom:1px;
		}

ul.tabs li {
		display: inline;
		list-style-type : none;
		margin:0;
		padding:4px 6px 2px 6px; 
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-top:1px solid #ccc;
		cursor: pointer;
		-moz-border-radius: 3px 10px 0px 0px;
		-webkit-border-radius: 3px 10px 0px 0px;
		}
.soff:hover {
		background: url('bg-box.png') repeat-x bottom;
		color: #666; 
		}
.soff {
		color: #666; 
		background: url('bg-btn.png') repeat-x 0px 0px;
		background-color: #CCCCCC;
		}
.son{
		color: #000; 
		border-bottom:0px;
		background: url('bg-box.png') repeat-x bottom;
		}
/* ---- external links list ---- */
ul.links{
		list-style-type: none;
		/*padding: 0;
		margin: 0;*/
		}
ul.links li {
		background-image: url(/images/i-external.png);
		background-repeat: no-repeat;
		background-position: 0 6px;
		padding-left: 20px;
		}</pre></body></html>