html, body {
	height: 100%;
}

body {
  font-size: 12px;
  font-family: "Tahoma", "Bitstream Vera Sans", Helvetica, Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #602422;
  text-align: center;
}

html {
     overflow: -moz-scrollbars-vertical;
}

img { border: 0; }

.hidden {
  display: none;
}
.clear {
  font-size: 1px;
  clear: both;
}
.warning {
  color: red;
}

.white {
	color: white;
}
/* define main layout */

.clearfooter {
height: 50px;
clear: both;
}

#all_content {
	background: url(../images/frontpage_back.jpg) repeat-x top left ;
	background-color:#901E2D;
	min-height: 100%;
	margin-bottom: -50px;
	position: relative;
	text-align:center;
}
#header {
	height: 176px;	
	padding: 0 0 0px 0px;
	background: url(../images/header.gif) no-repeat top;
	background-color: #BA1936;
}

#header_left {
	float: left;
}

#header_right {
	font-family: "Trebuchet MS";
	font-size: 13px;
	float: right;
	margin: 10px 20px;
	text-align: right;
}

#header_right a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#subheader {
	margin: 0px;
	padding: 0px;
	background: url(../images/navigback.gif) repeat-x top left;
	height:50px;
	display:block;
	width: 100%;
	
}

#navbar {
	margin: 0px;
	padding: 0px;
	height: 50px;
	display:block;
	margin: 0 auto;	
	width: 500px;

}
#navbar ul {
	margin:0px 8px 0px 25px;
	padding:0px;
	height:50px;	
}
#navbar li {
	float:left;
	margin: 0px 0px 0px 0px ;
	display: inline;
 	padding: 15px 0px 0px 15px;
 	width:auto;
	white-space:nowrap;
	height:24px;
}

#navbar li.active {
	background: url(../images/buttonl1.gif) no-repeat 0px 1px;
	margin: 0px 0px 0px 15px;
	padding: 15px 0px 0px 0px;
	text-decoration: none;
	font-size: 18px;
}

#navbar li a{
	color: #602422;	
	text-decoration:none;
	font-size: 18px;
	padding: 11px 10px 0px 10px;
}
#navbar li.active a{
	background: url(../images/buttonr1.gif) no-repeat top right;
	margin: 0px;
	padding: 11px 10px 0px 10px;
	text-decoration: none;
	color: #FFFFFF;	
	font-size: 18px;
}
#navbar li a:hover {
	float:left;
	background: url(../images/buttonl1.gif) no-repeat 0px 0px;
	margin: -15px 0px 0px 0px;
	padding: 15px 0px 0px 10px;
	text-decoration: none;
	color: #FFFFFF;	
	font-size: 18px;
	height:35px;
}
#navbar li a:hover span{
	float:left;
	background: url(../images/buttonr1.gif) no-repeat top right;
	margin: -15px 0px 0px 0px;
	padding: 15px 10px 0px 0px;
	text-decoration: none;
	color: #FFFFFF;	
	font-size: 18px;
	height:35px;
	cursor:pointer;
}

#content {
	background: url(../images/back_full.gif) repeat-x top left ;
	background-color:#901E2D;
	clear: both;
	text-align: center;
	width: 100%;


}
#main_content {
	clear: both;
	text-align: center;
	width: 950px;
	margin:0px auto;
}

#left_pane {
	float:left;
	padding: 20px 0px 0px 60px;
	margin: 0px auto ;
	width: 600px;
}

#right_pane {
	float:right;
	padding: 20px 20px 0px 0px;
	margin: 0px auto ;
	width: 250px;
}
/* main styles */
#header h1 {
	margin:0;
	padding:0;
}

div #footer {
	background: url(../images/footer_back.jpg) repeat-x scroll 0pt top ;
	background-color:#870221;
	clear:both;
	position:relative;
	margin:0px;
	padding: 0px;
	height: 80px;
	}	
div #footer #copyright {
	float:left;
	width:400px;
	font-size:95%;
	color:  #FFFFFF;
	padding:8px 10px 5px 10px;
	margin:0px;
	}
div #footer #cmsstudio{
	float:right;
	font-size:95%;
	text-align:right;
	color:  #FFFFFF;
	padding:8px 10px 5px 10px;
	margin:0px;
	}
div #footer #cmsstudio a:link, div#footer #cmsstudio a:visited {color: none;text-decoration: none;font-weight:normal;}
div #footer #cmsstudio a:hover {color: none;text-decoration: underline;}


/* define home page */
#homepage h3{
	background: url(../images/strik.gif) no-repeat 0px 8px ; 
	font-size:18px;
	font-weight:normal;
	color: #ba1936;
	margin:0px;
	padding:5px 5px 5px 20px;
}
#count_view {
	float:left;
	width:340px;;
	margin:0px;
	padding:0px;

}
#count_view .count{
	background: url(../images/acount_back.gif) repeat-x top left ; 
	width:340px;
	height:49px;
	color:#602422;
	font-weight:bold;
	padding:5px 3px 5px 3px;
	margin:2px 2px 2px 2px;
}
#count_view  p , #count_view p a{
	text-align:right;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	padding:5px 0px 5px 3px;
	margin:2px 0px 2px 2px;
	text-decoration:none;
}
#count_view .count .count_name{
	display:block;
	width:340px;
	color:#602422;
	font-weight:bold;
	font-size:13px;
	padding:5px 3px 5px 10px;
	margin:0px;
}
#count_view .count .count_name span{
	color:#602422;
	font-weight:normal;
	float:right;
	font-size:12px;
	padding:5px 10px 5px 10px;
	margin:-20px 0px 0px 0px;
}
#count_view .count .count_description{
	color:#602422;
	font-weight:normal;
	font-size:12px;
	padding:5px 3px 5px 10px;
	margin:0px;
}
#count_view .count .count_description span{
	color:#602422;
	font-weight:normal;
	float:right;
	font-size:11px;
	padding:5px 10px 5px 10px;
	margin:-20px 0px 0px 0px;
}
#count_view .count .count_description span a:link, #count_view .count .count_description span a:visited {color: black;text-decoration: none;font-weight:bold;}
#count_view .count .count_description span a:hover {color: #672324;text-decoration: underline;}

#chart_view {
	float:right;
	width:auto;
	margin:0px;
	padding:0px;
	border:1px solid red;
}
#last_transactions {
	clear:both;
	width:100%;
}


#pojmovi p {
	text-align: left;
	margin: 15px 15px;
	font-size: 14px;
}

#pojmovi strong {
	color: #ba1936;
}

#banke a {
	color: #ba1936;
	text-decoration:none;
	margin-bottom: 10px;
}

#kursnalista {
	position:relative;
	width:500px;
	margin:0px;
	padding:0px;
	border:1px solid red;
}