/* ************************************************************************************************** */
/* For Joomla v. 1.0.x																				  */
/*																									  */
/*																									  */
/* ************************************************************************************************** */
/* CONTENT CSS 																						  */
/* ************************************************************************************************** */

html {
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #4D4D4D;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #4D4D4D;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #4D4D4D;
}
p {
}
a:link,
a:active,
a:visited {
	color: #4D4D4D;
	text-decoration:underline;
}
a:hover{
color:#666666;
text-decoration:none;
}

a img {
	border: none;
}

/* ************************************************************************************************** */
/* TEMPLATE LAYOUT CSS - DEFINE YOUR OWN TEMPLATE STYLES HERE										  */
/* ************************************************************************************************** */

#fireboard {
	
}

#container {
	width: 913px;
	margin: 13px auto auto auto;
}
#header {
	height: 94px;
	background: url(../images/header.png) top left no-repeat;
	margin: 0 0 5px 0;
	position: relative;	
}
#logo {
	width: 170px;
	height: 47px;
	position: absolute;
	bottom: 8px;
	right: 20px;
}
#ikoner {
	width: 18px;
	height: 65px;
	position: absolute;
	top: 17px;
	right: -23px;
}
#ikoner div#sitemap {
	padding: 10px 0 10px 0;
}
#ikoner a img {
	border: 0px;
}
#pathway{
	padding: 0 0 0 15px;
	font-size: 11px;
	font-weight: bold;
	margin: -3px 0 -3px 0;
	background: #fff;
	position: relative;
}
#pathway a:link,
#pathway a:active,
#pathway a:visited {
	color: #000;
	text-decoration: none
}
#pathway a:hover {
	text-decoration: underline;
}
#left_col {
	width: 169px;
	float: left;
	margin: 0 9px 0 0;
	overflow: hidden;
}
#left_col #menu {
	background: url(../images/left_col_repeat.png) top left repeat-y;
	margin: 0 0 9px 0;
}
#left_col #menu div{
	background: url(../images/left_col_top.png) top left no-repeat;
}
#left_col #menu div div {
	background: url(../images/left_col_bottom.png) bottom left no-repeat;
	padding: 10px 7px 30px 8px;
}
#left_col #menu div div div {
	margin: 0;
	padding: 0;
	background: none;
	width: 154px;
}
#left_col #menu div.module_menu{
	min-height: 286px;
	height: auto !important;
	height: 286px;
}
#left_col #menu div.rawimages {
	margin: 0 0 -20px 0;
	position: relative;
}
#left_col #menu div.rawimages span {
	padding: 0 6px 0 6px;
}
#left_col ul.mainlevel {
	margin: 0;
	padding: 25px 0 0 0;
}
#left_col ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#left_col ul.mainlevel li {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* LEVEL 1 */
#left_col li.level_0 {
	margin: 6px 0 6px 0 !important;
}
#left_col a.mainlevel:link,
#left_col a.mainlevel:active,
#left_col a.mainlevel:visited {
	margin: 0 0 0 20px;
	color: #4d4d4d;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
}
#left_col a.mainlevel#active_menu, #left_col li#active_0 a.mainlevel {
	color: #000;
}
#left_col a.mainlevel:hover {
	color: #000;
}
/* LEVEL 2 */
#left_col ul.sublevel_1 { /* Her kan vi lægge topgrafik til sublevel_1 */
	background: url(../images/left_col_submenu_top.png) top left no-repeat #fff;
	margin: 10px 0 0 0 !important;
}
#left_col ul.sublevel_1 li.level_1_first_menu {
	display: block;
	padding: 7px 0px 0px 35px;
}
#left_col ul.sublevel_1 li.level_1 {
	display: block;
	padding: 5px 0px 0px 35px;
}
#left_col ul.sublevel_1 li.level_1_last_menu,
#left_col ul.sublevel_1 li.level_1_first_menu_last_menu { /* Her kan vi lægge bundgrafik til sublevel_1 */
	background: url(../images/left_col_submenu_bottom.png) bottom left no-repeat;
	margin: 0 0 10px 0 !important;
	display: block;
	padding: 5px 0px 7px 35px;
}
#left_col ul.sublevel_1 a.sublevel:link,
#left_col ul.sublevel_1 a.sublevel:active,
#left_col ul.sublevel_1 a.sublevel:visited {
	color: #4d4d4d;
	text-decoration: none;
	font-size: 11px;
}
#left_col ul.sublevel_1 a.sublevel:hover {
	color: #000;
}
#left_col ul.sublevel_1 a.sublevel#active_menu {
	color: #000;
}
#left_col ul.sublevel_2 li {
	padding: 5px 0 0 0;
}
#left_col ul.sublevel_2 a.sublevel:link,
#left_col ul.sublevel_2 a.sublevel:active,
#left_col ul.sublevel_2 a.sublevel:visited {
	padding: 0 0 0 10px;
}
#left_col .module {
	position: relative;
}
#top {
	background: url(../images/main_col_repeat.png) top left repeat-y;
}
#top div {
	background: url(../images/main_col_top.png) top left no-repeat;
}
#top div div {
	background: url(../images/main_col_bottom.png) bottom left no-repeat;
	padding: 9px 0 8px 9px;
}
#top div div div {
	background: none;
	margin: 0;
	padding: 0;
	width: 513px;
	position: relative;
}
#main_col {
	width: 531px;
	float: left;
}
#main_body {
	background: url(../images/main_col_repeat.png) top left repeat-y;
	position: relative;
	width: 531px;
}
#main_body div {
	background: url(../images/main_col_top.png) top left no-repeat;
	width: 531px;
}
#main_body div div {
	background: url(../images/main_col_bottom.png) bottom left no-repeat;
	padding: 25px 45px 45px 45px;
	color: #4D4D4D !important;
	width: 441px;
}
#main_body div div div {
	background: none;
	margin: 0;
	padding: 0;
	width: auto;
}
#right_col {
	width: 198px;
	float: right;
	overflow: hidden;
}
#right_col .module {
	background: url(../images/right_col_repeat.png) top left repeat-y;
	margin: 0 0 9px 0;
	position: relative;
}
#right_col .module div {
	background: url(../images/right_col_top.png) top left no-repeat;
}
#right_col .module div div {
	background: url(../images/right_col_bottom.png) bottom left no-repeat;
	padding: 20px;
	width: 158px;
}
#right_col .module div div div {
	background: none;
	margin: 0;
	padding: 0;
}
#right_col form {
	position: relative;
}
#right_col #wz_11, #right_col #wz_12 {
	width: 140px !important;
	color: #4D4D4D;
	font-size: 11px;
	padding: 5px 10px 4px 10px;
	border: 0px;
	margin: 0 0 8px 0;
}
#right_col #wz_12 {
	margin: 0 0 -10px 0;
}
#right_col #aca_22 {
	position: absolute;
	bottom: -22px;
	right: 4px;
}
#right_col .module_helpdesk {
	background: url(../images/right_col_repeat.png) top left repeat-y;
	margin: -2px 0 9px 0;
	position: relative;
}
#right_col .module_helpdesk div {
	background: url(../images/right_col_helpdesk_top.png) top left no-repeat;
}
#right_col .module_helpdesk div div {
	background: url(../images/right_col_bottom.png) bottom left no-repeat;
	padding: 20px 20px 5px 20px;
	width: 158px;
}
#right_col .module_helpdesk div div div {
	background: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#right_col .dn-whole {
	background: white !important;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px !important;
	width: 140px !important;
	color: #4D4D4D;
	font-size: 11px;
}
#right_col .dn-each {
	margin: 0px 0 11px 0 !important;
}
#right_col span.dn-read_more {
	display: block;
	text-align: right;
	width: 140px;
}
#right_col a.dn-read_more:link,
#right_col a.dn-read_more:active,
#right_col a.dn-read_more:visited {
	color: #4D4D4D;
	text-decoration: none;
}
#right_col a.dn-read_more:hover {
	text-decoration: underline;
}
#user1 .module {
	background: url(../images/left_col_repeat.png) top left repeat-y;
	margin: 9px 0 0 0;
	position: relative;
}
#user1 .module div{
	background: url(../images/left_col_top.png) top left no-repeat;
}
#user1 .module div div {
	background: url(../images/left_col_bottom.png) bottom left no-repeat;
	padding: 20px;
	width: 149px;
}
#user1 .module div div div {
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#user1 .search {
	position: relative;
	height: 25px;
}
#user1 .search .inputbox {
	position: absolute;
	top: -2px;
	left: 0px;
	width: 116px;
	padding: 5px 7px 4px 7px; 
	border: 0px;
	color: #4D4D4D;
	font-size: 11px;
}
#user1 .search .button {
	position: absolute;
	top: 27px;
	left: 66px;
	width: 58px;
	height: 22px;
	background: url(../images/knap_search.png) top left no-repeat;
	border: none;
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 0 !important;
	padding: 0 0 10px 0 !important;
	cursor: hand;
	cursor: pointer;
}
/* Forside moduler */
#user2 {
	width: 260px;
	float: left;
	overflow: hidden;
}
#user3 {
	width: 260px;
	float: right;
	overflow: hidden;
}
#user2, #user3 {
	margin: 1px 0 0 0;
}
#user2 .module, #user3 .module {
	background: url(../images/user_2_3_repeat.png) top left repeat-y;
}
#user2 .module div, #user3 .module div {
	background: url(../images/user_2_3_top.png) top left no-repeat;
}
#user2 .module div div, #user3 .module div div {
	background: url(../images/user_2_3_bottom.png) bottom left no-repeat;
	width: 240px;
	min-height: 167px;
	height: auto !important;
	height: 167px;
	padding: 0 10px 10px 10px;
}
#user2 .module div div div{
	background: url(../images/user_2_productbox.png) 120px 6px no-repeat;
}
#user3 .module div div div{
	background: url(../images/user_3_productbox.png) 110px 1px no-repeat;
	position: relative;
}
#user2 .module div div div div, #user3 .module div div div div{
	background: none;
	padding: 0;
	margin: 0;
}
#user2 table.user_2_produkt, #user3 table.user_3_produkt {
	width: 100%;
}
#user2 table.user_2_produkt td.produktoverskrift, #user3 table.user_3_produkt td.produktoverskrift {
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	padding: 80px 0 0 0;
	color: #4D4D4D;
}
#user2 table.user_2_produkt td.produkttekst, #user3 table.user_3_produkt td.produkttekst {
	color: #4D4D4D;
}
/* */

