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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.25;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:url('images/layout/body_background.png') repeat-x;
	font-family:"Tahoma", arial, helvetica, sans-serif;
	font-size:90%;
	text-align:center;
}
img {
	border:none;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:770px;
	background:url('images/layout/container_background.png') repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align:left;
}

/*****************************************************************************/
/* TOP                                                                       */
/*****************************************************************************/

#top {
	width:100%;
	height:144px;
	position:relative;
	background:url('images/layout/top_background.png');
}

#tools {
	float:right;
}

ul#tools {
	list-style-type:none;
	padding-right:10px;
}

#tools li {
	float:left;
	margin:10px 10px 0px 0px;
}

#tools a {
	color:#8D98AC;
}

#tools a:hover {
	color:white;
}

#logo {
	float:left;
	height:144px;
}

ul#nav {
	position:absolute;
	left:270px;
	bottom:1px;
	list-style-type:none;
	padding-right:2px;
	background:url('images/layout/right.png') right no-repeat;
}

#nav li {
	float:left;
}


/*****************************************************************************/
/* CONTENT                                                                   */
/*****************************************************************************/

#contentwrap {
	width:770px;
	clear:both;
	float:left;
	padding-bottom:30px;
}

#content {
	display:inline; /*fix IE6 bug*/
	float:left;
	width:500px;
	margin-left:30px;
	padding:20px 0px 0px 0px;
}

#content h1 {
	color:#446BA9;
	font-family:"Trebuchet MS", georgia, times, serif;
	font-weight:normal;
	font-size:1.8em;
	margin:0.5em 0em 1em 0em;
	padding:0;
}

#content h2 {
	color:#444;
	font-size:1.1em;
	font-weight:bold;
}

#content h2.stroke {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

#content h3 {
	clear:both;
	color:#448;
	font-size:1em;
	font-weight:bold;
}

#content p {
	color:#444;
	font-size:0.95em;
	line-height:1.3em;
	margin-bottom:1em;
}

#content img.hoejre {
	float:right;
	margin:0px 0px 10px 10px;
}

#content img.venstre {
	
	float:left;
	margin:0px 10px 10px 0px;
}

#content a {
	color:#48689F;
}

#content a:hover {
	color:#17315F;
}

#content ul {
	margin-bottom:1.5em;
}

ul.indent, ol.indent {
	margin-left:2em;
	margin-right:6em;
	color:#444;
}

#right {
	float:left;
	width:196px;
	margin-left:32px;
}

.rightbox {
	border-top:1px solid #6283B5;
	border-bottom:1px solid #031A46;
	padding:10px;
	color:white;
	width:176px;
	float:left;
}

.rightbox p {
	margin-bottom:1em;
}

#lillekort {
	float:left;
	width:176px;
	text-align:right;
}

#lillekort a {
	float:right;
}

.rightbox a {
	color:#ccf;
}

.rightbox a:hover {
	color:white;
}

.rightbox img {
	text-decoration:none;
	border:none;
}

#akutimg {
	float:left;
}

#akutlink {
	padding-left:10px;
	float:left;
}

#lillekortlink  {
	text-decoration:none;
}

.clearer {
	clear:both;
}

.person {
	float:left;
	margin-bottom:1.5em;
}

.person img {
	float:left;
}

.persontekst {
	float:left;
	padding:50px 20px 20px 20px;
	width:260px;
}

.persontekst h3 {
	font-weight:bold;
}

/*****************************************************************************/
/* NAVIGATION                                                                */
/*****************************************************************************/


a#nav_omklinikken {
	display:block;
	width:110px;
	height:38px;
	background:url('images/nav/button_omklinikken.png');
	owerflow:hidden;
	text-indent:-5000px;
}

a#nav_omklinikkenA {
	display:block;
	width:110px;
	height:38px;
	background:url('images/nav/button_omklinikkenH.png');
	owerflow:hidden;
	text-indent:-5000px;
}

a#nav_omklinikken:hover {
	background:url('images/nav/button_omklinikkenH.png');
}

a#nav_personale {
	display:block;
	width:90px;
	height:38px;
	background:url('images/nav/button_personale.png');
	owerflow:hidden;
	text-indent:-5000px;
}

a#nav_personaleA {
	display:block;
	width:90px;
	height:38px;
	background:url('images/nav/button_personaleH.png');
	owerflow:hidden;
	text-indent:-5000px;
}

a#nav_personale:hover {
	background:url('images/nav/button_personaleH.png');
}

a#nav_vejledninger {
	display:block;
	width:114px;
	height:38px;
	background:url('images/nav/button_vejledninger.png');
	owerflow:hidden;
	text-indent:-5000px;
}

a#nav_vejledningerA {
	display:block;
	width:114px;
	height:38px;
	background:url('images/nav/button_vejledningerH.png');
	owerflow:hidden;
	text-indent:-5000px;
}

a#nav_vejledninger:hover {
	background:url('images/nav/button_vejledningerH.png');
}

a#nav_praktisk {
	display:block;
	width:161px;
	height:38px;
	background:url('images/nav/button_praktisk.png');
	owerflow:hidden;
	text-indent:-5000px;
}

a#nav_praktiskA {
	display:block;
	width:161px;
	height:38px;
	background:url('images/nav/button_praktiskH.png');
	owerflow:hidden;
	text-indent:-5000px;
}

a#nav_praktisk:hover {
	background:url('images/nav/button_praktiskH.png');
}



/*****************************************************************************/
/* SUBMENU                                                                   */
/*****************************************************************************/

#submenu {
	float:left;
	/*border-bottom:1px solid #ccc;*/
	color:#444;
	width:500px;
	padding-top:10px;
	margin-bottom:20px;
	background-color:#eef;
	border-bottom:1px solid #ccf;
	border-right:1px solid #ccf;
}

#bc {
	float:left;
	padding-top:10px;
	color:#888;
}

#subnav {
	float:right;
	list-style-type:none;
}

#subnav li {
	float:left;
	padding-right:15px;
	display:block;
}

#subnav li a {
	padding-top:10px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

#subnav li a:hover {
	background:url('images/elements/subnav_pil.png') top no-repeat;
}

#subnav li a.subactive {
	text-decoration:none;
	background:url('images/elements/subnav_pil.png') top no-repeat;
}




/******************************************/
/*  showHode                              */
/******************************************/

.showHideTitle {
	width:80%;
	font-weight:normal;
}

.showHideTitle a {
	
}

.showHideText {
	font-size:0.95em;
	clear:both;
	float:left;
	width:440px;
	padding:10px;
	background:url('images/elements/showHide.png') top left no-repeat;
	
	margin-bottom:0.5em;
}


/******************************************/
/*      CMX form                          */
/******************************************/
form.cmxform fieldset {
  margin-bottom: 10px;
  background-color:#D7E2F2;
  border:none;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: block;
  line-height: 1.8;
  vertical-align: top;
  
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 10px;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset legend {
  padding: 0 0 5px;
  font-weight: bold;
  color:#444;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: bold;
  color:#444;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.cmxform button {
	margin-top:1.5em;
	font-size:130%;
	/*margin-left:150px;*/
	color:#333;
}

form.cmxform input {
	width:250px;
	font-family:Times New Roman, serif;
}

.formcheckbox {
	width:50px;
}

form.cmxform input.input_small {
	width:80px;
}

form.cmxform input.input_vsmall {
	width:50px;
}

form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform textarea {
	width:250px;
	height:160px;
	font-family:Times New Roman, serif;
}

form.cmxform p {
	
	text-align:center;
}

