/* @override 
	http://sven.mjosmuseet/publisher_mjosmuseet/images/mjosmuseet.css
	http://local.mjosmuseet/publisher_mjosmuseet/images/mjosmuseet.css
*/

body 
{
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 0.82em;
}

table
{
	font-size: 1em;
}

p
{
	margin: 0;
	padding: 0;
}

hr {
	background-color: #cdb18d;
	border-style: none;
	border-width: 0;
	height: 1px;
}

/* @group Font */


h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.55em;
	margin: 0 0 20px;
}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.24em;
	margin: 0 0 15px;
}

h3 
{
	font-size: 1.0em;
	margin: 0 0 5px;
}

#menu #below-menu
{
	padding: 12px;
	font-size: 0.83em;
}

a {
	color: #1773cb;
}

a:hover {
	color: #3a9fff;
}

/* @end */

/* @group Formatting */

#centered-content 
{
	text-align: center;
	width: 100%;
	padding-top: 8px;
}

#page 
{
	background: white;
	border: 1px solid #653800;
	text-align: left;
	margin: auto;
	width: 935px;
	position: relative;
	z-index: 3;
	padding: 18px 28px 28px;
}

#menu 
{
	float: left;
	background-image: url(left-menu-background.gif);
	width: 205px;
	padding-bottom: 2px;
}

#content 
{
	float: left;
	width: 600px;
	padding: 0 15px 15px 25px;
	background-repeat: repeat;
}

#footer {
	clear: both;
	padding: 8px 4px 10px;
	font-size: 0.83em;
	border-top: 1px solid #cdb18d;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 226px;
	color: #653900;
}

/* @group Top */

#vestsida {
	position: absolute;
	right: 0;
	top: 17px;
}

#top-menu {
	position: absolute;
	width: 709px;
	right: 0;
	bottom: 22px;
	background-image: url(top-menu-background.gif);
}

#header 
{
	height: 149px;
	position: relative;
}

/* @end */

.clear-all 
{
	clear: both;
}

#main-region {
	clear: both;
}

/* @end */

/* @group Menu */

#top-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-menu li {
	float: left;
	font-family: Arial;
	line-height: 1em;
}
#top-menu li a 
{
	padding: 8px 4px;
	margin-right: 10px;
	text-decoration: none;
	color: #653900;
	display: block;
}

#top-menu a.selected-item , #top-menu a:hover {
	background-image: url(menu-selector.gif);
}

	#menu ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-image: none;
}

#menu li.level-1 a 
{
	text-decoration: none;
	padding: 7px 0 5px 4px;
	display: block;
	color: black;
	margin-top: 0;
	margin-left: 4px;
	margin-right: 4px;
	height: 17px;
}

#menu li.level-2 a 
{
	text-decoration: none;
	padding: 0px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

#menu li a.selected-item
{
	font-weight: bold;
	background-image: url(menu-selector.gif);
}

#menu li.level-1 
{
	padding: 0px;
		height: 27px;
	margin-bottom: -1px;
}

#menu li.level-1 a:hover
{
	background: url(menu-selector.gif) repeat;
}



/* @end */