/* CSS Document */

body {
	margin: 50;
	padding: 0;
	/*background: #E0E0E0;*/
	/*background: #76859A;*/
	background: #76859A; url('images/template/a1.gif') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

a:link,a:active,a:visited { 
	text-decoration: none;
	/*border-bottom: 1px dashed #0153B4;*/
	color: #0153B4;
}

a:hover	{ 
	text-decoration: none; 
	border-bottom: 1px solid #000000;
	color : black; 
}


a.menu:link, a.menu:active, a.menu:visited  {
	color: black;
	text-decoration: none;
	border-bottom: none;
}

a.menu:hover	{ 
	text-decoration: none; 
	border-bottom: 1px solid #000000;
	color : black; 
}

a.menu-active {
	color: white;
	text-decoration: none;
	border-bottom: none;
}


h1 {
	font-weight: bold;
	font-size: 1.5em;
}

h1.naslov-strane {
	font-weight:150;
	font-weight: bold;
	color:#006;
	text-shadow:#666;
	font-size: 2em;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
}

h1.hiv-naslov-strane {
	font-weight:150;
	font-weight: bold;
	color:#f00;
	text-shadow:#666;
	font-size: 2em;
}

h2.hiv-naslov {
	font-weight: bold;
	font-size: 1.2em;
	color:#F00;
}

h3 {
	font-weight: bold;
	font-size: 1em;
}

td.row1	{ background-color: #9CA7B6; }
td.row2	{ background-color: #E3E3E3; }
td.row3	{ background-color: #F5F5F5; }

.row1	{ background-color: #9CA7B6; }
.row2	{ background-color: #E3E3E3; }
.row3	{ background-color: #F5F5F5; }

.small_img {
	padding: 5px;
	border: 1px solid #333333;
	margin: 5px;
}


/* Sidebars */
.sidebar {
	width: 190px;
	padding: 0px 0px 0px 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 0px;
	/*padding: gore desno dole lijevo*/
	padding: 5px 15px 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
	padding: 5px 5px;
	border: none;
}

.sidebar li h2 {
	height: 30px;
	margin: 0px 20px 0px 30px;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}

.sidebar p {
	padding: 0 0px;
}

/*
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}*/
/*
img {
	margin:0;
	padding:0px;
}

*/

/* Wrapper */

/* Latest Post */
/*
#latest-post {
	padding: 20px;
	border: 1px dashed #CCCCCC;
}
*/
/* Content */
/*
#content {
	width: 730px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
	
}
*/
/*
.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

*/
