@import url(formular.css);
@charset "UTF-8";
/* CSS Document */

#login {
	width:150px;
	text-align:left;
	float: left;	
}
body,td,th {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #838383;
}
body {
	margin-top:25px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
}
div {
	color: #838383;
}
a:link {
	color: #e0a343;
	text-decoration: none;
}
a:visited {
	color: #e0a343;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

#logo-gjuha {
	width:228px; 
	float:left; 
	padding: 20px 10px 10px 35px;
	background: #fff;
	height:100%;
	height:auto; !important
}

#blockmeny frame {
	width:228px; 
	float:right; 
	padding: 20px 10px 10px 35px;
	background: #fff;
	height:100%;
	height:auto; !important
}


#banesa {
	margin:0 auto;
	width:938px;
	position: relative;
	height:100%;
	border: 1px solid #e0a343;
}
#kulmi {
	width:938px;
	background:#fff;
	height:146px;
	display: block;
	position: relative;
}
#trupi {
	width:938px;
	background:#fff;
	border: 0px solid #000;
}
#trupi #left {
	width:228px;
	height: auto;
	float:left;
	padding-top:4px; 
	background: #fff;
	height:auto; !important

}
#kontenti {
	width:600px; 
	float:right; 
	height: 1000px;
	overflow: auto;
	padding-left:29px; 
	padding-bottom:30px;
	padding-right:30px; 
	padding-top:10px; 
	border-right:0px dotted #141b21; 
	border-left:0px solid #e0a343;
	margin-left:0px;
	margin-right:5px;
	position:relativ;
	text-align:left;
}

#navi2 {
	width:620px; 
	float:right; 
	height: 1000px;
	overflow: auto;
	padding-left:0px; 
	padding-right:10px; 
	padding-top:5px; 
	border-right:0px dotted #141b21; 
	border-left:0px solid #e0a343;
	margin-left:2px;
	margin-right: 5px;
	position:relativ;
	text-align:left;
}

#navigation {
	float: left;
	width: 228px;
	height: 1000px;
	background: #fff;
	font-size:11px;
	padding: 0px 0px 0px 37px;
	height:auto;
	border-right:1px solid #e0a343; 
}

* html #navigation { 
	float: left;
	width: 228px;
	height:1000px !important;
	color: #fff;
	background: #fff;
	font-size:11px;
	padding: 0px 0px 0px 0px;
    margin-left: 0px;
	text-transform: uppercase;
}

#navbar ul {
	margin: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 35px;
	list-style: none;
}

#navbar ul li {
	border-bottom: 1px dotted #a5a5a5;
}

/*--------- LEVEL 1 ------------- */
#navbar ul li a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 5px 3px 5px 15px;
	background-color: #ffffff;
    text-transform: none;
    font-size: 11px;
	text-transform: uppercase;
	background:url(images/meny1.jpg) no-repeat;
}


#navbar ul li a.active:hover, #navbar ul li a.active, #navbar ul li a:hover {
	display:block;
	font-weight: bold;
	padding: 5px 3px 5px 15px;
	color: #000;
	background:#ffffff;
    text-transform: none;
    font-size: 11px;
	text-transform: uppercase;
	background:url(images/meny1.jpg) no-repeat;
}

/*--------- LEVEL 2 ------------- */
#navbar ul li.level_2 a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	padding: 3px 3px 3px 30px;
	background-color: #fff;
    text-transform: none;
    font-size: 10px;
	background:url(images/meny2.jpg) no-repeat;
	
}
#navbar ul li.level_2 a.active, #navbar ul li.level_2 a:hover, #navbar ul li.level_2 a.active:hover  {
	display:block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 3px 3px 3px 30px;
	background-color: #fff;
    text-transform: none;
    font-size: 10px;
	background:url(images/meny2.jpg) no-repeat;
}

/* ----------- LEVEL 3 -------------*/
#navbar ul li.level_3 a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	padding: 3px 3px 3px 45px;
	background-color: #fff;
    text-transform: none;
    font-size: 10px;
	background:url(images/meny3.jpg) no-repeat;
}

#navbar ul li.level_3 a:hover, #navbar ul li.level_3 a.active:hover, #navbar ul li.level_3 a.active  {
	display:block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 3px 3px 3px 45px;
	background-color: #fff;
    text-transform: none;
    font-size: 10px;
	background:url(images/meny3.jpg) no-repeat;
}

