

body {
	margin: 0;
	padding: 0;
	background: #e0e3f0;
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #666666;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size:16px;
	color:#4755b5;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(../images/img07.gif);
}

a {
	text-decoration: none;
	color: #353f4b;
}

a:hover {
	border-bottom: none;
}



input.text {
    width: 70%;
}

input.button {
		font-size: 12px;
	height:18px;
    width: 130px;
	color: #e10000;
background: #ededed;
border: 1px solid #848484;
	
}

input.button_prijava {
	vertical-align:top;
	padding-left:40px;
	font-size: 12px;
    background-color: #ffffff;
   	margin-top:5px;
	margin-bottom:5px;
	
}


input.button_login {
	vertical-align:top;
	font-size: 12px;
	height:18px;
    width: 130px;
	color: #000000;
background: #ffffff;
border: 1px solid #000000;
	
}

input.radio {
	width:14px;
}

textarea {
    width: 70%;
    background-color: #f7f7f7;
    border: 1px #353f4b solid;
    margin: 2px; 
    font-size:12px;
    padding: 2px;
}

textarea.code {
	width: 80%;
    background-color: #ebebeb;
    border: 1px solid #cccccc;
    margin: 15px;
    margin-bottom: 20px;
    padding: 8px;
}

img {
	border: 0px;
}

select {
    width: 200px;
    background-color: #f7f7f7;
    border: 1px #353f4b solid;
    margin: 2px; 
    font-size:12px;
    padding: 0px;
}

select.pagerank {
    width: 160px;
}

ul {
	margin: 0px;
	padding-left: 30px;
    list-style: circle;
}

#header {
	width: 830px;
	margin: 0px auto;
	margin-top: 0px;
	
}

#logo  {
	float: left;
	margin: 0;
	color: #FFFFFF;
	height:81px;
}


#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
	height:81px;
}

#iskanje {
margin-top:15px;
width:260px;
float:right;
color:#FFFFFF;
height:64px;

}

#pagerank {
width:736px;
background-image:url(../images/bg_pagerank.gif);
color:#767676;
height:29px;
border: 1px solid #d0d0d0;
padding-top:15px;
padding-left:20px;
font-size: 14px;
margin-bottom:10px;
}

#pagerank a{
color:#e10000;
text-decoration:underline;
font-weight: bold;
}

.list a {
color:#e10000;
text-decoration:underline;
font-weight: bold;
}

#vsebina {
	clear:both;
	width: 818px;
	padding-top:20px;
	margin: 0 auto;
	padding-left:30px;
	background-image:url(../images/bg_tabela.png);
	background-repeat:repeat-y;
	
}

#noga {
	clear:both;
	width: 848px;
		background-image:url(../images/noga.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	
}


#menu {
	clear:both;
	width: 830px;
	height: 39px;
	margin: 0 auto;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	width:111px;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	margin: 0 3px 0 0;
	width:111px;
	text-align:center;
	padding: 10px 0px 0 0px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .active a {

color: #4755b5;
background-image: url(../images/menu_bg.gif);


}

#page {
	width: 880px;
	margin: 0 auto;
	padding: 30px 0;
}

#messages {
width:543px;
padding:20px;
margin-left: 170px;
background-color: #fffbde;
border:1px solid #febd32;
margin-bottom: 20px;
}

#messages ul {
    margin: 0px;
    list-style: none;
	padding: 0px;
}

#messages li {
    padding: 3px;
	color:#e10000;
	font-size: 16px;
	font-weight: bold;
}



#content {
	float: left;
	width: 583px;
}

#content h2 {
	font-size:16px;
	color:#4755b5;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bcbcbc;
	line-height: 150%;
}


.title {
	margin: 0;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}



.error {
    color: #810000;
    margin: 0;
}

.entry {
	padding: 0 0px;
	font-size: 12px;
}

.list {
	margin-bottom: 15px;
}

.list h1.title {
	font-size: 14px;
    font-weight: normal;
}

.list h1.title a {
    border-bottom:1px dotted #CCCCCC;
}

