



#CMSContainer
{
	width: 847px;
	margin: 0 auto;
	text-align: left;
	background: url(images/background.jpg);
}

	#CMSWrapper
	{
		background: url(images/topp.jpg) no-repeat 0 0;
	}
	
#CMSHeader
{
	height: 252px;
}


/* CMSMenu list starts here */


#CMSMenu 
{
	
	margin: 0 40px;
	padding: 180px 0 0 0;
	text-align: center;
	
}

#CMSMenu ul
{
list-style-type: none;
color: #FFF;
padding: 4px 0 4px 0;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
}

#CMSMenu ul li { display: inline; overflow:visible; }

#CMSMenu ul li a
{
text-transform: uppercase;
text-decoration: none;
padding: 3px 8px 40px 8px;
color: #000;
/*padding: .2em 1em; */
font-weight: normal;
font-size: 12px;
}

#CMSMenu ul li a:hover
{
text-decoration: underline;
}

#CMSMenu ul li a#current
{
color: #000;
text-decoration: underline;
}

/* CMSMenu list ends here */

#CMSContentContainer
{

}


/* Innhold i CMS. Wrappes av CMSContent */

#CMSContent
{
	margin-left: 56px;
	margin-right: 56px;
	

}

#CMSContent h1,h2
{

}


/* END: Innhold i CMS. Wrappes av CMSContent */



#CMSFooter
{
	background: url(images/footer.jpg);
	height: 79px;
	clear:both;
}


