@import url("editor.css");
@import url("services.css");

body {
	background-color: #498cca!important;
   background: transparent url("../gfx/body.gif") repeat-x;	
}

/* WRAPPER */
#wrapper {
	width: 959px;
   background: transparent url("../gfx/back.gif") repeat-y;
	margin: 5px auto;
   
}

/* HEADER */
#header {
	height: 135px;
   background: transparent url("../gfx/header.jpg") no-repeat;
	position: relative;
}

#header #route {
	position: absolute;
	bottom: 8px;
	left: 100px;
	color: white;
	font-size: 11px;
}
#header #route a{color: white; text-decoration:underline; font-weight: normal;}

/* MAIN */
#main {
	zoom: 1;
	background-color: #e5f2fe;
	overflow: hidden;
	border-bottom: solid 1px #003567;		
}

/* SIDEBAR */
#sidebar {
	float:left;
	margin-bottom:-1000em;
	padding-bottom:1001em;
	width: 200px;
	background-color: #003567;
	overflow: hidden;
	
}

/* NAVIGATION */
#sidebar #navigation {
   margin: 0;
   position: relative;
   z-index:99;
	padding: 0 1px 1px 1px;
	font-size: 12px;
}
#sidebar #navigation ul{
	margin: 0;
}
#sidebar #navigation ul li{
	list-style: none;
	list-style-image: none;
	margin: 0;
}
#sidebar #navigation ul li a{
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding-top: 6px;
	padding-bottom: 5px;	
	padding-left: 10px;
	border-top: solid 1px #ffea00;
	background-image: url(../gfx/navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#sidebar #navigation ul li a:hover{
	color: #acacac;
}
#sidebar #navigation ul li a.active{
	color: #333333;
	background-image: url(../gfx/navi_active.gif);
	background-repeat: repeat;
	background-position: left;
	border-bottom: none;
}
#sidebar #navigation ul li a.childrens{
}
#sidebar #navigation ul li a.last{
	border-bottom: solid 1px #ffea00;
}
	/* level 2 */
	#sidebar #navigation ul ul{
 		border-top: solid 1px #003567;
 		border-bottom: solid 1px #003567;		
	}
	#sidebar #navigation ul ul li{
		border-left: solid 10px #ffea00;
	}
	#sidebar #navigation ul ul li a{
		text-transform: none;
		border: none;
		line-height: 12px;
		white-space: normal;
		background-image: none;
	}
	#sidebar #navigation ul ul li a.active{
		background-image: none;
		color: #ffea00;
	}
	#sidebar #navigation ul ul li a.last{
		border-bottom: none;
	}
		/* level 3 */
	#sidebar #navigation ul ul ul{
		border-left: none;
	}
	#sidebar #navigation ul ul ul li{
		border-left: solid 2px #ffea00;
		margin-left: 3px;
	}
	#sidebar #navigation ul ul ul li a{
	}
	#sidebar #navigation ul ul ul li a.active{
	}
	#sidebar #navigation ul ul ul li a.last{
	}

/* CONTENT */
#content {
	width: 725px;
	float: left;
	padding: 15px;
	overflow: hidden;
}
   #front_colum_news{
       float: left;
       width: 47%;
		 padding-right: 2%;
		 border-right: solid 1px #003567;
   }
   #front_colum_www{
		 border-left: solid 1px #003567;	
       float: left;    
       padding-left:2%;
		 margin-left: -1px;
       width: 47%;   
   }
   /*default.tpl*/
   .row{
      
   }
   .colum{
      float: left;
      width: 49%;
   }
   .left_m{
      margin-left: 2%;
   }
	.row_map{
		margin-top: 10px;
	}
	.row_map ul{
		margin: 0;
		padding: 0;
	}
	.row_map ul li{
		float: left;
		width: 32%;
		list-style: none;
		margin: 0 2px 2px 0;
	}
	.row_map ul li a{
		display: block;
		background-color:#003567;
		padding: 5px 5px;
		line-height: 12px;
		color: white;
		text-decoration: none;
	}
	.row_map ul ul{
		margin: 0;
		padding: 0 0 0 5px;
		background-color: #ababab;
	}
	.row_map ul ul li{
		float: none;
		width: 100%;
	}
	.row_map ul ul li a{
		background-color: transparent;
		color: white;
		text-decoration: inherit;
	}
	.row_map ul ul ul li a{
		color: #5c5c5c;
	}
/* FOOTER */
#footer {
	clear: both;
	background-color: #003567;
	border-top: solid 1px #ffea00;
	height: 35px;
}

/* EMEDIA SIGNATURE */
#signature {
	width: 940px;
	margin: 2px auto;
}
#signature, #signature a {
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 9px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}
/*Pakolline extra*/
.ext{
   clear: both;
}





