/* CSS definition file containing sitestyle stylesheets */

html,body {
	height: 100%;
}

body {
        padding:6px 6px 6px 6px;
        text-align:center;
        margin: 0px;
	background: #534E5F;
        color: #ffffff;
} 

#printsitename {
 	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
}

#printsection {
 	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
#printsubject {
 	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
}

#printbutton {
	position: absolute;
	top: 15px;
	right: 40px;
		text-align: right;
	z-index:520;
}

#photoprintbutton {
	position: absolute;
	top: 2px;
	right: 40px;
		text-align: right;
	z-index:520;
}


#wrapper {
	margin-left: auto;
margin-right: auto;
width: 980px;

	background: #534E5F; /* right column colour*/
        color: #ffffff;
	text-align:left;
	  border: 2px ridge #883531;
	  padding-right: 0px; /*for Mozilla */
}

#photopage {
	margin-left: auto;
margin-right: auto;
width: auto;

	background: #534E5F;
        color: #ffffff;
	text-align:left;
	  border: none;
	  padding-right: 0px; /*for Mozilla */
}


/* website header, with logo */

#header0 {
        position: relative;
	background: url(images/header0.jpg) center #cccccc;
        color: #000000;
	width:100%;
        height: 130px;
	clear:both;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
    text-align: left;
 }

#header1 {
        position: relative;
	background: url(images/header1.jpg) center #cccccc;
        color: #000000;
	width:100%;
        height: 130px;
	clear:both;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
    text-align: left;

}

#header2 {
        position: relative;
	background: url(images/header2.jpg) center #cccccc;
        color: #000000;
	width:100%;
        height: 130px;
	clear:both;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
    text-align: left;
}

#header3 {
        position: relative;
	background: url(images/header3.jpg) center #cccccc;
        color: #000000;
	width:100%;
        height: 130px;
	clear:both;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
    text-align: left;
}

#header_v {
        position: relative;
       	background: transparent; 
        height: 80px;
		clear:none;
        width: 25%;
		z-index: 1;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
        text-align: center;
}


#header_m {
        position: absolute;
        top: 0px;
        left: 25%;
        background: transparent; 
        color: #000000;
        height: 70px;
		clear:none;
      	width: 25%;
		z-index: 2;
		padding-top: 10px;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
        text-align: center;
}

#header_h {
        position: absolute;
        top: 0px;
        right: 1px;
        background: transparent; 
		background-position: right;
        color: #000000;
        height: 80px;
		clear: none;
        width: 50%;
		z-index: 3;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
        text-align: right;
}

/* Topbar etc. */

#topbar {
	position: relative;
        width: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 2%;
        padding-left: 1%;
        margin: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	Background: transparent;
	font-size: 12px;
        text-align: left;
        border-top: 1px solid #ADAAB2;
        border-bottom: 1px solid #3B3743;
}

#topbar {margin: 0 -1px}/* moz needs this*/


#search_outer {
width:160px;
	margin-right:-160px;/*overlap for old mozilla*/
	position:relative;
	top: -33px;
	left: 0px;/* now line it up*/
	float:right;
        background: #534E5F;
        color: #ffffff;
        Height: 31px;
        border-top: 1px solid #ADAAB2;
        border-bottom: 1px solid #3B3743;

}

#search_inner {
	height: 30px;
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    line-height: 12px;
    margin-right: 15px;
}
a.search_inner:link, a.search_inner:visited {
        color: #FFFFFF;
        background: #534E5F;
	line-height: 12px;
	height: 12px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
}

a.search_inner:hover {
        color:#ffffff;
	background: #666171;
	line-height: 12px;
	height: 12px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
}

a.anchor {
        font-weight: bold;
	line-height: 24px;
}

img.middle {
    vertical-align: middle;
    border: none;
}

a.topbar:link, a.topbar:visited {
        color: #FFFFFF;
        background: #534E5F;
	line-height: 12px;
	height: 12px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
}

a.topbar:hover {
        color:#ffffff;
	background: #666171;
	line-height: 12px;
	height: 12px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
}

