 /* Main */

	html, body{
	height: 100%;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	background: #000000;
	}

	#wrapper{
		position: absolute;
		width: 717px;
		left: 50%;
		margin-left: -350px;
	}
	
	#container{
		float: left;
		width: 717px;
		background-color: #FFFFFF;
		border-right: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		margin: 0px 0px 0px 20px;
	}

	#head{
		float: left;
		width: 717px;
		background: #000000;
	}

	#navigation{
		float: left;
		width: 717px;
		background: url(../images/izbornik.jpg) top right no-repeat #000000;
		padding: 0px;
		margin: -1px 0px 2px 0px;
	}

	#content{
		float: left;
		width: 717px;
		background-color: #000000;
		padding: 0px;
	}

	#footer{
		float: left;
		width: 717px;
		background: #000000;
		margin-top: 2px;
		padding: 5px;
	}
	
	table.one{
		width: 650px;
		margin: auto;
		border: 1px dashed #999999
	}
	
	table.one td{
		width: 50%;
		border: 0;
	}
		
	table.two{
		width: 100%;
		border: 0;
		
	}
	
	table.two td{
		width: auto;
		height: auto;
		border: 0;
	}



 /* Headings */

	h1{
		font-family: Arial, sans-serif;
		font-size: 1em;
		color: #ae1b14;
		background-color: #000000;
		padding: 0px;
		margin: 5px;
	}


 /* Text */

	p{
		font-family:  Arial, sans-serif;
		font-size: 0.7em;
		line-height: 1.5em;
		color: #999999;
		margin: 10px 0px 10px 0px;
		padding: 0px;
		text-align: center;
	}

	.foot{
		font-family:  Arial, sans-serif;
		font-size: 0.7em;
		color: #999999;
		margin: 0px;
		padding: 0px 5px 0px 0px;
		text-align: right;
	}

	.text {
		font-family:  Arial, sans-serif;
		font-size: 0.7em;
		line-height: 1.5em;
		color: #999999;
		margin: 10px 0px 10px 0px;
		padding: 0px;
		text-align: center;
	}

	.textleft {
		font-family:  Arial, sans-serif;
		font-size: 0.7em;
		line-height: 1.5em;
		color: #999999;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align: left;
	}
	
	.textjustify {
		font-family:  Arial, sans-serif;
		font-size: 0.7em;
		line-height: 1.5em;
		color: #999999;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align: justify;
	}
	
	.textNA {
	text-decoration: line-through;
	}
	

 /* Links */

	a{
		font-family:  Arial, sans-serif;
		font-size: 1.0em;
		color: #999999;
		text-decoration: none;

	}

	a:hover{
		font-family: Arial, sans-serif;
		font-size: 1.0em;
		color: #ae1b14;
		background-color: #000000;
		text-decoration: none;
	}

	.footlink{
		font-family: Arial, sans-serif;
		font-size: 0.9em;
		color: #999999;
		background-color: #000000;
		text-decoration: underline;
	}
	
	.footlink:hover{
		font-family: Arial, sans-serif;
		font-size: 0.9em;
		color: #ae1b14;
		background-color: #000000;
		text-decoration: none;
	}

	.link{
		color: #FFF;
		background-color: #FFF;
		text-decoration: none;
	}
	
	.link:hover{
		color: #911616;
		background-color: #FFF;
		text-decoration: none;
	}
	
	.link2{
		color: #555555;
		font-size: 0.7em;
		text-decoration: none;
	}
	
	.link2:hover{
		color: #FFF;
		font-size: 0.7em;
		text-decoration: none;
	}	
	
	.link3{
		color: #911616;
		font-size: 1em;
		text-decoration: none;
	}
	
	.link3:hover{
		color: #FFF;
		font-size: 1em;
		text-decoration: none;
	}
	
 /* Images */

	img{
	margin: 0px;
	padding: 0px;
	border: 0;
	}

	.thumb{
		margin: 10px 10px 2px 0px;
		padding: 0px;
		border: 2px solid #FFF;
	}
	
	.thumbphoto{
		margin: 10px 10px 5px 5px;
		padding: 0px;
		float: left;
	}


 /* List */

	#navigation ul li a {
		font-family: Arial, sans-serif;
		font-size: 0.7em;
		color: #fdcd61;
		background-color: #000000;
		display: inline;
		padding: 10px 4px 10px 5px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		float: left;
	}
	
	#navigation ul li a:hover {
		font-family: Arial, sans-serif;
		font-size: 0.7em;
		color: #ae1b14;
		display: inline;
		padding: 10px 4px 10px 5px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		float: left;
	}
	
	ul {
		list-style-type: none;
		margin: 0;
		padding: 0px;
		line-height: 0px;
	}
	
	li{
		list-style-type: none;
		margin: 0;
		padding: 0px;
		line-height: 0px;
	}
	
	
 /* Novosti */

	.datum {
		font-family:  Arial, sans-serif;
		font-size: 1.0em;
		line-height: 1.5em;
		color: #fdcd61;
		margin: 10px 0px 10px 0px;
		padding: 0px;
		text-align: center;
	}
	
	.novosti {
		font-family:  Arial, sans-serif;
		font-size: 1.0em;
		line-height: 1.5em;
		color: #999999;
		margin: 10px 0px 10px 0px;
		padding: 0px;
		text-align: center;
	}
	

