BODY {
	background-color:#FFF;
	margin:0px 0px 75px 0px;
	padding:0;
	background-repeat: repeat-x;
	background-position:bottom;
	background-image:url(images/bg-all.gif);
	background-attachment: fixed;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:0.8em;
}
A {color:#FF4100; text-decoration:underline;}
A:VISITED {color:#FF4100; text-decoration:underline;}
A:HOVER {color:#FF0000; text-decoration:none;}
.body {
	background-repeat: repeat-x;
	background-position: top;
	background-image:url(images/bg-home.gif);
}
#languages {
	color:#000;
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	margin-top:40px;
}
#languages A {color:#000; text-decoration:underline;}
#languages A:VISITED {color:#000; text-decoration:underline;}
#languages A:HOVER {color:#FF4100; text-decoration:underline;}
#logohome {
margin:10px 0px 0px 0px;
text-align:center;
}
#top {
width:100%;
display: inline;
margin:0;
}
#logo {
display:inline;
float:left;
margin:0;
padding:0;
}

/*navigacija*/
#navcontainer {
	display:inline;
	float:left;
	width:100%;
	background-image: url(images/logo-doremiza.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:150px;
}
#navlist
{
margin:103px 0px 0px 138px;
padding: 0 0 20px 20px;
border-bottom: 1px solid #000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10pt;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 15px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #FF4100;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }
/*kraj navigacije*/

#main {
color:#000;
margin:10px 100px 20px 20px;
padding:0px 0px 0px 118px;
}
H1 {font-size:12pt; font-weight: bold; margin-bottom: 25px;}
H2 {font-size:10pt; font-weight: bold; margin-bottom: 20px; margin-top:25px;}
.imgborder {border:1px solid #000;}

.tb1 {background:#FFBF00;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10pt;
border:1px solid #000;
}
.tb2 {background:#FFF;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 9pt;
border:1px solid #000;
}