/* Resetting stuff BEGIN */

	html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		background: transparent;
	}
	
	/* remember to define focus styles! */
	:focus { outline: 0; }
	
	/* remember to highlight inserts somehow! */
	ins { text-decoration: none; }
	del { text-decoration: line-through; }
			
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

/* Resetting stuff END */


/* BODY */
body {
  text-align: center;
  font: 13px/1.4 Arial,sans-serif;
  background-color: #fff;
  color: #333;
}
#center_pad, .page_width {
  width: 940px;
  text-align: left;
  margin: 0 auto;
  background: url(/images/bg.jpg) no-repeat 0 98px transparent;
}
#center_container {
  background-color: #fff;
  padding: 36px 0 18px;
}
#center_container
.clear {
  clear: both;
  width: 100%;
}
#content h1.title {
  font-size: 1.6em;
  margin: 0;
  clear: both;
}

/*             */
/* Link styles */
/*             */

/* General links */
a:link, a:visited {color: #005a99; text-decoration: none; background: url(/images/pil2.png) no-repeat left center transparent; padding-left: 7px; margin-left: 1px;}
a:hover {color: #fff; text-decoration: none; padding: 0.1em 0 0.1em 7px; background: url(/images/pil.png) no-repeat left center #80adcc; margin-left: 1px;}
a:active {color: #005a99; text-decoration: none; background: url(/images/pil2.png) no-repeat left center transparent; padding-left: 7px; margin-left: 1px;}

/* Buttonized links */
#top_navigation .submit_input, #beretning a,
#find span, #klag span, #om span, #nav-sub ul.first li a {
  background: url("/images/pil.png") no-repeat scroll left center #E3E3DE;
  border: solid 1px #fff;
  color: #000;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  display: inline-block;
  padding: 3px 7px;
  margin: 0 3px;
}
#top_navigation .submit_input:hover, #beretning a:hover, #nav-sub ul.first li a:hover {
  color: #fff;
  background-color: #80adcc;
}

/* Global navigation links */
#logo a {
  display: block;
  line-height: 0;
  font-size: 0;
  background-image: none;
  margin: 0;
  padding: 0;
}
#logo a:hover {background-color: transparent;}
#find a, #klag a, #om a {
  display: block;
  width: 203px;
  height: 231px;
  background: url(/images/findl.jpg) no-repeat 0 0 transparent;
  color: #fff;  
  text-decoration: none;
  padding: 21px;
  font-size: 18px;
  line-height: 1.2;
}
#klag a {
  background-image: url(/images/klagl.jpg);
}
#om a {
  background-image: url(/images/oml.jpg);
}
#find a:hover {
  background-image: url(/images/findl2.jpg);
  color: #000;
}
#klag a:hover {
  background-image: url(/images/klagl2.jpg);
  color: #000;
}
#om a:hover {
  background-image: url(/images/oml2.jpg);
  color: #000;
}
#find span, #klag span, #om span {
  padding: 6px 12px;
  width: 135px;
  color: #fff;
  margin: 71px 0 0 0;
}
#find span {background-color: #c67100;}
#klag span {background-color: #005a99;}
#om span {background-color: #5f5a36;}
#nav-sub .first ul li a, #beretning a {
  padding: 6px 12px;
  margin-bottom: 3px;
}
#breadcrumbs a {color: #000; line-height: 15px;}
#breadcrumbs a:hover {color: #005a99;}
#breadcrumbs a.home:hover {background-image: url(../images/home2.gif);}
.show_inspektion > a:hover {color: #333; padding: 0; margin: 0; display: inline;}

/* TOP navigation */

#top_navigation {
  width: 100%;
  height: auto;
  background-color: #ebebe8;
}
#top_navigation, #footer {
  font-size: 12px;
}
#top_navigation ul {
	list-style: none;
  text-align: left;
  padding: 10px 10px 10px 0;
}
#top_navigation ul li {
  line-height: 1;
  margin: 0 39px 0 0;
}
#top_navigation ul li, #top_navigation form p, #top_navigation form {
  display: inline;
}
#top_navigation .text_input {
	width: 75px;
	height: 14px;
  margin-left: 12px;
  border: solid 1px #fff;
  color: #868685;
  padding: 2px 3px;
}
#top_navigation .submit_input {
  padding: 1px 2px 1px 5px;
}
#langpick {
  display: inline;
  padding: 10px 0;
}
#langpick select {
  width: 126px;
}

/* Logo */
#logo {
  float: right;
  width: 126px;
}
#rightlogo {
  width: 126px;
  padding-bottom: 36px;
}
#rightpicbox {
  min-height: 88px;
  width: 127px;
  padding: 0;
}
#rightpic {
  border-bottom: solid 18px #fff;
}

/* Main Menu */
#nav-top li {display: none;}
#nav-top li.top1, #nav-top li.top2, #nav-top li.top3 {
  display: block;
  float: left;
  margin-right: 18px;
}
.top1 a, .top2 a, .top3 a {
  display: block;
  width: 126px;
  height: 88px;
  background: url(../images/finds.jpg) no-repeat 0 0 #ededed;
  padding: 0;
  margin: 0;
  text-indent: -100em;
}
.top2 a {background-image: url(../images/klags.jpg);}
.top3 a {background-image: url(../images/oms.jpg);}
.top1 a:hover {background-image: url(../images/finds2.jpg);}
.top2 a:hover {background-image: url(../images/klags2.jpg);}
.top3 a:hover {background-image: url(../images/oms2.jpg);}
.top1 a.selected {background-image: url(../images/finds1.jpg);}
.top2 a.selected {background-image: url(../images/klags1.jpg);}
.top3 a.selected {background-image: url(../images/oms1.jpg);}


