﻿/* Fonts, font sizes, headings etc. */

HTML {
	height: auto;
}

BODY {
	background-color: #fff;
	font-family: verdana;
	font-size: 0.80em;
	margin: 0;
	text-align: center;
	height: auto;
}

P, UL, OL, BLOCKQUOTE {
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 0.4em;
}

A, A H2 { color: #003783; text-decoration:none; border-bottom:1px dotted #003783; }
A:visited, A:visited H2 {color: #3d015d;}  /* visited link */
A:hover, A:hover H2 {color: #3784f0;}   /* mouse over link */
A:active {color: #ffa94b;}   /* selected link */

A IMG, .imageRightBox A {
	text-decoration: none !important;
	border: none !important;
}

#mainContent LI {
	line-height: 160%;
}

H1 {
	font-size:175%;
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 1.4em;
	color: #606060;
}

H2 {
	font-size: 115%;	
	font-weight:bold;
	margin-bottom: 0.4em;
	color: #777777;
}

H3 {
	font-size: 95%;
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #606060;
}

HR {	
	color: #ccc;
}

/* Top bar */

#topWrapper {
	width: 974px;
	text-align: left;
	margin: auto;
	padding-bottom: 0;
	font-family: verdana;
}

#topLogo {
	height: 59px;
}

#logo {
	border: none;
}

#rsLogo {
	border: none;
}

#sjaelland {
	border: none;
	padding-left: 30px;
}

#topLinks {
	text-align: right;
}

#topList {
	font-size: 95%;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

#topList LI {
	display: inline;
	padding-right: 0.9em;
	margin-right: 0.5em;
	border-right: 2px solid #0000bb;
	font-weight: bold;
}

#topList LI A {
	text-decoration: none;
	border: none;
}

#topList LI A:visited { color: #003783;}


.lastItemTop {
	border-right: none !important;
	margin-right: 0 !important;
}

/* Boxes for main content, sidebar, sidemenu */


#mainWrapper {
	width: 944px; /* equals 974px including padding*/
	text-align: left;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url("../images/skybaggrund.jpg");
	background-repeat: no-repeat;
	min-height: 550px;
	position:relative;
}

/* the side menu wrapper*/
#sideMenu {
	vertical-align: top;
	width: 200px;
	padding: 0 3px 0 0;
	font-size: 90%;
	position: absolute;
	left: 12px;
	top: 15px;
}

#mainContent {
	margin: 0 3px 25px 0;
	padding: 6px 8px;
	background-color: #fff;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	position: relative;
	top: 15px;
	left: 202px;
	width: 555px;
}

.wide {
	width: 733px !important;
}

#mainContent H1 {
	padding-top: 14px;
	background-image: url(../images/priklinie.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#sidebar {
	vertical-align: top;
	width: 170px;
	position: absolute;
	right: 10px;
	top: 15px;
}

.sideBox {
	margin-bottom: 9px;
	background-color: #fff;
	padding: 6px 8px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;	
}

.sideBox H2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 100%;
	font-weight: bold;
	padding-top: 14px;
	background-image: url(../images/priklinie.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.sideBox P {
	font-size: 90%;
	margin-bottom: 0.5em;
	line-height: 150%;
}

.sideBox UL {
	font-size: 85%;
}

.sideBox LI {
}

#contents {
	border: 1px solid #eee;
	margin: 0 auto 8px 0 0;
	font-size: 85%;
	padding: 9px 9px 9px 0;
	display: block;
	width: 50%;
}

#contents H2 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 4px 0;
}

#contents ul {
	margin: 0;
}

#contents A:visited {color: #003783;}

/* Hanging indent list */
ul.litteratur {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}


/* adds space at top of all pages except frontpage */
#mainWrapper TABLE {
	margin-top: 20px;
	width: 100%;
}

/* Menu formatting */

.itemSelected {
	font-weight: bold;
	color: #ff7f00;
}

#sideMenu UL {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

#sideMenu LI {
	margin: 0 0 3px 0;
	padding: 2px 4px;
	background-color: #fff;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	font-weight: bold;
}

#sideMenu A {
	text-decoration: none;
	color: #003783;
	border: none;
}

.subMenu {
	padding-left: 1em !important; 
	padding-top: 0.4em !important;
	font-size: 95%;
	list-style-position: inside; 
	 /* To avoid parent menu item selection is inherited: */  
	background-color: #fff;
}

.subMenu LI {
	padding: 0 !important;
	border: none !important;
	font-weight: normal !important;
}

.subMenu A {
	color: #606060 !important;
}

.subSubMenu {
	padding-left: 1.5em !important; 
	padding-top: 0.4em !important;
	 /* To avoid parent menu item selection is inherited: */  
	font-weight: normal;
	background-color: #fff;
}

.inactive {
	color: #bbb;
}

#menuSubText {
	margin: 0 0 8px 0;
	padding: 2px 4px;
	background-color: #fff;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

/* Footer */

#footerWrapper {
	clear: both;
	font-size: 80%;
	line-height: 170%;
	color: #777;
	text-align: left;
	width: 974px;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-top: 20px;
	margin: auto auto 0 auto;
}

#footerWrapper p {
	margin: 0px 250px 10px 15px;
}

#footerWrapper a {
	color: #777;
}

/* box used to display decorative picture bottom left */
#subImage {
	width: 666px;
	height: 45px;
	background-image: url("../images/bottomleft.jpg");
}

/* right floating image */

.imageRight {
	float: right;
}

/* Front page stuff */

