html,body{
	height:100%;
}
body{
	margin:0;
	padding:0;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#000;
}
#all{
	min-height:100%;
	min-width:874px;
	position:relative;
	background:url(/img/bg-all.gif) repeat-y 0 0;
}
* html #all{
	height:100%;
}
/*header*/
#header{
	min-width:874px;
	background:url(/img/bg-header.jpg) repeat-x 259px 0;
}
#header h1{
	width:874px;
	margin:0;
}
#header h1 a{
	display:block;
	text-indent:-9999px;
	width:259px;
	height:185px;
	background:url(/img/bg-logo.png) no-repeat 0 0;
}
/*main*/
#main{
	padding:0 0 98px;
}
#page{
	overflow:hidden;
	width:100%;
	padding:25px 0 98px;
	min-width:874px;
}
.bg-vertical-line{
	width:100%;
	overflow:hidden;
	background:url(/img/bg-leftcol.png) repeat-y 232px 0;
}
#leftcol{
	float:left;
	width:242px;
	margin-right:-259px;
	position:relative;
	padding:0 0 0 17px;
}

.menu {
	margin:44px 0 0;
	padding:10px 0 15px 12px;
	list-style:none;
	border-left:4px solid #003F5E;
}

.menu li{
	color:#0069AA;
	font-size:14px;
	line-height:30px;
}

.menu li a{
	color:#0069AA;
	font-size:14px;
	line-height:30px;
}
.menu li a:hover{
	text-decoration:none;
}

.submenu {
	font-size:12px;
	border:none;
	color:#003f5e;
	list-style:none;
}

.submenu li a {
	color:#003f5e;
	font-size:12px;
	text-decoration:underline;
}

.submenu li {
	line-height:20px;
	color:#003f5e;
	font-size:12px;
}

#rightcol{
	float:left;
	width:100%;
}
#rightcol .in-rightcol{
	padding-left:299px;
}
#rightcol .in-rightcol .bg{
	height:38px;
	background:url(/img/bg-rightcol.gif) repeat-x 0 0;
}
#rightcol h1{
	font-size:18px;
	line-height:40px;
	text-indent:25px;
	color:#fff;
	margin:18px 0 0;
	background:url(/img/bg-blue-line.gif) repeat-x 0 0;
}
#rightcol h2{
	font-size:14px;
	line-height:40px;
	text-indent:25px;
	color:#fff;
	margin:18px 0 0;
	background:url(/img/bg-blue-line.gif) repeat-x 0 0;
}


#rightcol .text{
	padding:0 20px 0 0;
}
#rightcol p{
	margin:1em 0;
}
#rightcol ul{
	padding:0 0 0 15px;
	margin:1em 0;
	list-style:square;
}
.bg-border-bottom{
	width:100%;
	height:4px;
	font-size:0;
	line-height:0;
	background:#fff;
}
.bg-border-bottom div{
	height:4px;
	margin:0 0 0 303px;
	background:#003F5E;
}
/*footer*/
#footer{
	overflow:hidden;
	width:100%;
	min-width:874px;
	height:98px;
	margin:-98px 0 0;
	position:relative;
	background:#E1EDF9;
}
#footer .copyright{
	float:left;
	margin:35px 0 0;
	padding:0 0 0 18px;
	width:285px;
	color:#4F4F4F;
}
#footer .info{
	float:left;
	margin:21px 0 0
}
#footer .info span{
	color:#003F5E;
	font-weight:normal;
}
#footer .info p{
	color:#545454;
	font-size:11px;
	line-height:25px;
	margin:0;
}
#footer .info a{
	color:#0069AA;
}
#footer .info a:hover{
	text-decoration:none;
}

.svetoten {
	float:right;
	width:190px;
	text-align:right;
	color:#828282;
}

.svetoten a {
	color:#565656;
	text-decoration:underline;
}

.svetoten div {
	padding-top:30px;
	float:left;
}

.svetoten img {
	padding-top:20px;
}