@charset "utf-8";
html, body{
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
body { padding:0; margin:0; background-color:#ccc;}

div, p, li, ul, ol, td, select, input {	font-size:11px; }

div { margin:0;	padding:0; } 

a { color:#3f0000; text-decoration:none; }

a:hover {color:#960000; text-decoration:underline; }

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#950000;
	height:20px;
	margin:15px 10px 3px 38px;
}

h2 {
	color:#3f0000;
	font-size:12px;
	margin:2px;
	font-weight:bold;
}

h3 {
	font-size:11px;
	font-weight:bold;
	margin:5px 7px 3px 20px;
}

img { border:0px; }

select { font-size:10px; width:115px; }
#pagewidth {
	width:760px;
	margin:auto;
	padding:0;
	background-color:#fff;
}
#mainmenu{
	margin:0 0 0px 340px;
	padding:0;
	height:1px;
}
#mainmenu a { 
text-decoration:none; 
color:#fff;
font-size:12px;
font-weight:bold;
}

#leftcol {
	width:340px;
	height:280px;
	float:left;
	position:relative;
	padding:0;
	margin:0;
	background-image:url(images/leftcol_back.jpg);
	background-repeat:no-repeat;
}
#maincol {
	background-color: #fff;  
	float: right; 
	display:inline; 
	position: relative; 
	width:420px; 
	margin-top:2px;
}
#content {
	padding:0 0 0 5px;
}
#content p {
	margin-left:15px;
	margin-right:10px;
	text-align:justify;
}
#content ul, #content ol {
	margin-left:20px;
}
#content table {
	margin-left:20px;
}
#footer {
	clear:both;
	margin:0;
	padding-top:1px;
	background-image:url(images/bottom_back.png);
	background-repeat:repeat-x;
	height:30px;
}
 
#footer p {
	margin:0;
	padding:7px;
	font-size:9px;
	color:#fff;
	text-align:center;
}
.boxes {
	line-height:13px;
}
.langlinks {
	float:right;
	margin:5px;
}
.langlinks a {
	color:#fff;
}
.mainmenutext {
	color:#fff;
}
.thumb {
	padding:2px;
	background-color:#fff;
	margin:5px;
	border:1px solid #ccc;
}
.hot {
	color:#c00;
}
.error {
	color:#c00;
	background-color:#fcc;
	padding:2px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #c00;
}
.success {
	color:#090;
	background-color:#cfc;
	padding:2px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #0c0;
}
.selectedvaluta {
	border-bottom:2px solid #666;
	background-color:#eee;
}
.tblheader td {
	border:1px solid #EBD0A6;
	margin-bottom:10px;
	background-color:#FFF0D8;
	text-align:center;
	font-weight:bold;
}
.tblodd td {
	border:1px solid #ccc;
	margin-bottom:10px;
	background-color:#fff;
}
.tbleven td {
	border:1px solid #ccc;
	margin-bottom:10px;
	background-color:#eee;
}
.malovajno {
	font-style:italic;
	color:#666;
}
.smalltext {
	font-size:9px;
	color:#666;
}
.citat {
	background-color:#FFF0D8;
	margin-left:15px;
	margin-right:10px;
	border:1px solid #EBD0A6;
	display:block;
	padding:5px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 } 
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#maincol{width:100%; float:none;}
#header {display:none;}
}

