html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-size: 80%;
	font-family: helvetica, verdana, arial, sans-serif;
	line-height: 1.4;
	background: #262a2e url(../billeder/skabelon/bg-pattern.png) repeat 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}
#page {
	background: transparent url(../billeder/skabelon/background.png) repeat-y 0 0;
	width: 926px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#toolbox {
	width: 880px;
	height: 30px;
	margin: 0 auto;
}
#toolbox a {
	display: block;
	float: left;
	margin: 3px 12px 0 0;
	text-decoration: none;
	border: none;
	width: 28px;
	height: 24px;
	line-height: 24px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: 50% 0;
	white-space: nowrap;
	color: #888;
}
a#homelink {
	background-image: url(../billeder/skabelon/home.png);
}
a#homelink:hover,
a#homelink:focus {
	background-position: 50% 100%;
	text-indent: 120px;
}
a#maillink {
	background-image: url(../billeder/skabelon/mail.png);
}
a#maillink:hover,
a#maillink:focus {
	background-position: 50% 100%;
	text-indent: 80px;
}
a#friendlink {
	background-image: url(../billeder/skabelon/friend.png);
}
a#friendlink:hover,
a#friendlink:focus {
	background-position: 50% 100%;
	text-indent: 40px;
}
h1 {
	height: 148px;
	width: 702px;
	background: url(../billeder/skabelon/branding.jpg) no-repeat 0 0;
	text-indent: -9999em;
	margin: 0 0 0 13px;
	padding: 0;
}
#contentholder {
	overflow: hidden;
	width: 702px;
	margin-left: 13px;
	text-align: left;
	overflow: hidden;
	background: url(../billeder/skabelon/headline-bg.jpg) repeat-x 0 0;
}
#content {
	overflow: hidden;
	padding: 0 20px 0 15px;
}
#sidebar {
	width: 198px;
	background: url(../billeder/skabelon/sidebar-bg.jpg) repeat-y 0 0;
	position: absolute;
	top: 0;
	right: 13px;
}
#footer {
	margin: 0;
	overflow: hidden;
}
#content h2 {
	font-size: 2em;
	margin: 0 0 0 -10px;
	padding: 0 0 .5em 10px;
}
#content h3 {
	font-size: 1.35em;
	margin: 0;
	padding: .5em 0 .2em 0;
}
p {
	margin: 0;
	padding: 0 0 .8em 0;
	line-height: 1.4;
}
a {
	text-decoration: none;
	color: #800;
	border-bottom: 1px solid #cbc5b2;
}
a:hover, a:focus {
	outline: none;
	border-bottom: 1px solid #333028;
}
img {
	border: none;
}
img.decoration {
	float: right;
	padding: 5px;
	border: 1px solid #888;
	margin: 0 1em;
}
div.clear {
	height: 1px;
	clear: both;
}
#navigation {
	list-style-type: none;
	margin: 2em 1em 0 0;
	padding: 0 0 265px 0;
	background: url(../billeder/skabelon/blomst.jpg) no-repeat 0 100%;
	text-align: right;
	font-size: 1.1em;
}
#navigation h2 {
	position: absolute;
	top: -6em;
	margin: 0;
	padding: 0;
}
#navigation h3 {
	line-height: 1;
	margin: 0 0 -10px 0;
	padding: 0;
	position: relative;
	top:0;
	right: 0;
	z-index: 50;
}
#navigation h3 span {
	position: absolute;
	top: -600em;
	text-indent: -9999em;
}
#navigation #profil-header {
	height: 35px;
	background: url(../billeder/skabelon/menu-header-profil.png) no-repeat 100% 100%;
}
#navigation #portfolio-header {
	height: 35px;
	background: url(../billeder/skabelon/menu-header-portfolio.png) no-repeat 100% 100%;
}
#navigation #applikationer-header {
	height: 35px;
	background: url(../billeder/skabelon/menu-header-applikationer.png) no-repeat 100% 100%;
}
#navigation #fis-header {
	height: 35px;
	background: url(../billeder/skabelon/menu-header-fis.png) no-repeat 100% 100%;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 .5em;
}
#navigation li {
	list-style-type: none;
	margin: 0;
	padding: 1em 0 0 0;
	color: #565;
	position: relative;
}
#navigation li li {
	padding: 0;
}
#navigation ul ul {
	margin: 0 -15px 0 -7px; 
	border-top: 1px solid #ccc;
}
#navigation a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 3px 10px;
	margin: 0 0 0 -7px; 
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	width: 178px;
}
#navigation a:hover, #navigation a:focus {
	background: url(../billeder/skabelon/menu-hover-bg.png);
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	font-weight: bold;
}
.imagelist {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.imagelist li {
	margin: 20px 10px 20px 0;
	text-align: center;
	width: 200px;
	height: 57px;
	float: left;
	position: relative;
	padding-top: 155px;
}
.imagelist li img {
	background: #eee;
	margin: 0;
	padding: 5px;
	border: 1px solid #888;
}
.imagelist .imagetitle {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	color: #353125;
}
.imagelist .imagetagline {
	display: block;
}
.websitelist {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.websitelist li {
	list-style: none;
	margin: 1em 0;
	padding: .5em;
	margin: 0 20px 20px 0;
	width: 280px;
	border: 1px solid #ccc;
	float: left;
}
.websitelist a {
	text-decoration: none;
	border: none;
}
.websitelist a:hover {
	text-decoration: none;
	border: none;
}
.websitelist img {
	border: none;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 0 .5em 0;
	float: right;
}
.websitelist p {
	padding: 0 0 .2em 0;
}
.websitelist h3 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 0.3em 0;
	margin: 0 0 .5em 0;
	width: 180px;
	line-height: 1;
	float: left;
}
.websitelist .description {
	clear: both;
	overflow: auto;
	height: 200px;
}
.websitelist .programlist,
.websitelist .techniquelist  {
	float: left;
}
.websitelist .programlist li,
.websitelist .techniquelist li {
	list-style: disc;
	float: none;
	width: auto;
	border: none;
	padding: .05em 0;
	margin: 0;
}
.websitelist .link {
	display: block;
}
.websitelist .expiredmessage {
	display: block;
	top: 10px;
	right: 10px;
	font-weight: bold;
	color: #800;
}
.musiclist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: .8em;
}
.musiclist .even {
	
}
.musiclist .artist {
	color: #332;
	padding: 0 .2em 0 1em;
	display: block;
}
.musiclist .title {
	color: #665;
	font-style: italic;
	padding: 0 .2em 0 3em;
}
.infobox {
	float: left;
	margin: 1em 0 0 1em;
	width: 175px;
	text-align: left;
	padding-bottom: 25px;
}
.infobox:first-child {
	border: none;
}
.infobox h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 .2em 0;
	text-align: right;
}
.musicbox {
	background: url(../billeder/skabelon/headphones.png) no-repeat -10px 0;
	padding-top: 1em;
}
.error {
	font-style: italic;
	color: #555;
}
#portfolio-menu {
	list-style-type: none;
	overflow: hidden;
	margin: 1em 0 0 0;
	padding : 0;
}
#portfolio-menu li {
	list-style-type: none;
	margin: 0;
	padding : 0;
	float: left;
	overflow: hidden;
}
#portfolio-menu a {
	display: block;
	border: 1px solid #efefef;
	padding: .2em .3em;
	margin: 0 .5em;
}
#portfolio-menu a:hover, #portfolio-menu a:focus {
	border-color: #ddd;
	background: #faf8f5;
}
#portfolio-menu a.current {
	background: #fafaf5;
	font-size: 1.1em;
}
#grafik-oversigt {
	position: relative;
	padding-bottom: 50px;
	zoom: 1;
}
.grafik-sektion {
	position: relative;
	overflow: hidden;
}
.grafik-sektion ul {
	list-style: none;
	margin: 0;
	padding: 0 0 2em 0;
	position: relative;
	overflow: hidden;
}
.grafik-sektion li {
	list-style: none;
	float: left;
	text-align: center;
	position: relative;
	margin: 15px 15px 15px 0;
}
.grafik-sektion a {
	display: block;
	border: none;
	color: #000;
}
.grafik-sektion a:hover,
.grafik-sektion a:focus {
	background: #f7f3e8;
}
.grafik-sektion img {
	display: block;
	border: 1px solid #cdcdcd;
}
.grafik-sektion .billedramme {
	padding: 10px;
	border: 1px solid #dedede;
}
.grafik-sektion a:hover .billedramme,
.grafik-sektion a:focus .billedramme {
	border-color: #cdcdcd;
}
.grafik-sektion .billedtitel {
	display: block;
	position: absolute;
	z-index: 5;
	bottom: -1em;
	left: 1.5em;
	background: #fff;
	border: 1px solid #bcbcbc;
	font-size: .9em;
	font-family: helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #888;
	padding: .5em;
	letter-spacing: 0;
}
.grafik-sektion a:hover .billedtitel,
.grafik-sektion a:focus .billedtitel {
	border-color: #ababab;
	color: #555;
	background: #fbf8ef;
}
