@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	background-color:white;
	color:black;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	min-width:800px;
}

#centar_holder
{
	width:800px;
	margin:10px auto;
}

#container
{
	width:800px;
	float:left;
	text-align:left;
}

#header
{
	width:786px;
	height:175px;
	float:left;
	border:2px solid black;
	padding:5px;
	margin-bottom:5px;
}

#logo
{
	float:left;
	height:175px;
	width:396px;
}

#flash
{
	float:left;
	height:171px;
	width:381px;
	margin-left:5px;
	border:2px solid black;
}

#menu
{
	width:791px;
	height:30px;
	padding:5px;
	padding-right:0px;
	float:left;
	border:2px solid black;
	margin-bottom:5px;
}

#menu a
{
	float:left;
	display:block;
	height:28px;
	width:96px;
	margin-right:5px;
	color:black;
	font-weight:bold;
	line-height:28px;
	text-align:center;
	text-decoration:none;
	border:1px solid black;
}

#data
{
	width:791px;
	padding:5px;
	padding-right:0px;
	float:left;
	border:2px solid black;
}

#data_tekst
{
	width:385px;
	float:left;
	text-align:justify;
}

#data_image
{
	width:401px;
	float:left;
}

#data_image a
{
	color:black;
}

#data_image a:hover
{
	text-decoration:none;
}

#data a
{
	color:black;
}

#data a:hover
{
	text-decoration:none;
	font-weight: bold;
}

#data_image img
{
	border:0px;
	float:left;
	margin-right:10px;
}
