/*//////////////////////////////////////*/
/*/////////// MENU STYLES //////////////*/
/*//////////////////////////////////////*/

/* TOPMENU */
#topmenubars {
	background: url(../img/topmenu.jpg) top repeat-x;
	height: 115px;
	margin: 0;
	text-align: center;
}
#topmenu {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	float: left;
}
#topmenu ul {
	width: 475px;
	height: 38px;
	overflow: hidden;
	margin: 28px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#topmenu li {
	display: inline;
	text-align: left;
	padding: 0;
	height: 38px;
}

#topmenu li a {
	color: #FFFFFF;
	margin:	0;
	padding: 14px 20px 10px 20px;
	text-decoration: none;
	display: block;
	float: left;
}

#topmenu li a:hover {
	color: #A52315;
	text-decoration: none;
}

#topmenu li.button1 a { color: #A52315; text-decoration: none; cursor: pointer; }
#topmenu li.button1 a:hover { color: #A52315; text-decoration: none; cursor: pointer; }
/* END */

/* UNDERMENU */
#undermenu {
	background: url(../img/undermenu_bg.jpg) center repeat-y;
	margin:0;
	padding:0;
}
#undermenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#undermenu li {
	display: block;
	text-align: left;
	padding: 0;
	height: 30px;
	background: url(../img/undermenu_break.jpg) bottom center no-repeat;
}

#undermenu li a {
	color: #8d897e;
	margin: 0;
	padding: 7px 0 7px 15px;
	text-decoration: none;
	display: block;
}

#undermenu li a:hover {
	color: #A52315;
	text-decoration: none;
}

#undermenu li.button1 a { color: #A52315; text-decoration: none; cursor: pointer; }
#undermenu li.button1 a:hover { color: #A52315; text-decoration: none; cursor: pointer; }

.sublevel li {
	display: block;
	text-align: left;
	text-indent: 15px;
	height: 30px;
	font-size: 11px;
	background: none;
}

.sublevel li a {
	color: #8d897e;
	margin: 0;
	padding: 7px 0 7px 15px;
	text-decoration: none;
	display: block;
	background: url(../img/sublevel_break.jpg) no-repeat 15px 9px;
}

.sublevel li a:hover {
	color: #A52315;
	text-decoration: none;
}

.sublevel li.button1 a { color: #A52315; text-decoration: none; cursor: pointer; }
.sublevel li.button1 a:hover { color: #A52315; text-decoration: none; cursor: pointer; }

/* SØGEKRITERIER */
#sogekriterier {
	padding: 0;
}
#sogekriterier a {
	color: #999;
	background: url(../img/rightbreak.jpg) bottom center no-repeat;
	display: block;
	padding: 5px 0 7px 20px;
}

#sogekriterier a:hover {
	color: #A52315;
	cursor: pointer;
}
div.subkat {
	margin: 0;
	padding: 0;
	text-align: left;
}
div.subkat ul  {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
div.subkat li {
	display: block;
	text-align: left;
	font-size: 12px;
}

div.subkat li.button1 a {
	color: #A52315;
}

/* TOPLINKS */
#toplinks {
	font-size: 10px;
	color: #c55945;
	margin: 0;
	float: left;
}
#toplinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#toplinks li {
	display: inline;
	text-align: left;
	padding: 0;
	margin-right: 10px;
	float: left;
	line-height: 29px;
}

#toplinks li a {
	color: #c55945;
	margin:	0;
	text-decoration: none;
	margin-right: 10px;
}

#toplinks li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* END */

/* BREADCRUMBS */
.breadcrumbs {
	width: 475px;
	text-align: left;
	font-weight: normal;
}
.breadcrumbs a {
	float: left;
	padding: 0 10px 0 10px;
	display: block;
	line-height: 48px;
	color: #9d998d;
}
.breadcrumbs a:hover {
	color: #A52315;
}
/* END */

/* BOTTOMLINKS */
#bottom_links {
	font-size: 11px;
	color: #9d998d;
	margin: 0;
	float: left;
}
#bottom_links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bottom_links li {
	display: inline;
	text-align: left;
	padding: 0;
	margin-right: 10px;
	float: left;
	line-height: 30px;
}

#bottom_links li a {
	color: #9d998d;
	margin:	0;
	text-decoration: none;
	margin-right: 10px;
}

#bottom_links li a:hover {
	color: #A52315;
	text-decoration: none;
}
/* END */

/* NYHEDSARKIV */
#nyhedsarkiv {
	background: url(../img/undermenu_bg.jpg) center repeat-y;
	margin:0;
	padding:0;
}
#nyhedsarkiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nyhedsarkiv li {
	display: block;
	text-align: left;
	padding: 7px 15px;
	background: url(../img/undermenu_break.jpg) bottom center no-repeat;
}

#nyhedsarkiv li a {
	color: #8d897e;
	font-size: 10px;
	margin: 0;
	line-height: 16px;
	text-decoration: none;
	display: block;
}

#nyhedsarkiv li a h1 {
	color: #8d897e;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

#nyhedsarkiv li a:hover {
	color: #A52315;
	text-decoration: none;
}
#nyhedsarkiv li a:hover h1 {
	color: #A52315;
	text-decoration: none;
}

#undermenu li.button1 a { color: #A52315; text-decoration: none; cursor: pointer; }
#undermenu li.button1 a:hover { color: #A52315; text-decoration: none; cursor: pointer; }