/* BASIC LAYOUT START */
* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
}

body, a, h1, h2, h3, h4, h5, h6, input[type="text"], textarea {
	color: #888;
}

a {
	text-decoration: none;
	color: #5c99ba;
}

a:hover {
	text-decoration: underline;
	color: #5c99ba !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h1 {
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 150%;
}

h2 a, h2 a:hover {
	text-decoration: none !important;
	color: #888 !important;
}

h3 {
	width: 100%;
	margin-top: 25px;
	border-bottom: 1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 105%;
}

p {
	margin-top: 15px;
	line-height: 165%;
	font-size: 80%;
}

img {
	border: 0;
}

hr {
	width: 100%;
	margin: 15px 0;
	border-width: 0 0 1px 0;
	border-color: #ccc;
}

ul, li {
	font-size: 90%;
}

li {
	margin-bottom: 5px;
}

:lang(da-dk) > q {
	quotes: "\2018" "\2019" "\201c" "\201d";
}

form p {
	position: relative;
}

label {
	position: absolute;
	left: 10px;
	top: 7px;
	font-weight: bold;
	color: #5c99ba;
}

input[type="text"], textarea {
	display: block;
	width: 400px;
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #aaa;
	font-size: 100%;
	text-indent: 75px;
}

textarea {
	width: 400px;
	height: 150px;
	font-family: Helvetica, Arial, sans-serif;
}

#topbar {
	padding: 15px;
	background-color: #111;
	font-size: 70%;
	text-align: center;
	color: #ddd;
}

#topbar a {
	text-decoration: underline;
}

.all {
	width: 960px;
	margin: auto;
	margin-top: 50px;
}

.logo {
	width: 243px;
	height: 38px;
}

ul.menu {
	float: right;
	list-style-type: none;
	margin-top: 20px;
}

ul.menu li {
	float: left;
	margin-left: 65px;
}

ul.menu li a {
	display: block;
	padding: 0 4px;
	padding-bottom: 1px;
	text-align: center;
	text-decoration: none;
	color: #999;
}

ul.menu li a.active {
	border-bottom: 1px solid #ccc;
}

ul.menu li a:hover {
	border-bottom: 1px solid #5c99ba;
}

.topbanner {
	margin-bottom: 5px;
}

ul.breadcrumbs {
	overflow: hidden;
	list-style-type: none;
	margin-top: -5px;
	margin-bottom: 5px;
}

ul.breadcrumbs li {
	float: left;
	padding-right: 5px;
}

ul.breadcrumbs a {
	text-decoration: none !important;
	color: #999;
}

.footer {
	clear: both;
	height: 15px;
	margin: auto;
	padding-top: 15px;
	font-size: 70%;
	text-align: center;
}

.footer span {
	margin-left: 25px;
}

.footer span.first {
	margin-left: 0;
}

.footer span a {
	color: #888;
}

.leftbox {
	clear: left;
	float: left;
	width: 465px;
	min-height: 200px;
	margin-top: 15px;
}

.rightbox {
	position: relative;
	float: right;
	width: 465px;
	min-height: 200px;
	margin-top: 15px;
}

.rightbox.indent {
	width: 431px;
}

*.linkbox {
	display: block;
	float: left;
	width: 85px;
	padding: 3px 5px 3px 0;
	font-weight: bold;
}

a.linkbox {
	padding-left: 5px;
	margin-right: 5px;
	border: 1px solid #ccc;
	background-color: #5c99ba;
	font-weight: normal;
	text-align: center;
	color: #fff !important;
}

a.linkbox:hover {
	background-color: #fff;
	text-decoration: none;
	color: #5c99ba !important;
}

.toplink {
	display: block;
	float: right;
	width: 32px;
	margin-top: 11px;
	font-size: 75%;
	text-align: center;
	color: #bbb;
}

#messagebox {
	width: 400px;
	padding: 5px;
	border: 1px solid #5c99ba;
	background-color: #e0e8ec;
	text-align: center;
	color: #555;
}

.error {
	color: #f00 !important;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.clearboth {
	clear: both;
}

.white, .white:hover {
	color: #fff !important;
}

.nounderline, .nounderline:hover {
	text-decoration: none !important;
}
/* BASIC LAYOUT END */


/* PAGE FRONTPAGE START */
.bluebox {
	height: 320px;
	margin-bottom: -10px;
}

.blackbox {
	height: 320px;
	margin-bottom: -10px;
}

.imac {
	position: relative;
	float: right;
	margin-top: -215px;
	margin-right: -20px;
	margin-bottom: -105px;
}

.social_media_icon {
	float: left;
	position: relative;
	width: 144px;
	height: 94px;
	overflow: hidden;
	padding: 2px;
	margin-right: 7px;
	border: 1px solid #aaa;
}

.social_media_icon.last {
	float: none;
}

.social_network_icon {
	position: absolute;
	left: 5px;
}

.social_network_icon.flickr {
	bottom: 3px;
}

.social_network_icon.youtube {
	bottom: 2px;
}
/* PAGE FRONTPAGE END */


/* PAGE 'WEBUDVIKLING' START */
.hjemmeside_webdesign_logo {
	background: url(/images/boxcorner_hjemmeside_webdesign_logo.jpg) no-repeat bottom right;
}

.hjemmeside_facebook_iphone {
	background: url(/images/boxcorner_hjemmeside_facebook_iphone.jpg) no-repeat bottom right;
}

.hjemmeside_sociale_medier {
	background: url(/images/boxcorner_hjemmeside_sociale_medier.jpg) no-repeat bottom right;
}
/* PAGE 'WEBUDVIKLING' END */


/* LIGHTBOX START */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a{ border: 0 solid #000; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding: 0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.lightboxdate { margin-right: 5px; font-weight: normal; }
/* LIGHTBOX END */