/* generated by csscreator.com */ 
html{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #fdfdff;
} 

body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #fdfdff;
 overflow-y:scroll;
} 
 
#border{
	width: 810px;
	background: #ffffff url(../images/pozadi_maincol_index.gif) repeat-x;
	margin-left:auto; 
	margin-right:auto; 
}
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
} 
 
#header{
 position:relative; 
 height:175px;  
 width:100%;
} 
 
#leftcol{
	width: 200px;
	height: 350px;
	float: left;
	position: relative;
}
.menu ul{
	background: url(../images/menu.gif) repeat-y;
	width: 100%;
	border: 0px;
	height: 265px;
	display: block;
	margin: 0px;
}

.menu ul ul{
	background: transparent;
	width: 100%;
	border: 0px;
	height: 20px;
	display: block;
	margin: 0px;
}
.menu li{
  margin-bottom: 3px;
}
a {
  color: blue;
  text-decoration: none;
}

a img {
  border: 0px;
  margin-right: 5px;
}

a:hover {
  color: blue; 
  border-bottom: 2px dotted #0000ff;
}

.stin_menu {
	width: 100%;
	height: 14px;
}
 
#maincol{
	float: right;
	display: inline;
	position: relative;
	width: 560px;
	min-height: 450px;
	padding: 20px 10px 50px 30px;
}

#stin{
	display: block;
	width: 100%;
	height: 30px;
}
 
#footer{
 height:40px;  
 clear:both;
 text-align: center;
 } 


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* 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;} 
#stin{display:none;}
#twocols, #maincol{
	width: 100%;
	float: none;
	background: #ffffff none;
}
}

