/* LAYOUT FRAMEWORK */

body{
text-align:center;
background-color:#ebebdd;
margin:0px;
padding:0px;

}

/* COMMON */

.full{			width:956px;
			margin-left:auto;
			margin-right:auto;
			position:relative;
			text-align:left;
			position:relative;
			background-color:#faf9eb;
}



/* FRAMEWORK */

#top{			height:25px;
			border-bottom:3px solid #fff;
			border-top:3px solid #fff;
			background-color:#f9f9f5;
			background-image:url(/images/newtopbg.jpg);
			background-repeat:repeat-y;
}
#topfade{			position:absolute;
			right:0px;
			top:27px;
			width:779px;
			height:63px;
			background-image:url(/images/topfade.jpg);
			background-repeat:repeat-y;
			}
#toplogo{			position:absolute;
			bottom:5px;
			left:10px;
			z-index:100;
			}
#teaserWrap{			height:200px;
			background-color:#d2d0b2;
			border-bottom:3px solid #fff;
}

#teaser{			background-color:#fff;
			position:absolute;
			left:0px;
			top:0px;
			width:733px;
			height:200px;
			overflow:hidden;
			border-right:3px solid #fff;
			}


#logo{		
			position:absolute;
			right:23px;
			top:23px;
			width:164px;
			height:164px;
			}
#mainContent{			background-color:#fdfcf6;
			overflow:hidden;
			background-image:url(/images/mainbg.jpg);
			background-repeat:repeat-y;
			
}
#left{			width:188px;
			padding-left:10px;
			padding-right:10px;
			float:left;
			padding-top:50px;
			}
			
#middle{			width:470px;
			margin-left:24px;
			float:left;
			padding-top:50px;
			}
			
#right{			width:220px;
			height:auto;
			float:right;
			overflow:hidden:
			}
/* MENYER */

#Hmenu1{			position:absolute;
			left:0px;
			top:0px;
			width:956px;
			float:left;
			border:0px solid pink;
			display:none;
			
			
			}
#Hmenu2{			position:absolute;
			left:0px;
			top:0px;
			width:956px;
			float:left;
			background-image:url(/images/newmenu2bg.jpg);
			background-repeat:repeat-y;
			border-bottom:3px solid #fff;
			height:30px;
			
			
			}
#Hmenu3{			position:relative;
			top:30px;
			left:0px;
			width:950px;
			float:left;
			text-align:left;
			padding-left:9px;
			background-image:url(/images/newmenu3bg.jpg);
			background-repeat:repeat-y;
			height:30px;
			border-bottom:0px solid #fff;
			border-left:1px solid #C1C094;
				
			
			}



 

#menulevel0{			width:956px;
			height:30px;
			position:absolute;
			left:0px;top:0px;
			/*background-color:#a3a164;
			opacity: .8;
			filter: alpha(opacity=80);
			z-index:15;*/
			}
#menulevel0b{			width:956px;
			height:30px;
			position:absolute;
			left:0px;top:0px;
			z-index:100;
			border:0px solid;
			}

#menulevel1{			width:956px;
			height:30px;
			position:absolute;
			left:0px;top:0px;
			z-index:10;
			background-color:transparent;
			background-image:url(/images/menu2bg.jpg);
			/*background-repeat:repeat-y;
			opacity: .6;
			filter: alpha(opacity=60);*/
			}
			
#menulevel1b{			width:956px;
			height:30px;
			position:absolute;
			left:0px;top:0px;
			z-index:100;
			}
*/