body {
	font-family: 'Neucha', arial, serif;
	color:#2D9C92;
	background-color: #FFF;
	margin-left: 50px;
	margin-right: 100px;
}
	TABLE  { 
	background: #FFFFFF; border: :#FFFFFF;
}

#banner
	h1 {
	font-size: 2em;
	color:#2D9C92;
	background-color: transparent;
}
	h2 {
	font-size: 1.5em;
	color:#2D9C92;
	background-color: transparent;
}
	h3 {
	font-size: 1.2em;
	color:#2D9C92;
	background-color: transparent;
}

#tekst {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px 5px 6px 5px;
}

#tekst h3 {
	font-size: 1.2em;
	color: #666;
	background-color: transparent;
}
	h1 {
	font-size: 2em;
	color: #666;
	background-color: transparent;
}



{
	color: #000;
	background-color: #FFFFFF;
}

/*
	tabbles
*/
table {
	width:97%;
	font-size:0,9 em;
}
table tr th {
	color:#FFFFFF;
	background-color:#333333;
}
table tr th, table tr td {
	padding:2px 0px;
}
table tr td {
	border-bottom:0px solid #dddddd;
}




#menu-bar {
  width: 95%;
  margin: 0px 0px 0px 0px;
  padding: 3px 3px 2px 3px;
  height: 30px;
  line-height: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8B8B8B;
  background: linear-gradient(top,  #f0f96e,  #d8e063);
  background: -ms-linear-gradient(top,  #f0f96e,  #d8e063);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f96e), to(#d8e063));
  background: -moz-linear-gradient(top,  #f0f96e,  #7A7A7A);
  border: solid 1px #6D6D6D;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 6px 10px 6px 10px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 2px 2px 3px #0000FF;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #ba66db;
  background: linear-gradient(top,  #ba66db,  #ba66db);
  background: -ms-linear-gradient(top,  #ba66db,  #ba66db);
  background: -webkit-gradient(linear, left top, left bottom, from(#ba66db), to(#ba66db));
  background: -moz-linear-gradient(top,  #ba66db,  #ba66db);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #ba66db !important;
  background: linear-gradient(top,  #ba66db,  #9b2fc6) !important;
  background: -ms-linear-gradient(top,  #ba66db,  #9b2fc6) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba66db), to(#9b2fc6)) !important;
  background: -moz-linear-gradient(top,  #ba66db,  #9b2fc6) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DFCDF4;
  background: linear-gradient(top,  #DFCDF4,  #9D66DB);
  background: -ms-linear-gradient(top,  #DFCDF4,  #9D66DB);
  background: -webkit-gradient(linear, left top, left bottom, from(#DFCDF4), to(#9D66DB));
  background: -moz-linear-gradient(top,  #DFCDF4,  #9D66DB);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}