#frontMainBox, #frontPhotoBox {
	background-color: #fff;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	position: relative;
}

#frontMainBox {
	margin: 0 3px 25px 0;
	padding: 6px 8px;
	position: relative;
	top: 15px;
	left: 202px;
	width: 482px;
}

#frontPhotoBox {
	margin: 0 3px 8px 0;
	position: relative;
	top: 15px;
	left: -3px;
	width: 198px;	
	height: 282px;
	padding: 6px 498px 6px 7px;
}

#frontPhotoBox img {
	position: absolute;
	top: 6px;
	left: 213px;	
}

#frontPhotoBox p {
	font-size: 12px;
}

.frontLeftSideBar {
	top: 318px !important;
}

#frontSidebar {
	position:absolute;
	left:725px;	
	width: 235px;
	top: 15px;	
}

#frontMainBox H1, #frontSidebar H1, #newsletterinfo H1 {
	font-size: 120%;
	font-weight: bold;
}

#frontMainBox H1, #frontSidebar H1 {
	padding-top: 14px;
	background-image: url(../images/priklinie.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 0.3em;
}

#frontSidebar H1 A {
	color: #ff7f00;
} 

#frontMainBox A:visited {
	color: #003783;
}

#frontMainBox P, #frontSidebar P {
	margin-bottom: 1em;
}

/* List page items */

.pdfIcon {
	border: none;
	margin-left: 0.9em;
	margin-bottom: 0;
}

.iconList {
	margin-bottom: 1em;
	clear: both;
	border: 1px solid #fff;
}

.listImage {
	clear: left;
	float: left;
	text-decoration: none;
	margin: 0 0.5em 0.9em 0;
	border: none;
}

/* Image control */

.imageRightBox, .imageFullBox {
	line-height: 140%;
	font-size: 85%;
	background-image: url(../images/priklinie.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.imageRightBox {
	width: 180px;
	float: right;
	clear: right;
	margin: 0 0 0.5em 0.5em;
	padding: 0 0 1em 0;
}

.imageRightBox IMG {
	border: 0;
}

.imageFullBox {
	margin: 0.85em 0 0.5em 0;
	padding: 0 0 1em 0;
}

/* Table control */

#mainContent TABLE {
	background-color: #fff;
}

.tableText {
	margin-top: 1.2em;
	padding-top: 0.8em;
	font-size: 85%;
}

.lineTable {
	font-size: 85%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.lineTable TR TH{
	text-align: left;
}

.linesTopBottom TD, .linesTopBottom TH {
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

.linesBottom TD, .linesBottom TH {
	border-bottom: 1px solid #aaa;
}

.layoutTable {
	border: 0;
	padding: 0;
}

/* Fix to avoid Firefox bug, resizing page, requires A tag before H2 tag */
A H2 {
}

/* Fix to avoid Firefox to add margin */
#visualClear {
	display:block;
	clear:both;
	height: 1px;
}

/* Author information */
.authorNote {
	font-size: 85%;
	margin: 2em 0 1em 0;
	padding-top: 1em;
	color: #999;
	width: auto;
	border-top: 1px solid #eeeeee;
}

/* Box at the end of pages to contain foot notes */
.footnoteBox {
	font-size: 85%;
	margin-top: 2em;
	border-top: 1px solid #bbb;
	padding-top: 1em;
	color: #555;
}

/* Box containing discussion issues, placed inline in text */
.discussionBox {
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 0 1em 1em 1em;
	font-size: 90%;
	float: right;
	width: 50%;
	margin: 0.5em;
}

.discussionBoxFull {
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 0 1em 1em 1em;
	font-size: 90%;
	margin: 0.5em 0;
}

.discussionBox H3, .discussionBoxFull H3 {
	text-align: center;
	padding-right: 2em;
}

/* For viewing high resolution pics */
.imageinfo, .imagefull {
	text-align: center
}

.imagefull IMG {
	border: 0;
}

/* Tabs */

#tabList {
	background: url(../images/tab_bottom.gif) repeat-x bottom;
    width:100%;
	line-height:normal;	
	margin: 1em 0 0 0;
	float: left;
	font-size: 85%;	
}

#tabList UL {
	margin:0 0 0 0;
    padding:10px 10px 0;
    list-style:none;
}

#tabList LI {
	float:left;
    background:url(../images/graatab-venstre.png)
      no-repeat left top;
    margin:0 4px 0 0;
    padding:0 0 0 2px;	
}

#tabList A {
	color: #fff;
	text-decoration: none;
	border: none;
	font-weight: bold;
	display:block;
    background:url(../images/graatab-hoejre.png)
      no-repeat right top;
    padding:0 13px 1px 6px;			
}

#tabList LI A:visited { color: #fff;}

#activeTab {
	background: url(../images/hvidtab-hoejre-skygge.png)	
      no-repeat right top !important;
    margin:0 4px 1px 0 !important;
    padding:0 3px 0 0 !important;
	display: block;	
}

#activeTab A, #activeTab A:visited {
	color: #000000 !important;
	background: url(../images/hvidtab-hoejre.png)
      no-repeat right top;
    padding:0 8px 2px 4px !important;		
	margin: 0 0 -1px 0 !important;
	display: block !important;
}

#activeTab span {
	display: block !important;
	background: url(../images/hvidtab-venstre.png)
      no-repeat left top;
    padding:0 0 0 7px !important;
	margin: 0 0 -0 0 !important;	
}

#tabHeader {
	margin-bottom: 0;
}

#lokationer {
}