.list .entry {
    margin: 4px;
    margin-top: 6px;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #BCBCBC;
}

table.details {
	width:100%;
}

table.details td {
    padding:6px;
}
table.details td.title {
    font-size: 11px;
    font-weight: normal;
}

table.details td.naziv {
    font-size: 12px;
    font-weight: bold;
	text-align: right;
}

table.details td.vrednost {
    font-size: 12px;
    font-weight: normal;
	text-align: left;
}

table.details td.vrednost a {
	color: #e10000;
	text-decoration: underline;
}

table.details td.title a {
    border-bottom:1px dotted #353f4b;
}

table.details td.content {
    margin: 4xp;
    margin-top: 6px;
    padding: 6px;
    text-align: left;
    background-color: #ebebeb;
    border: 1px solid #cccccc;
}
table.details td.content img {
    padding: 4px;
    padding-top: 6px;
    padding-right: 8px;
    border: 0px;
}

table.details td.links {
    font-size: 15px;
    font-weight: bold;
}

table.details td.links img {
    border: 0px;
    padding-right: 2px;
}

table.details td.links a {
    border-bottom:1px dotted #353f4b;
    margin-right: 6px;
}

table.details td.stats, table.details td.keywords {
    padding-left: 10px;
}

table.details td.keywords span {
    padding-left: 10px;
}

table.list {
    width: 100%;
}

table.choices {
    width: 100%;
    padding: 4px;
    background-color: #ebebeb;
    border: 1px solid #cccccc;
}


.sidebar {
	float: left;
	width: 155px;
	margin-right:15px;
	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(../images/bg_sidebar_desno.gif);
	
	
}

.sidebar li {
	padding: 0 0 10px 0;
	
}

div.hr {
  height: 1px;
  border-bottom: 1px solid #bcbcbc;
  width:135px;
  margin-bottom:5px;
}


.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 0px;
	color:#e10000;
	font-weight: bold;
	background-image: url(../images/li_bg.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	
}

.sidebar li li a{
	
	color:#e10000;
	font-weight: bold;
	
	padding-left:10px;
}

.sidebar li h2 {
	margin: 0px 0px 0px 0px;
    
	font-size:16px;
	color:#4755b5;

}

.sidebar input.login {
    width: 135px;
	height:13px;
	color: #8d8d8d;
background: #ffffff;
border: 1px solid #8d8d8d;
	padding-bottom:5px;
}

.sidebar label.login {
    float: left;
    width: 150px;
	font-size: 9px;
	color:#292929;
}

.red  {
color:#e10000;
text-decoration:none;
}
.red a {
color:#e10000;
text-decoration:underline;
}




#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

ul.submenu {
	text-align: left;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #cccccc;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
}

ul.submenu li {
    display: inline;
}

ul.submenu li a {
	padding: 3px 4px;
	border: 1px solid #cccccc;
	background-color: #ebebeb;
	margin-right: 8px;
	text-decoration: none;
	border-bottom: none;
}

ul.submenu a:hover {
    background: #ffffff;
}

ul.submenu > li.active a {
    background-color: #353f4b;
    border: 1px solid #353f4b;
	color: #ffffff;
	font-weight: bold;
}

p { margin:0px; padding:0px; }

.moreinfo a {
	text-align:right;
	padding-top: 10px;
	font-size: 10px;
	font-weight: normal;
	float:right;
}

#reggumb {
	text-align:right;
}

#reggumb a {
	margin-left: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: normal;
	color:#fff;
	text-decoration: none;
	width: 150px;
	border: 1px solid #ccc;
	background-color: #4755B5;
	text-align: center;
}

#reggumb a:hover {
	background-color: #E10000;
}

.pginfo {
	padding: 2px;
	margin-top: 10px;
}

.izmenjaj_m img {
	border: 0px;
	padding: 0px 2px;
}

table.list td {
	border-bottom: 1px solid #ddd;
}

td.list_exch_head {
	background-color: #eee;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}

.smallurl {
	color: #008000;
	font-size: 10px;
}

a.linkprva {
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
