/*#############################################################
Author: Birgit Gjeldnes

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #454126;
	text-decoration: none;
}
body {
	background: #040000;
	color: #311;
	margin: 20px 0;
	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Trebuchet MS, Arial
}
ul {
	padding: 10px 0;
}
li {
	list-style: none;
	margin: 4px 0 4px 20px;
}
li span {
	font-size: 10px; color: #444;
}

/* misc */

.clearer, .footer {
	clear: both;
}
.content, .footer {
	padding: 0 5px;
}

/* structure */
.container {
	border:3px solid #454126; background:#040000 url('img/top.png') no-repeat; margin:0 auto; text-align: left;
	width: 820px
}

/* header */
.top {
	height: 250px;
}
.header {
	height: 210px;
}
.header h1 {
	line-height: 2.4em;
	padding-left: 18px;
	color: #F09;
	font-size: 2.4em;
}

/* footer */
.footer {
	background: #000;
	color: #FFF;
	margin: 5px;
	padding: 2px 5px;
}

/* content */
.item {
	padding: 10px;
	text-align: justify;
}
.item h1 {
	font: normal 14px serif,Arial;
	letter-spacing: 1px;
	color: #C36;
}
.left {
	border-left:3px solid #454126; border-right:3px solid #454126; border-top:3px solid #454126; border-bottom:3px solid #454126;
	float: left;
	width: 575px;
	background: #FEFBDA;
}
/* menu */
.menu {
	margin-left: 18px;
}
.menu a {
	padding: 0 2px;
	margin-right: 12px;
	font-size: 12px;
}
.menu a:hover {
	background: #FEFBDA;
	color: #FFF;
}

/* submenu */
.right .submenu_end {
	background: url('../helse/img/bgsubmenu_end.gif') no-repeat; height: 29px
}
.right {
	border-left:3px solid #454126; border-right:3px solid #454126; border-top:3px solid #454126; border-bottom:3px solid #454126;
	float: right;
	width: 195px;
	background: #FEFBDA;
}
.right a:hover {
	text-decoration: underline;
}