@charset "utf-8";
/* CSS Document */

body {
height: auto; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #768d9f;
}

table{
font-size: 12px;
}

h2{
margin: 0px;
padding: 4px 0px 4px 0px;
font-size: 12px;
color: #b00202;
}

a:hover h2{
color: #000;
background: #f79646;
}

li {
list-style-type: none;
}

.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  cursor:default;
  text-decoration: underline;
  }

.naslov {
font-size: 16px;
font-weight: bold;
}

#wrap {
height: auto; 
width: 680px;
font-size: 12px;
background: #FFFFFF;
margin-left: auto;
margin-right: auto;
padding: 15px;
}

#header {
background: url(../images/header.jpg) no-repeat;
height: 224px;
border: 1px solid #CCCCCC;
width: 678px;
}

#meni{
color: #999999;
}

#footer{
text-align: center;
color: #999999;
}

.lefttext{
float: left;
width: 330px;
padding: 5px;

}

.righttext{
float: right;
width: 330px;
padding: 5px;
}

#linija {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #CCCCCC;
width: auto;
}

a img {
border: 0px;
}

a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}

