/* CSS Document */


body {
	font-size: 62.5%;
	padding: 0px;
	font-family: Arial, sans-serif;
	background-image: url(../images/bodybg.png);
	background-repeat: repeat;
	background-position: center top;
	font-style: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.page_container-home {
	width: 850px;
	padding: 0px;
	border: solid 1px rgb(100,100,100);
	background-image: url(../images/background_home.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.page_container {
	width: 850px;
	padding: 0px;
	border: solid 1px rgb(100,100,100);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/background_pages.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.page_container-sitemap {
	width: 850px;
	padding: 0px;
	border: solid 1px rgb(100,100,100);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/background_sitemap.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/*--------------------*/
/* Text links             */
/*--------------------*/



.img-header {
	clear: both;
	float: left;
	width: 850px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #333333;
}
/*----------------------------*/
/* 2.3 - Nav - Top Home*/
/*----------------------------*/
.nav_top {
	width: 850px;
	top: 97px;
	position: absolute;
	z-index: 3;
	float: none;
}
.nav_top ul {
	float: right;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 62px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-style: none;
	clear: right;
}	
.nav_top li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav_top a:link{
	color: #5F5F5F;
	text-decoration: none;
}
.nav_top a:hover {
	color: #999999;
	text-decoration: underline;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.nav_top a:visited {
	color: #5F5F5F;
}
/*----------------------------*/
/* 2.3 - Nav - Top Pages */
/*----------------------------*/
.nav_top2 {
	width: 850px;
	top: 97px;
	position: absolute;
	z-index: 3;
	float: none;
}
.nav_top2 ul {
	float: right;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-style: none;
	clear: right;
}	
.nav_top2 li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav_top2 a:link{
	color: #5F5F5F;
	text-decoration: none;
}
.nav_top2 a:hover {
	color: #999999;
	text-decoration: underline;
}
.nav_top2 a.selected {
	color: #5F5F5F;
	text-decoration: underline;
}
.nav_top2 a:visited {
	color: #5F5F5F;
	text-decoration: none;
}



/*--------------------------*/
/* 2.2 - Navigation - Flags */
/*--------------------------*/
.navflag {
	width: 850px;
	top: 93px;
	position: absolute;
	z-index: 2;
	background-color: transparent;
}
.navflag ul {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	
.navflag li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.navflag li a {margin: 0px; padding: 0px 0px 0px 1px;}
.navflag a:hover {color: rgb(0,0,0); text-decoration: none;}
.img-navflag {display: inline; height: 14px; margin: 0px; padding: 0px; border: none;}

/*----------------------------*/
/* Navigation */
/*----------------------------*/
.nav {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #FFFFFF;
	font-family: verdana, arial, "sans serif";
}
.nav ul {
	float: left;
	width: 850px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px rgb(54,83,151);
	border-bottom: solid 1px rgb(54,83,151);
	background-color: rgb(127,162,202);
	font-weight: bold;
	color: #FFFFFF;
}	
.nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.nav li a {display: block; float: left; margin: 0px 0px 0px 0px; padding: 5px 10px 5px 10px; border-right: solid 1px rgb(54,83,151); color: rgb(255,255,255); text-transform: uppercase; text-decoration: none; font-size: 100%;}
.nav a:hover {
	color: rgb(50,50,50);
	text-decoration: none;
	background-image: url(../images/menu_hover.jpg);
}
.nav a.selected {
	color: rgb(50,50,50);
	text-decoration: none;
	background-image: url(../images/menu_hover.jpg);
}

/*----------------------------*/
/* 2.5 - Navigation - Left */
/*----------------------------*/
.nav_left {
	overflow: hidden;
	clear: both;
	float: left;
	width: 170px;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	color: rgb(75,75,75);
	font-size: 1em;
	border-right-style: none;
}
.nav_left ul {
	width: 170px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: solid 1px rgb(216,206,159);
	background-color: rgb(219,230,241);
}	
.nav_left li {list-style: none; margin: 0px; padding: 0px;}
.nav_left li.title {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 2px 15px;
	background-color: rgb(156,186,214);
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	background-image: url(../images/sidebar_heading.jpg);
}
.nav_left li.group a {
	display: block;
	min-height: 1.7em;
	height: auto !important;
	height: 1.7em;
	line-height: 1.7em;
	margin: 0px;
	border-top: solid 1px rgb(200,200,200);
	border-left: solid 7px rgb(219,230,241);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 120%;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.nav_left li a {
	display: block;
	min-height: 1.7em;
	height: auto !important;
	height: 1.7em;
	line-height: 1.7em;
	margin: 0px;
	color: rgb(75,75,75);
	text-decoration: none;
	font-size: 120%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-left-width: 7px;
	border-top-style: none;
	border-left-style: solid;
	border-left-color: rgb(219,230,241);
}
.nav_left li a:hover{
	border-left: solid 7px rgb(156,186,214);
	color: rgb(100,100,100);
	text-decoration: none;
	background-color: #E8EFF7;
}

.nav_left li a.selected {
	border-left: solid 7px rgb(156,186,214);
	color: rgb(100,100,100);
	text-decoration: none;
	background-color: #E8EFF7;
}



/*--------------------------*/
/* Buffer after header  */
/*--------------------------*/
.buffer {
	clear: both;
	width: 850px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/grey_strip.gif);
	background-repeat: no-repeat;
	border-top-style: none;
}
/*--------------------------*/
/* Buffer after navigation */
/*--------------------------*/
.buffer2 {
	clear: both;
	width: 850px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


/*--------------------------*/
/* Photo */
/*--------------------------*/
.photo_home {
	background-repeat: no-repeat;
	z-index: 2;
	top: 167px;
	width: 850px;
	position: absolute;
	float: left;
	margin-bottom: 3px;
	background-image: url(../images/libra%20te%20vjeter.png);
	height: 74px;
}



/*----------------------------*/
/* Sidebar  */
/*----------------------------*/
.sidebar_left {
	overflow: hidden;
	clear: both;
	float: left;
	width: 170px;
	min-height: 300px;
	margin: 0px;
	color: rgb(75,75,75);
	font-size: 1em;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.sidebar_right {
	overflow: hidden;
	float: right;
	width: 200px;
	min-height: 300px;
	margin: 0px;
	text-align: left;
	color: rgb(75,75,75);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sidebar_maintitle {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../images/menu_hover.jpg);
	border: 1px solid #BFBFBF;
}
.sidebar_txtbox-left {
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
}
.sidebar_txtbox-left p {margin: 0px 0px 5px 0px; padding: 0px; line-height: 1.25em; font-size: 110%;}

.sidebar_txtbox-left2 {
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.sidebar_txtbox-left2 p {margin: 0px 0px 5px 0px; padding: 0px; line-height: 1.25em; font-size: 110%;}
.sidebar_txtbox-right {
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
}
.sidebar_txtbox-right p {margin: 0px 0px 5px 0px; padding: 0px; line-height: 1.25em; font-size: 110%;}
.sidebar_txtbox-lidhje {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.sidebar-txtbox-shade {margin: 0px 0px 10px 0px; padding: 2px 10px 3px 10px; background-color: rgb(235,235,235);}
.sidebar-txtbox-shade p {margin: 0px 0px 5px 0px; padding: 0px; line-height: 1.25em; font-size: 110%;}
.sidebar-title-noshade {
	border-top: solid 1px rgb(215,215,215);
	color: #5281CF;
	font-weight: bold;
	font-size: 120%;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sidebar-title-shade {
	background-color: rgb(215,215,215);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 120%;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.content-title-shade-size1 {
	color: rgb(100,100,100);
	color: #456D9A;
	font-weight: bold;
	font-size: 120%;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}



.menu_maintitle-pages {
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	background-image: url(../images/1_w4.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(../images/m1.jpg);
}


/*--------------------*/
/* 6.3 - Footer Area  */
/*--------------------*/
.footer {
	overflow: hidden;
	clear: both;
	width: 850px;
	height: 2em;
	margin: 0px;
	border-top: solid 1px rgb(125,125,125);
	background-color: rgb(128,161,202);
	color: rgb(255,255,255);
	font-size: 1.0em;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}

.footer p {margin: 0px; padding: 0px; text-align: center; line-height: 1.3em; font-size: 110%;}


/******************************************************************************/
/* Content of Homepage*/
/******************************************************************************/

.content_home {
	float: left;
	width: 450px;
	margin: 0px;
	color: rgb(75,75,75);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.content_home-container {
	clear: both;
	float: left;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content_home-container-1col {
	overflow: hidden;
	width: 448px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.content_home-container-2col-left {
	overflow: visible;
	float: left;
	width: 250px;
	font-size: 120%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;	
}
.content_home-container-2col-right {
	overflow: hidden;
	float: right;
	width: 156px;
	margin: 0px;
	padding: 0px;
}
.content_home-container-3col-left {
	overflow: hidden;
	float: left;
	width: 128px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content_home-container-3col-middle {
	overflow: hidden;
	float: left;
	width: 130px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.content_home-container-3col-right {
	overflow: hidden;
	float: right;
	width: 128px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
/******************************************************/
/* Content of Pages*/
/******************************************************/

.content_page {
	float: left;
	width: 650px;
	min-height: 500px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-image: url(../images/bullet2.jpg);
}
.content_page-container{
	clear: both;
	float: left;
	width: 650px;
	min-height: 700px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.content_page-container-1col {
	overflow: hidden;
	width: 600px;
	margin: 0px;
	font-size: 120%;
	font-style: normal;
	color: #13262B;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: disc;
}

.content_page-container-1col-bullet1 {
	overflow: hidden;
	width: 600px;
	margin: 0px;
	font-family: Verdana, Tahoma;
	font-size: 120%;
	font-style: normal;
	color: #13262B;
	line-height: 18px;
	list-style-image: url(../images/bullet3.gif);
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.content_page-container-ngjarje {
	float: left;
	width: 610px;
	min-height: 500px;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 0px;
}
.content_page-container-ngjarje-1col {
	overflow: hidden;
	width: 600px;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 105%;
}


/*--------------------*/
/* Text             */
/*--------------------*/
/* Headings */
h1 {
	font-weight: bold;
	font-size: 180%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0.3em;
	margin-right: 1em;
	margin-bottom: 1.5em;
	margin-left: 0px;
	padding-bottom: 3px;
}
h2 {
	font-weight: bold;
	font-size: 130%;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
h3 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 140%;}
h4 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 90%;
}
h5 {margin: 0px 0px 0.2em 0px; font-weight: bold; font-size: 130%;}
h6 {
	font-weight: bold;
	font-style: normal;
	font-size: 125%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
}

/* Paragraphs */
p {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.3em;
	font-family: Arial, sans-serif;
	font-size: 110%;
}
p.small_text1 {margin: 1.0em 0px 0.5em 0px; padding: 0px; line-height: 1.2em; font-size: 110%; }
p.small_text2 {
	padding: 0px;
	line-height: 0.7em;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
p.small_text3 {
	padding: 0px;
	line-height: 0.4em;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
p.quote {margin: 0em 30px 0.6em 30px;	line-height: 120%; font-size: 120%;}
p.embed {float: left; width: 120px; margin: 7px 7px 5px 0px; padding: 5px 5px 5px 5px; background-color: rgb(238,237,249); font-style: italic; font-weight: bold;  line-height: 1.2em; font-size: 140%;}
p.embed-caption {float: left; margin: 5px 0px 0px 0px; padding: 0px; font-style: italic; font-weight: normal; line-height: 1.2em; font-size: 70%;}

/* Lists */
ul.noindent {margin: 0px 0px 7px 15px; padding: 0px; list-style-type: disc; list-style-position: outside; font-size: 120%;}
ul.indent {margin: 0px 0px 7px 15px; padding: 0px 0px 0px 15px; list-style-type: disc; font-family: arial; font-size: 120%;}


/*--------------------*/
/* Images             */
/*--------------------*/

.image-left-border {
	float: left;
	border: 1px solid #333333;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 4px;
	margin-left: 5px;
}
.image-left-noborder {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image-left-noborder_10px {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: -4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image-left-border-4px {
	float: left;
	border: 4px ridge #CCCCCC;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.image-left-ngjarje {
	float: left;
	border: 1px solid #333333;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.image-left-ngjarje2 {
	float: left;
	border: 1px solid #333333;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.image-bottom-noborder {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image-right-noborder {
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image-structure-noborder {
	float: none;
	margin-bottom: 0px;
	margin-left: -10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image-table-noborder {
	float: none;
	margin-bottom: 0px;
	margin-left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.sidebar_txtbox-left a,  .sidebar_right a {
	color: #AA0000;
	text-decoration: none;
}
.sidebar_txtbox-left a:hover,  .sidebar_right a:hover {color: #5180AE; text-decoration: underline;}


.content_home-container a,.sidebar_txtbox-left2 a, .sidebar_txtbox-right a, .content_page-container-ngjarje-1col a {
	   color: rgb(75,75,75); text-decoration: underline;}
.content_home-container a:hover,.sidebar_txtbox-left2 a:hover, .sidebar_txtbox-right a:hover,
      .content_page-container-ngjarje-1col a:hover {color: rgb(0,0,0); text-decoration: none;}


.content_page-container a {
	color: #000000;
	font-weight: 500;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
}
.content_page-container a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: rgb(0,0,0);
}
.content_page-container a:visited {
	color: #000000;
}


.content_page-container-ngjarje a {
	color: rgb(75,75,75);
}
.content_page-container-ngjarje a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: rgb(0,0,0);
}
.content_page-container-ngjarje a:visited {
	color: rgb(75,75,75);
}


.footer a {
	color: rgb(255,255,255);
	text-decoration: underline;
}
.footer a:hover {
	color: rgb(0,0,0);
}

.sidebar_txtbox-lidhje a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, sans-serif;
}
.sidebar_txtbox-lidhje a:hover{
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebar_txtbox-lidhje a:visited {
	text-decoration: none;
	border: 1px solid #99CC00;
}



.sidebar_right, .sidebar_txtbox-left2 a:link, a:hover, a:visited {
	text-decoration: none;
}
.border_for_sitemap {
	border: 1px solid #CCCCCC;
	padding-left: 5px;
}