/* Breadcrumb path */
#breadcrumbs {
  width: 795px;
  margin-top: 9px;
  background-color: #e3e3de;
  clear: left;
  float: left;
}
.non_da {
  margin-top: 97px !important;
}
#breadcrumbs a, #breadcrumbs p {
  background: url(/images/patharrow.gif) no-repeat 0 0 transparent;
	padding: 8px 2px 7px 19px;; 
	text-decoration: none;
  width: auto;
  height: auto;
  float: left;
  display: block;
}
#breadcrumbs .home {
  background: url(/images/home.gif) no-repeat 5px 5px transparent;
  text-indent: -100em;
  width: 22px;
  height: 18px;
  float: left;
  display: block;
  padding: 6px 2px 6px 6px;
}

#tipenven {
    float: right;
    padding: 8px 7px;
}
#tipenven a {
    background-image: url(/grafik/top/Tip.gif);
    background-position: left center;
    padding: 0 3px 0 15px;
    font-size: 12px;
}


/* Main navigation on webpages */
#menu {
  float: left;
  clear: left;
  width: 127px;
  margin-top: 18px;
}
#nav-sub ul li {
  list-style: none;
}
#nav-sub ul.first li a, #beretning a {
  display: block; 
}
#nav-sub ul.first li a {
  margin: 0;
  overflow: hidden;
  border-width: 0 0 2px;
}


/* Content area */
#content_wrapper {
  float: left;
  width: 649px;
  min-height: 200px;
  padding: 19px;
  background: #fff;
  padding-bottom: 55px;
}
#content_small {
    width: 478px;
}
#content_paddings{ /* this defines margins in content area */
    margin: 10px 0px 40px 0px;
}
#content_wrapper ul {
  margin-left: 18px;
}


/* Specificly for Sagssøgning doctype */
.sagssoegning #tmp_right {margin-top: -10px !important;}


/* container for front navigation and pic */

#fp_box{
    width: 100%;
    height: 251px;
    background: #dcdcd4;
}


/* Various info boxes */

#right_container{
    width: 200px;
    height: 300px;
    z-index: 2;
    background: red;
    float: right;
    position: static;
}
#tmp_right, #subdocsbox {
  background: #E3E3DE;
  padding: 19px;
  float: right;
  width: 45%;
  margin: 10px 0 16px 16px;
}
#tmp_right h1, #subdocsbox h1 {
  font-size: 15px;
}
.linkbox ul {margin: 0 !important; list-style: none;}


/* FOOTER */

#footer {
  width: 100%;
  clear: both;
  background-color: #ebebe8;
  padding: 13px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: solid 1px #fff;
}
#footer .page_width {
  text-align: center;
}
#footer p {
  font-size: 12px;
	display: inline;
	padding: 0 19px;
	line-height: 1em;
  color: #868685;
}


/* This is elements for the frontpage */

.splash #center_container {
  background: url(/images/frontbg.png) repeat-x 0 0 #fff;
}
.splash #center_pad {background-image: none;}
.splash #rightlogo {padding-bottom: 30px;}
.splash #rightpicbox {
  height: 231px;
  background: #ebebe8;
}
.splash #rightpic {
  display: none;
}
#splashpage {
  padding-top: 91px;
  margin-bottom: 43px;
}
#splashpage #topnav {  
  list-style: none;
}
#splashpage #topnav li {
  float: left;
  width: 203px;
  height: 231px;
  display: block !important;
  margin-right: 19px;
  overflow: hidden;
}
#beretning {
  width: 127px !important;
  background-color: #EBEBE8;
  height: 231px !important;
}
#beretning a {border-width: 0 2px 2px; margin: 0;}
#extras {
  width: 648px;
  margin: 0 auto;
  clear: both;
}
#news {
  padding-top: 19px;
}
.newsbox {
  background-image: url(/images/nyhed.gif);
  background-repeat: no-repeat;
  background-position: 7px 8px;
  padding: 10px 10px 10px 34px;
}
.newsbox a {color: #333; background-image: none; padding-left: 0;}
.newsbox a:hover {color: #fff;}
.notice {background-image: url(/images/opslag.gif);}
.document {background-image: url(/images/dokument.gif);}
.odd {background-color: #ebebeb;}
.headline, .newsbox p, .newsbox p *, .newsbox h3 {
  display: inline;
  font-weight: normal;
  font-size: 13px;
}
.newsbox img {display: none;}
#news a {max-width: 400px;}
#newsactions {background: #ebebe8; padding: 6px 12px 6px 35px;}
#newsactions a {margin: 0 18px 0 0;}
.headline {float: right; width: auto; color: #868685;}

/*
#feature2, #feature3 {
  background-color: #4d4d4d;
}
#feature2 {
  width: 100%;
  height: 50px;
  padding-top: 19px;
}
#feature3 {
  float: right;
  width: 50%;
  height: 200px;
  margin: 19px 0 0 19px;
}
*/

