@charset "iso-8859-2";
/* CSS Document */

body    {
	background-color: 	#E3EEF0;  
	text-align:		center;
	background-image:url(body-bg.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	font-size:11px;
	color:#467FAB;
	font-family:Tahoma;

}
h3{
color: #ABD4F6;
margin:0px 0px 10px 10px;
font-size:13px;
}
a:link, a:active, a:visited{
	color:#28618D;
	text-decoration:none;
	font-weight:bold;
}
a:link{
	text-decoration:none;
	color:#68A3D5;
}
.button{
	background-color:#8CC4F3;
	margin:0px 5px;
	color:#ffffff;
	border:2px solid #C3E2FA;
	font-size:10px;
	padding:3px 5px;
}
.mapaDrugi{
margin-left:20px;
	
}
ul{
	line-height:16px;
}
/* -----main -----------*/
#main{
	width:826px;
	padding:0px 2px;
	margin:0px auto;
	background-color:#ffffff; 	
	height:100%;
}
#top-baner{
	width:830px;
	height:240px;
}
#main-content{
	width:826px;
	float:left;
	text-align:justify;
}
#left-side{
	width:182px;
	float:left;
}
/* ----- right - side  --------- */

#right-side{
	width:634px !important;
	width:624px;
	padding:0px;
	margin:0px 0px 0px 6px;
	float:left;
}
#footer{
	width:826px;
	background-color:#ABD4F6;
	color:#ffffff;
	line-height:29px;
	text-align:center;
	border-bottom:2px solid #ffffff;
	clear:both;

}
/*------footer   -------*/
#menu{
	width:182px;
	float:left;
	background-color:#C3E2FA;
	color:#ffffff;	
}
/*------  menu   -------*/

#menu ul{
	width:182px;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:left;
}
#menu li{
	width:182px;
	float:left;
	margin:0px;
	padding:0px;
	height:29px;
	
}
#menu a.first_link:link, a.first_link:active{
	background-color:#A6D4F8;
	color:#ffffff;
	text-decoration:none;
	line-height:29px;
	height:29px;
	width:176px;
	padding-left:8px;
	border-top:1px solid #ffffff;
	float:left;
}
#menu a.first_link:hover{
	background-color:#B6DDFB;
	color:#ffffff;
	text-decoration:none;
	line-height:29px;
	height:29px;
	width:176px;
	padding-left:8px;
	border-top:1px solid #ffffff;
	float:left;
}
#menu a.first_link:visited{
	background-color:#A6D4F8;
	color:#ffffff;
	text-decoration:none;
	line-height:29px;
	height:29px;
	width:176px;
	padding-left:8px;
	border-top:1px solid #ffffff;
	float:left;
}
#menu a.second_link:link, a.second_link:active{
	background-color:#ffffff;
	color:#8CC4F3;
	text-decoration:none;
	line-height:29px;
	height:29px;
	width:168px;
	padding-left:16px;
	border-top:1px solid #8CC4F3;
	float:left;
}
#menu a.second_link:hover{
	background-color:#EEF7FE;
	color:#8CC4F3;
	text-decoration:none;
	line-height:29px;
	height:29px;
	width:168px;
	padding-left:16px;
	border-top:1px solid #8CC4F3;
	float:left;
}
#menu a.second_link:visited{
	background-color:#ffffff;
	color:#8CC4F3;
	text-decoration:none;
	line-height:29px;
	height:29px;
	width:168px;
	padding-left:16px;
	border-top:1px solid #8CC4F3;
	float:left;
}

/* -------------- blue frame -----------------*/

.blue-frame{
	width:100%;
	border:2px solid #D2E9FB;
	margin:4px 0px;
	padding:0px;
	float:left;
}
.blue-frame-title{
	color:#467FAB;
	font-variant:small-caps;
	background-color:#C3E2FA;
	font-weight:bold;
	margin:2px;
	line-height:29px;
	padding-left:4px;
	background-image:url(winter-bullet.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.blue-frame-content{
	margin:3px 8px;
}
