/* LAYOUT FRAMEWORK */

body{
text-align:center;
background-color:#ebebdd;
margin:0px;
padding:0px;

}

/* COMMON */

.full{			width:950px;
			margin-left:auto;
			margin-right:auto;
			position:relative;
			text-align:left;
			position:relative;
			background-color:#faf9eb;
}



/* FRAMEWORK */

#top{			
			border-bottom:3px solid #fff;
			background-color:#f9f9f5;
}


#teaserWrap{			height:205px;
			background-color:#d2d0b2;
			border-bottom:3px solid #fff;
}

#teaser{			background-color:#fff;
			position:absolute;
			left:0px;
			top:0px;
			width:950px;
			height:205px;
			overflow:hidden;
			}


#mainContent{			background-color:#F1F1EF;
			overflow:hidden;
			
			
}
#left{			width:188px;
			padding-left:10px;
			padding-right:10px;
			float:left;
			padding-top:80px;
			background-image:url(/images/left_bg.jpg);
			background-repeat:repeat-x;
			min-height:756px;
			height:auto !important;
			height:756px;
			}
			
#middle{			width:498px;
			padding-left:24px;
			float:left;
			padding-top:80px;
			background-image:url(/images/mid_bg.jpg);
			background-repeat:repeat-x;
			height:auto !important;
			height:756px;
			min-height:756px;
			}
			
#right{			width:220px;
			height:auto;
			float:right;
			overflow:hidden;
			background-image:url(/images/r_bg.jpg);
			background-repeat:repeat-x;
			}
/* MENYER */

#menulevel0{			width:950px;
			height:30px;
			position:absolute;
			left:0px;top:0px;
			background-color:#464646;
			opacity: .8;
			filter: alpha(opacity=80);
			z-index:15;
			}
#menulevel0b{			width:950px;
			height:30px;
			position:absolute;
			left:0px;top:0px;
			z-index:20;
			}

#menulevel1{			width:950px;
			height:30px;
			position:absolute;
			left:0px;top:30px;
			z-index:10;
			background-color:#464646;
			opacity: .6;
			filter: alpha(opacity=60);
			}
			
#menulevel1b{			width:950px;
			height:30px;
			position:absolute;
			left:0px;top:30px;
			z-index:20;
			
			}