



#CMSContainer
{
	background: #fff;
	width: 895px;
	margin: 0 auto;
	text-align: left;
}

	#CMSWrapper
	{
		background: url(images/topp.jpg) no-repeat 0 0;
	}
	
#CMSHeader
{
	height: 181px;
}


/* CMSMenu list starts here */


#CMSMenu 
{	
	margin: 0;
	padding: 0 20px 0 0;
	height: 44px;
	overflow: hidden;
	background: url(images/bgmenu.gif);
}

#CMSMenu ul
{
margin-top: 23px;
list-style-type: none;
color: #FFF;
}

#CMSMenu ul li 
{
	display: inline; 
	overflow:visible; 
	margin:0;
	padding:0 0 10px 0;
	}

#CMSMenu ul li a
{
text-decoration: none;
padding: 3px 8px 23px 12px;
background-color: #f186a8;
color: #FFF;
font-weight: normal;
}

#CMSMenu ul li a:hover
{
background-color: #b65f7b;
color: #fff;
}

#CMSMenu ul li a#current
{
background-color: #b65f7b;
color: #fff;
}

/* CMSMenu list ends here */

#CMSContentContainer
{

}


/* Innhold i CMS. Wrappes av CMSContent */

#CMSContent
{
	margin-left: 34px;
	margin-right: 34px;
}

#CMSContent h1,h2
{

}


/* END: Innhold i CMS. Wrappes av CMSContent */



#CMSFooter
{
	height: 20px;
	clear:both;
}