#footer {
	height: 46px;
	line-height: 48px;
	color: #fff;
	background: url(../images/footer.png) top left no-repeat;
	clear: both;
	margin: 7px 0 0 0;
	text-align: right;
	padding: 0 20px 0 0;
}
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.module h3, .moduletable h3, .module_helpdesk h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 10px 5px;
	text-indent: 0px;
	color: #4D4D4D;
}
/* styling til helpdesk i right */
.helpdesk_tekst {
	background: #fff !important;
	position: relative;
	padding: 2px 10px 8px 10px !important;
	margin: 0 0 25px 0 !important;
	width: 140px !important;
	color: #4D4D4D;
	font-size: 11px;
}
.helpdesk_knap {
	width: 60px;
	height: 21px;
	position: absolute;
	bottom: -14px;
	left: 92px;
}
.clr{
	clear : both;
}

/* ************************************************************************************************** */
/* JOOMLA SPECIFIC CSS 																				  */
/* ************************************************************************************************** */

.adminform {
}
.article_seperator {
}
.back_button {
}
.blog {
}
.blog_more {
}
.blogsection {
}
.button {
}
.buttonheading {
}
.category {
}
.clip {
}
.componentheading {
}
.contact_email {
}
.content_rating {
}
.content_vote {
}
.contentdescription {
}
.contentheading {
	font-size: 20px;
	font-weight: bold;
}
.contentpagetitle {
}
.contentpane {
	/* table-layout: fixed /* Important for the browsers to honor the width of the table but can cause other problems so use only when needed */
}
.contentpaneopen {
	/* table-layout: fixed /* Important for the browsers to honor the width of the table but can cause other problems so use only when needed */
}
.contenttoc {
}
.createdate {
}
.dtree {
}
.dTreeNode {
}
.editlinktip {
}
.expander {
}
form{
	margin: 0;
	padding: 0;
}
.highlight {
}
.inputbox {
}
.item {
}
.latestnews {
}
.message {
}
.message {
}
.modifydate {
}
.module {
}
.module h3 {
}
.module div {
}
.module div div {
}
.module div div div {
}
.module div div div div {
}
.moduletable {
}
.moduletable h3 {
}
.mosimage {
}
.mosimage_caption {
}
.mostread {
}
.newsfeed {
}
.node {
}
.pagenav {
}
.pagenav_next {
}
.pagenav_prev {
}
.pagenavbar {
}
.pagenavcounter {
}
.paramlist {
}
.pathway {
}
.poll {
}
.pollstableborder {
}
.profiler {
}
.readon {
}
.row1 {
}
.row2 {
}
.search {
}
.searchintro {
}
.sectiontableentry1 {
}
.sectiontableentry2 {
}
.sectiontablefooter {
}
.sectiontableheader {
}
.small {
}
.smalldark {
}
.syndicate {
}
.syndicate_text {
}
.tab {
}
.tabclass1 {
}
.tabclass2 {
}
.tab-page {
}
.text_area {
}
.toclink {
}
.toolbar {
}
.tooltip {
}
.wrapper {
}

/* ************************************************************************************************** */
/* JOOMLA MENU CSS 																					  */
/* ************************************************************************************************** */

ul#mainlevel {
}
ul#mainlevel li {
}

a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited {
}
a.mainlevel:hover {
}
a.mainlevel#active_menu {
}

a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
}
a.sublevel:hover {
}
a.sublevel#active_menu {
}

/* ************************************************************************************************** */
/* OTHER MODULES AND COMPONENTS																		  */
/* ************************************************************************************************** */
/* Components and modules that should be part of every setup you do!								  */
/* Add your own custom css for modules and components you install here!								  */
/*																									  */
/* ************************************************************************************************** */
/* JOOMLA EXT MENU MODULE 																			  */
/* ************************************************************************************************** */




/* ************************************************************************************************** */
/* JOOMLA MINI FRONTPAGE MODULE	- NOTE THIS MODULE ALSO CONTAINS IT's OWN CSS FILE					  */
/* ************************************************************************************************** */

table.minifp {
}
td.minifp {
}
span.minifp-anotherlinks {
}
span.minifp-introtitle a {
}
span.minifp-date {
}
.minifp-full-link {
}
ul.minifp {
}
li.minifp {
}
li.minifp a{
}