#topmenubar {
	position: absolute;
	left: 10%;
	top: 8px;
	     width: 99%;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right:0;
        padding-left: 0%;
        margin: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	Background: transparent;
	font-size: 12px;
        text-align: center;
}

a.topmenu:link, a.topmenu:visited {
	display: inline-table;
	background: #534E5F;
	height: 12px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.topmenu:hover {
	display: inline-table;
	background: #666171 ;
	height: 12px;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 0px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
}


/* left navigation */


a.leftmenu:link, a.leftmenu:visited {
	display: block;
	background: #534E5F url(images/knap.gif) no-repeat;
	line-height: 12px;
	height: 22px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenu_diagn:link, a.leftmenu_diagn:visited {
	display: block;
	background: #534E5F url(images/knap_diagn.gif) no-repeat;
	line-height: 12px;
	height: 22px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenu_inst:link, a.leftmenu_inst:visited {
	display: block;
	background: #534E5F url(images/knap_inst.gif) no-repeat;
	line-height: 12px;
	height: 22px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenu_behandl:link, a.leftmenu_behandl:visited {
	display: block;
	background: #534E5F url(images/knap_behandl.gif) no-repeat;
	line-height: 12px;
	height: 22px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenu_sygehist:link, a.leftmenu_sygehist:visited {
	display: block;
	background: #534E5F url(images/knap_sygehist.gif) no-repeat;
	line-height: 12px;
	height: 22px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenu_gall:link, a.leftmenu_gall:visited {
	display: block;
	background: #534E5F url(images/knap_gall.gif) no-repeat;
	line-height: 12px;
	height: 22px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenu_vejl:link, a.leftmenu_vejl:visited {
	display: block;
	background: #534E5F url(images/knap_vejl.gif) no-repeat;
	line-height: 12px;
	height: 22px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenu_opg:link, a.leftmenu_opg:visited {
	display: block;
	background: #534E5F url(images/knap_opg.gif) no-repeat;
	line-height: 12px;
	height: 22px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenu:hover {
	display: block;
	background: #534E5F url(images/knap2.gif) no-repeat;
		line-height: 12px;
	height: 22px;
    padding-left:8px;
	padding-top: 10px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
}

a.leftmenu_diagn:hover {
	display: block;
	background: #534E5F url(images/knap2_diagn.gif) no-repeat;
		line-height: 12px;
	height: 22px;
    padding-left:8px;
	padding-top: 10px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
}

a.leftmenu_inst:hover {
	display: block;
	background: #534E5F url(images/knap2_inst.gif) no-repeat;
		line-height: 12px;
	height: 22px;
    padding-left:8px;
	padding-top: 10px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
}

a.leftmenu_behandl:hover {
	display: block;
	background: #534E5F url(images/knap2_behandl.gif) no-repeat;
		line-height: 12px;
	height: 22px;
    padding-left:8px;
	padding-top: 10px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
}

a.leftmenu_sygehist:hover {
	display: block;
	background: #534E5F url(images/knap2_sygehist.gif) no-repeat;
		line-height: 12px;
	height: 22px;
    padding-left:8px;
	padding-top: 10px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
}

a.leftmenu_gall:hover {
	display: block;
	background: #534E5F url(images/knap2_gall.gif) no-repeat;
		line-height: 12px;
	height: 22px;
    padding-left:8px;
	padding-top: 10px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
}

a.leftmenu_vejl:hover {
	display: block;
	background: #534E5F url(images/knap2_vejl.gif) no-repeat;
		line-height: 12px;
	height: 22px;
    padding-left:8px;
	padding-top: 10px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
}

a.leftmenu_opg:hover {
	display: block;
	background: #534E5F url(images/knap2_opg.gif) no-repeat;
		line-height: 12px;
	height: 22px;
    padding-left:8px;
	padding-top: 10px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
}


/* content column */

#middle{
	background:#534E5F;/* centre column colour*/
	margin-left:160px;
	color:#ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
        text-align: left;
}

#content {
	position:relative;
	width:100%;
	float:left;/* contain clearing*/
	background: #534E5F;
        color: #ffffff;
}

#content2 {
	position:relative;
        width: 570px;
        padding-top: 2px;
        padding-bottom: 0px;
        padding-right: 30px;
        padding-left: 30px;
        margin: 0;
	float:left;/* contain clearing*/
	color:#ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}

#content2{margin:0 -1px}/* moz needs this*/

#collage {
	position: relative;
	left: 8%;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-right:0;
        padding-left: 0%;
        margin: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	Background: transparent;
	font-size: 11px;
        text-align: center;
        		clear: none;
        border: none;
}

#galleri {
	position: relative;
       width: 650px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        margin: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	Background: transparent;
	font-size: 11px;
        text-align: center;
        		clear: none;
        border: none;
}


#fullimage {
	position: relative;
	    width: 570px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right:30px;
        padding-left: 30px;
        margin: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	Background: transparent;
	font-size: 12px;
        text-align: center;
        float: left;
		clear: none;
		border: none;
}

#bigimage {
	position: relative;
	    width: 570px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right:0px;
        padding-left: 0px;
        margin: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	Background: transparent;
	font-size: 12px;
        text-align: center;
        float: left;
		clear: none;
		border: none;
}
#leftimage {
	position: relative;
	    width: 370px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-right: 15px;
        padding-left: 0%;
        margin: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	Background: transparent;
	font-size: 12px;
        text-align: left;
        float: left;
		clear: none;
		border: none;
}

#leftimagesmall {
	position: relative;
	    width: 250px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-right: 15px;
        padding-left: 0%;
        margin: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	Background: transparent;
	font-size: 12px;
        text-align: left;
        float: left;
		clear: none;
		border: none;
}

#rightimage {
	position: relative;
	    width: 370px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 15px;
        margin-right: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	Background: transparent;
	font-size: 12px;
        text-align: left;
        float: right;
		clear: none;
		border: none;
}

