body {background: #ecaa79 ;margin:0;}
.header {border-right:1px solid #4F2D17;height:229px;}

.menu {background: #A86737 no-repeat left top url(menu.jpg); border-right:1px solid #4F2D17;width:200px;}

.heading {height:40px;padding: 5px 0px 25px;color: #643C20;font: bold 20px Verdana;text-align:right;}
.top {background: no-repeat left top url(menu2.jpg);border-top: 1px solid #4F2D17;}
h2 {color: #643C20;	font: 26px Verdana;	font-weight: bold;float:left;margin-top:20px;margin-bottom:20px;}
h3 {color: #643C20;	font: 14px Verdana;	font-weight: bold;text-align:right;border-bottom:1px solid #4F2D17;}

.tekst {font:14px Verdana;color: #4F2D17;}
.big {font:bold 40px Verdana;color: #d2905f;letter-spacing:.4em;}

.justify {text-align:justify;}
.lb  {border:1px solid #4F2D17;padding-right:10px;}
.cr {font:10px Verdana;color: #4F2D17;}
.mainbox {font:14px Verdana;color: #4F2D17;padding-left:30px;}


a.b:link,a.b:visited, a.b:hover,a.b:active {font: 14px Verdana;color:#fff;text-decoration:none;letter-spacing:.1em;padding-right:20px;}
a.c:link,a.c:visited, a.c:hover,a.c:active {font:10px Arial;color: #4F2D17;text-decoration:none;}
a.e:link,a.e:visited, a.e:hover,a.e:active {font: bold 14px Verdana;color:#fff;text-decoration:none;line-height:30px;}
a.f:link,a.f:visited, a.f:hover,a.f:active {font: 12px Verdana;color:#fff;text-decoration:none;line-height:20px;}

a:link {font:bold 14px Verdana;color:#fff;text-decoration:none;}
a:visited {font:bold 14px Verdana;color:#fff;text-decoration:none;}
a:hover {font:bold 14px Verdana;color:#4F2D17;text-decoration:none;}
a:active {font:bold 14px Verdana;color:#fff;text-decoration:none;}

#vertical ul{padding-right: 2;margin: 0;list-style-type: none;}
#vertical li {margin: 0;text-align:right;width:150px;}
#vertical a{padding-right: 2;display: block;font:bold 14px Verdana;color:#fff;text-decoration:none;letter-spacing:.1em;padding-right:10px;line-height:1em;}
#vertical a:hover{color:#ecaa79;}

.ped {font:10px Arial;color: #4F2D17;background: #643C20;}
.pedm {font:10px Arial;color: #4F2D17;background:#d99766;}
.pedf {font:10px Arial;color: #4F2D17;background:#ecaa79;}

.img {border:1px solid #4F2D17;}
.img3 {border:3px solid #4F2D17;}

.fleft{border:3px solid #4F2D17;float:left;margin-right:15px;margin-bottom:2px;}
.fright{border:3px solid #4F2D17;float:right;margin-left:15px;margin-bottom:2px;}

.breezer {border:1px solid #4F2D17;height:60px;}
.simba {border:1px solid #4F2D17;height:60px;}

.p1 {border:1px solid #4F2D17;float:left;margin-right:3px;}

.ul {list-style-image: url(li.jpg);margin:0 15;}
.ul1 {list-style-image: url(li1.jpg);margin:0 15;}

/*******************************************************************************
MENU AREA
 *******************************************************************************/
 
ul.MenuBarVertical{margin: 0;padding: 0;list-style-type: none;cursor: default;width: 150px;}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{z-index: 1000;}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li{margin: 0;padding: 0;	list-style-type: none;position: relative;text-align: right;cursor: pointer;width: 150px;}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul{margin: 0 0 0 95%;padding: 0;list-style-type: none;position: absolute;z-index: 1020;cursor: default;width: 150px;left: -1000em;top: 0;background: #ecaa79 ;}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible{left: 0;}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li{width: 150px;text-align:left;}
ul.MenuBarVertical ul li a:link, a:visited,  a:active{color:#fff;}
ul.MenuBarVertical ul li a:hover{color:#4F2D17;}
/* Outermost menu container has borders on all sides */
ul.MenuBarVertical{	 border:none}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul{border: 1px solid #4F2D17;}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a{display: block;cursor: pointer;padding: 0.3em 0.75em;color: #fff;text-decoration: none;}

/* Menu items that have mouse over or focus have white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus{	color: #FFF;}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible{color: #4F2D17;}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu {background-image: url(SpryMenuBarRight.gif);background-repeat: no-repeat;background-position: 98% 50%;}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover{background-image: url(SpryMenuBarRightHover.gif);background-repeat: no-repeat;	background-position: 95% 50%;}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe{	position: absolute;	z-index: 1010;	filter:alpha(opacity:0.1);}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection{	ul.MenuBarVertical li.MenuBarItemIE
	{display: inline;f\loat: left;background: none;	}}
