body {
	font-size: 12px;
    color: #333;
	font-family: 'Lucida Sans Unicode', Arial, Tahoma, Verdana, Helvetica;
	background-color: #335F85;
	
	overflow-y:scroll;
	*overflow-y: inherit;
}

a {
	color: #333;
}

a:hover {
	color: #666;
	text-decoration: none;
}


p {
	margin-bottom: 12px;
	line-height: 17px;
	text-align: justify;
}


h2 {
	font-weight: normal;
	text-transform: uppercase;
	color: #335F85;
	font-size: 19px;
	margin-bottom: 10px;
}


h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #335F85;
	font-size: 14px; 
	margin-top: 28px;
	margin-bottom: 6px;
}

ul, ol {
	margin-bottom: 15px;
	margin-left: 25px;
}

	ul {
		list-style: square;
	}
	
	ul li, ol li {
		margin-bottom: 5px;
	}
	

/* PAGE ELEMENTS */

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 150px;
	width: 800px;
	background: url('http://www.leneliebst.dk/images/content_header.gif') no-repeat;
	margin: 40px auto 0px auto;
}

	#header h1 {
		display: none;
	}
	
	#logo {
		float: left;
		height: 146px;
		width: 144px;
		margin-left: 72px;
	}
	
	#navigation {
		float: right;
		width: 455px;
		margin-top: 46px;
	}
	
		#navigation ul {
			margin-bottom: 15px;
			margin-left: 25px;
		}
		
		#navigation li {
 			display: inline;
			list-style-type: none;
			padding: 0 3px 0 7px;
			letter-spacing: 0.2px;
			border-left: solid 1px #666;	
		}
		
			#navigation li a {
				color: #343434;
				text-decoration: none;
			}
			
			#navigation li.right {
				padding-right: 7px;
				border-right: solid 1px #666;
			}
			
			#navigation li a.s {
				color: #3176b2;
			}

#deck {
	float: left;
	width: 800px;
	background: url('http://www.leneliebst.dk/images/content_repeat.gif') repeat-y;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

	#content {
		float: right;
		width: 537px;
		padding-right: 25px;
		overflow: auto;
		display: inline;
	}
	
	#sidebar {
		float: left;
		width: 230px;
		padding-top: 33px;
	}
	
	#sidebar img {
		margin-left: 71px;
		width: 141px;
		border: solid 2px #fff;
	}
	
#bottom {
	float: left;
	height: 12px;
	width: 800px;
	background: url('http://www.leneliebst.dk/images/content_bottom.gif') no-repeat;
	margin: 0 auto;
}
	
#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
	
	#footer a {
		color: #fff;
	}
	
 	#footer p {
 		font-size: 11px;
 		padding-top: 7px;
 		text-align: center;
 	}
 	


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #335F85;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(./images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(./images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(./images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
