/* Start of CMSMS style sheet 'Default' */
html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(/images/layout/blomst.jpg) no-repeat bottom right fixed #faf2db;
	font: 14px "Times New Roman", Times, serif;
	color: #000000;
}
html
{
	overflow: auto;
}

p{margin:0}

#bg
{
background: url(/images/layout/top.jpg);
width: 541px;
height: 175px;
position: absolute;
top: 0;
right: 0;
}

a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #ccc;
}
img {
border: 0;
}

#fix
{
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -390px;
	float: left;
}

#main
{
	clear: both;
	position: relative;
	margin: auto;
	text-align: left;
	
	width: 1013px;
}

#top
{
	padding-left: 55px;
	height: 100px;
}

#menu
{
	background: url(/images/layout/bar.png);
	height: 29px;
	padding-left: 55px;
}
#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li
{
	float: left;
	position: relative;
}
#menu ul
{
	position: absolute;
}
#menu ul ul
{
	display: none;
	left: -22px;
}
#menu li:hover ul
{
	display: block;
}
#menu a
{
	display: block;
}
/*style*/
#menu a
{
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
}
#menu ul ul a
{
	padding: 0px;
	text-align: center;
background: url(/images/layout/submenu.png) no-repeat center top;
	height: 20px;
	width: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu ul ul li
{
	
}

#content
{
	clear: both;
	margin: 67px;
}

#footer
{
	background: url(/images/layout/bar.png);
	height: 22px;
	padding-top: 7px;
	text-align: center;
}
/* End of 'Default' */

