
#CMSContainer
{
	background: url(images/bg.gif);
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

	
		#CMSHeader
		{
		background-color:#e0dfdd;
		background-image:url(images/topp.png);
		background-position:center bottom;
		background-repeat:no-repeat;
		bottom:0pt;
		height:243px;
		left:0pt;
		margin:auto;
		right:0pt;
		top:0pt;
		width:780px;
		}


/* CMSMenu list starts here */


#CMSMenu 
{
	
	margin: 0;
	padding: 0 20px 0 0;
	height: 44px;
	overflow: hidden;
	text-align: right;
	background: url(images/bgmenu.gif);

}

#CMSMenu ul
{
margin-top: 23px;
list-style-type: none;
color: #FFF;
}

#CMSMenu ul li { display: inline; overflow:visible; }

#CMSMenu ul li a
{
text-decoration: none;
padding: 3px 8px 40px 8px;
background-color: #970800;
color: #FFF;
/*padding: .2em 1em; */
font-weight: normal;
}

#CMSMenu ul li a:hover
{
background-color: #fff;
color: #ae0900;
}

#CMSMenu ul li a#current
{
background-color: #ae0900;
color: #fff;
}

/* CMSMenu list ends here */

#CMSContentContainer
{
	text-align: left;

}


/* Innhold i CMS. Wrappes av CMSContent */

#CMSContent
{

}

#CMSContent h1,h2
{

}


/* END: Innhold i CMS. Wrappes av CMSContent */



#CMSFooter
{
	background: url(images/footer.gif);
	height: 90px;
	width: 780px;
	clear:both;
}