#rightimagesmall {
	position: relative;
	    width: 250px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 15px;
        margin-right: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	Background: transparent;
	font-size: 12px;
        text-align: left;
        float: right;
		clear: none;
		border: none;
}

#rightmarginimage {
	position: relative;
	    width: 160px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 60px;
        margin-right: -210px ;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	Background: transparent;
	font-size: 12px;
        text-align: left;
        float: right;
		clear: none;
		border: none;
}

#centertable {
	position:relative;
        width: 88%;
        padding-top: 2px;
        padding-bottom: 0px;
        padding-right: 2%;
        padding-left: 2%;
        margin: 0;
        text-align: center;
        clear: both;
}

.boxed {
	padding: 5px 5px 5px 5px;
	border: solid 1px #ffffff;
}

/* left column */

#inner{
	margin-right:160px;
	background:#534E5F;/* left column colour*/
        color: #ffffff;
}


#left{
	padding-top: 14px;
	padding-left: 4px;
	width:150px;
	margin-left:-154px;/*overlap for old mozilla*/
 	position:relative;
	left:-1px;/* now line it up*/
	float:left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
        text-align: left;
        z-index: 500;
}


/* right column */

#right{
	width:160px;
	margin-right:-140px;/*overlap for old mozilla*/
	position:relative;
	top: 8px;
	left: 7px;/* now line it up*/
	float:right;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
        text-align: left;
        padding-top: 12px;
        padding-bottom: 10px;
        Background: #534E5F;
        
}

* html #left{margin-right: 5px;}/* 3 pixel jog*/
* html #right{margin-left: 5px;}/* 3 pixel jog*/


/* footer */

#footer {
	background: #666171;
	color: #6D7278;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:100%;
		max-width:1000px;
        height: 50px;
	clear:both;
        padding: 4px 0px 4px 0px;
        text-align: center;
}

#footer a:link, #footer a:visited {
        color: #6D7278;
	font-weight: normal;
	background: #666171;
}

#footer a:hover {
	color: #52555A;
	font-weight: normal;
	background: #666171;
}

#footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D7278;
        text-align: center;
	background: #534E5F;
        margin: 0px 0px 0px 0px;
        padding-top: 0px;
        padding-right: 4px;
        	clear: both;
}

#footer2 a:link, #footer2 a:visited {
	color: #5D5969;
	background: #534E5F;
	text-decoration: none;
		font-weight: normal;

}

#footer2 a:hover {
	color: #6E747A;
	background: #534E5F;
		font-weight: normal;

}


/* clear without structural mark-up */
.clearfix:after {
        content:"."; 
        display:block; 
        height:0; 
        clear:both; 
        visibility:hidden;
}


/* mac hide - force layout in ie \*/
* html .clearfix,* html #inner, * html #middle {height: 1%;}
.clearfix {display: block;}
/* End hide */
p.expand a{display:block; clear:both}
p.expand a:hover{height:200px;}
#content p img{float:right; border:none;}


/* General */

img {
	border: none;
}

p {
	line-height: 12 px;
}

.quote {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.quote_ital {
	font-style: italic;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.opgave {
	font-weight: bold;
	line-height: 14 px;

}

li
{
        line-height: 15px;
        padding-left: 10px;
        padding-top: 0px;
        background-image: url(./images/arrow.png);
        background-repeat: no-repeat;
        background-position: 0px 2px;
        list-style: none;
}

ol
{
        line-height: 15px;
        margin-left: 10px;
        padding-left: 10px;
        padding-top: 0px;
        background-repeat: no-repeat;
        background-position: 0px 2px;
        list-style: decimal;
}


li.disc
{
        line-height: 15px;
        padding-left: 10px;
        margin-left: 25px;
        padding-top: 0px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0px 2px;
        list-style: disc outside;
}

li.num
{
        line-height: 15px;
        padding-left: 0px;
        margin-left: 25px;
        padding-top: 0px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0px 2px;
        list-style: decimal outside;
}

li.alfa
{
        line-height: 15px;
        padding-left: 0px;
        margin-left: 25px;
        padding-top: -10px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0px 2px;
        list-style: lower-alpha outside;
}

table.galleri {
		padding:0px 0px 0px 0px;
		border: none;
		clear: none;

}

table.boxed {
		padding: 5px 5px 5px 5px;
		border-collapse: collapse;
		border: solid 1px #ffffff;
}
th {
	text-align: left;
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

th.boxed {
		border: solid 1px #ffffff;
}

td {
	text-align: left;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}

td.fig {
	text-align: right;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}

td.boxed {
		border: solid 1px #ffffff;
}

td.figboxed {
		border: solid 1px #ffffff;
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}
td.galleri {
	text-align: center;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}
h2 {
	text-align: left;
	font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2.diagnose {
	background-color: #006899;
	padding-left: 8px;
}

h2.inst {
	background-color: #990000;
	padding-left: 8px;
}


h2.behandl {
	background-color: #009973;
	padding-left: 8px;
}

h2.sygehist {
	background-color: #999000;
	padding-left: 8px;
}

h2.galleri {
	background-color: #99007A;
	padding-left: 8px;
}

h2.vejledn {
	background-color: #666171;
	padding-left: 8px;
}

h2.opgave {
	background-color: #997300;
	padding-left: 8px;
}

h3 {
	text-align: left;
	font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14 px;
}

h4 {
	text-align: left;
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14 px;
}


a:link {
	color:  #ffffff;
    text-decoration: none;
	font-weight: bold;
}

a:visited {
	color:  #cccccc;
    text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #ffffff;	
    text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #dddddd;	
	text-decoration: none;
	font-weight: bold;
}


.small {
	font-size: 11px;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

.super {
    position:relative;
    font-size:75%;
    top:-0.9ex;
    margin-left:0.1em;
    margin-right:0.1em;
}

.caption {
        margin-top: 2px;
        padding: 1px 0px 0px;
        color: #ffffff;
        font-size: 11px;
        font-style: italic;
}

.captionbig {
        margin-top: -10px;
        padding: 1px 0px 0px;
        color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: italic;
}



span.article_seperator {
	display: block;
	height: 1.5em;
}
