@charset "UTF-8";

/**********************************************************
START CSS RESET
**********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
body {
	line-height: 1;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**********************************************************
SLUT CSS RESET
**********************************************************/

.wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	position: relative;
}
header {
	display: block;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.headerbokse {
	display: block;
	float: left;
	height: 32px;
	width: 480px;
}
.headerbokse p {
	font-size: 13px;
	color: #b6bbbf;
	text-align: right;
	padding-top: 10px;
}

.headerbokse a:link {
	color: #b6bbbf;
	text-decoration: none;
}
.headerbokse a:visited {
	color: #b6bbbf;
	text-decoration: none;
}
.headerbokse a:hover {
	color: #000000;
	text-decoration: underline;
}
.headerbokse a:active {
	color: #000000;
	text-decoration: underline;
}
#topbar {
	background: #dfe6eb;
	display: block;
	float: left;
	height: 140px;
	width: 100%;
	margin-bottom: 50px;
}
#topfoto {
	display: block;
	float: left;
	height: 140px;
	width: 304px;
	margin-right: 24px;
}
nav {
	display: block;
	float: left;
	height: 140px;
	width: 632px;
}
nav ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
nav li {
	float: left;
}
nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
}
.nav-blaa a:link {
	width: 80px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #001d26;
	background-color: #004358;
	background-image: url(images/blaa-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006584), to(#002631));
	background-image: -webkit-linear-gradient(top, #006584, #002631);
	background-image:    -moz-linear-gradient(top, #006584, #002631);
	background-image:     -ms-linear-gradient(top, #006584, #002631);
	background-image:      -o-linear-gradient(top, #006584, #002631);
}
.nav-blaa a:visited {
	width: 80px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #001d26;
	background-color: #004358;
	background-image: url(images/blaa-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006584), to(#002631));
	background-image: -webkit-linear-gradient(top, #006584, #002631);
	background-image:    -moz-linear-gradient(top, #006584, #002631);
	background-image:     -ms-linear-gradient(top, #006584, #002631);
	background-image:      -o-linear-gradient(top, #006584, #002631);
}
.nav-blaa a:hover {
	width: 80px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #001d26;
	background-color: #004358;
	background-image: url(images/blaa-gradient-h.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004358), to(#004358));
	background-image: -webkit-linear-gradient(top, #004358, #004358);
	background-image:    -moz-linear-gradient(top, #004358, #004358);
	background-image:     -ms-linear-gradient(top, #004358, #004358);
	background-image:      -o-linear-gradient(top, #004358, #004358);
}
.nav-blaa a:active {
	width: 80px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #001d26;
	background-color: #004358;
	background-image: url(images/blaa-gradient-o.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#002631), to(#006584));
	background-image: -webkit-linear-gradient(top, #002631, #006584);
	background-image:    -moz-linear-gradient(top, #002631, #006584);
	background-image:     -ms-linear-gradient(top, #002631, #006584);
	background-image:      -o-linear-gradient(top, #002631, #006584);
}
.nav-groen a:link {
	width: 108px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #8c8a0d;
	background-color: #bfbb11;
	background-image: url(images/groen-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfdd1a), to(#a49e09));
	background-image: -webkit-linear-gradient(top, #dfdd1a, #a49e09);
	background-image:    -moz-linear-gradient(top, #dfdd1a, #a49e09);
	background-image:     -ms-linear-gradient(top, #dfdd1a, #a49e09);
	background-image:      -o-linear-gradient(top, #dfdd1a, #a49e09);
}
.nav-groen a:visited {
	width: 108px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #8c8a0d;
	background-color: #bfbb11;
	background-image: url(images/groen-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfdd1a), to(#a49e09));
	background-image: -webkit-linear-gradient(top, #dfdd1a, #a49e09);
	background-image:    -moz-linear-gradient(top, #dfdd1a, #a49e09);
	background-image:     -ms-linear-gradient(top, #dfdd1a, #a49e09);
	background-image:      -o-linear-gradient(top, #dfdd1a, #a49e09);
}
.nav-groen a:hover {
	width: 108px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #8c8a0d;
	background-color: #bfbb11;
	background-image: url(images/groen-gradient-h.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbb11), to(#bfbb11));
	background-image: -webkit-linear-gradient(top, #bfbb11, #bfbb11);
	background-image:    -moz-linear-gradient(top, #bfbb11, #bfbb11);
	background-image:     -ms-linear-gradient(top, #bfbb11, #bfbb11);
	background-image:      -o-linear-gradient(top, #bfbb11, #bfbb11);
}
.nav-groen a:active {
	width: 108px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #8c8a0d;
	background-color: #bfbb11;
	background-image: url(images/groen-gradient-o.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a49e09), to(#dfdd1a));
	background-image: -webkit-linear-gradient(top, #a49e09, #dfdd1a);
	background-image:    -moz-linear-gradient(top, #a49e09, #dfdd1a);
	background-image:     -ms-linear-gradient(top, #a49e09, #dfdd1a);
	background-image:      -o-linear-gradient(top, #a49e09, #dfdd1a);
}
.nav-gul a:link {
	width: 137px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #cc9c00;
	background-color: #ffc200;
	background-image: url(images/blaa-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe100), to(#ffa800));
	background-image: -webkit-linear-gradient(top, #ffe100, #ffa800);
	background-image:    -moz-linear-gradient(top, #ffe100, #ffa800);
	background-image:     -ms-linear-gradient(top, #ffe100, #ffa800);
	background-image:      -o-linear-gradient(top, #ffe100, #ffa800);
}
.nav-gul a:visited {
	width: 137px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #cc9c00;
	background-color: #ffc200;
	background-image: url(images/blaa-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe100), to(#ffa800));
	background-image: -webkit-linear-gradient(top, #ffe100, #ffa800);
	background-image:    -moz-linear-gradient(top, #ffe100, #ffa800);
	background-image:     -ms-linear-gradient(top, #ffe100, #ffa800);
	background-image:      -o-linear-gradient(top, #ffe100, #ffa800);
}
.nav-gul a:hover {
	width: 137px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #cc9c00;
	background-color: #ffc200;
	background-image: url(images/gul-gradient-h.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffc200), to(#ffc200));
	background-image: -webkit-linear-gradient(top, #ffc200, #ffc200);
	background-image:    -moz-linear-gradient(top, #ffc200, #ffc200);
	background-image:     -ms-linear-gradient(top, #ffc200, #ffc200);
	background-image:      -o-linear-gradient(top, #ffc200, #ffc200);
}
.nav-gul a:active {
	width: 137px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #cc9c00;
	background-color: #ffc200;
	background-image: url(images/blaa-gradient-o.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa800), to(#ffe100));
	background-image: -webkit-linear-gradient(top, #ffa800, #ffe100);
	background-image:    -moz-linear-gradient(top, #ffa800, #ffe100);
	background-image:     -ms-linear-gradient(top, #ffa800, #ffe100);
	background-image:      -o-linear-gradient(top, #ffa800, #ffe100);
}
.nav-orange a:link {
	width: 86px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #b56a02;
	background-color: #e88801;
	background-image: url(images/orange-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4c402), to(#de5500));
	background-image: -webkit-linear-gradient(top, #f4c402, #de5500);
	background-image:    -moz-linear-gradient(top, #f4c402, #de5500);
	background-image:     -ms-linear-gradient(top, #f4c402, #de5500);
	background-image:      -o-linear-gradient(top, #f4c402, #de5500);
}
.nav-orange a:visited {
	width: 86px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #b56a02;
	background-color: #e88801;
	background-image: url(images/orange-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4c402), to(#de5500));
	background-image: -webkit-linear-gradient(top, #f4c402, #de5500);
	background-image:    -moz-linear-gradient(top, #f4c402, #de5500);
	background-image:     -ms-linear-gradient(top, #f4c402, #de5500);
	background-image:      -o-linear-gradient(top, #f4c402, #de5500);
}
.nav-orange a:hover {
	width: 86px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #b56a02;
	background-color: #e88801;
	background-image: url(images/orange-gradient-h.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e88801), to(#e88801));
	background-image: -webkit-linear-gradient(top, #e88801, #e88801);
	background-image:    -moz-linear-gradient(top, #e88801, #e88801);
	background-image:     -ms-linear-gradient(top, #e88801, #e88801);
	background-image:      -o-linear-gradient(top, #e88801, #e88801);
}
.nav-orange a:active {
	width: 86px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #b56a02;
	background-color: #e88801;
	background-image: url(images/orange-gradient-o.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#de5500), to(#f4c402));
	background-image: -webkit-linear-gradient(top, #de5500, #f4c402);
	background-image:    -moz-linear-gradient(top, #de5500, #f4c402);
	background-image:     -ms-linear-gradient(top, #de5500, #f4c402);
	background-image:      -o-linear-gradient(top, #de5500, #f4c402);
}
.nav-roed a:link {
	width: 119px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #962d00;
	background-color: #c93c00;
	background-image: url(images/roed-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e45a00), to(#b22200));
	background-image: -webkit-linear-gradient(top, #e45a00, #b22200);
	background-image:    -moz-linear-gradient(top, #e45a00, #b22200);
	background-image:     -ms-linear-gradient(top, #e45a00, #b22200);
	background-image:      -o-linear-gradient(top, #e45a00, #b22200);
}
.nav-roed a:visited {
	width: 119px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #962d00;
	background-color: #c93c00;
	background-image: url(images/roed-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e45a00), to(#b22200));
	background-image: -webkit-linear-gradient(top, #e45a00, #b22200);
	background-image:    -moz-linear-gradient(top, #e45a00, #b22200);
	background-image:     -ms-linear-gradient(top, #e45a00, #b22200);
	background-image:      -o-linear-gradient(top, #e45a00, #b22200);
}
.nav-roed a:hover {
	width: 119px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #962d00;
	background-color: #c93c00;
	background-image: url(images/roed-gradient-h.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c93c00), to(#c93c00));
	background-image: -webkit-linear-gradient(top, #c93c00, #c93c00);
	background-image:    -moz-linear-gradient(top, #c93c00, #c93c00);
	background-image:     -ms-linear-gradient(top, #c93c00, #c93c00);
	background-image:      -o-linear-gradient(top, #c93c00, #c93c00);
}
.nav-roed a:active {
	width: 119px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #962d00;
	background-color: #c93c00;
	background-image: url(images/roed-gradient-o.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b22200), to(#e45a00));
	background-image: -webkit-linear-gradient(top, #b22200, #e45a00);
	background-image:    -moz-linear-gradient(top, #b22200, #e45a00);
	background-image:     -ms-linear-gradient(top, #b22200, #e45a00);
	background-image:      -o-linear-gradient(top, #b22200, #e45a00);
}
.nav-lilla a:link {
	width: 102px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #400027;
	background-color: #730046;
	background-image: url(images/lilla-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ad0069), to(#420027));
	background-image: -webkit-linear-gradient(top, #ad0069, #420027);
	background-image:    -moz-linear-gradient(top, #ad0069, #420027);
	background-image:     -ms-linear-gradient(top, #ad0069, #420027);
	background-image:      -o-linear-gradient(top, #ad0069, #420027);
}
.nav-lilla a:visited {
	width: 102px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #400027;
	background-color: #730046;
	background-image: url(images/lilla-gradient.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ad0069), to(#420027));
	background-image: -webkit-linear-gradient(top, #ad0069, #420027);
	background-image:    -moz-linear-gradient(top, #ad0069, #420027);
	background-image:     -ms-linear-gradient(top, #ad0069, #420027);
	background-image:      -o-linear-gradient(top, #ad0069, #420027);
}
.nav-lilla a:hover {
	width: 102px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #400027;
	background-color: #730046;
	background-image: url(images/lilla-gradient-h.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#730046), to(#730046));
	background-image: -webkit-linear-gradient(top, #730046, #730046);
	background-image:    -moz-linear-gradient(top, #730046, #730046);
	background-image:     -ms-linear-gradient(top, #730046, #730046);
	background-image:      -o-linear-gradient(top, #730046, #730046);
}
.nav-lilla a:active {
	width: 102px;
	height: 25px;
	padding-top: 115px;
	text-shadow: 0px 1px #400027;
	background-color: #730046;
	background-image: url(images/lilla-gradient-o.gif);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#420027), to(#ad0069));
	background-image: -webkit-linear-gradient(top, #420027, #ad0069);
	background-image:    -moz-linear-gradient(top, #420027, #ad0069);
	background-image:     -ms-linear-gradient(top, #420027, #ad0069);
	background-image:      -o-linear-gradient(top, #420027, #ad0069);
}
h1 {
	font-size: 34px;
	line-height: 41px;
	color: #b6bbbf;
}
h2 {
	font-size: 21px;
	line-height: 23px;
	color: #3d3e40;
}
h4 {
	font-size: 13px;
	line-height: 17px;
	color: #3d3e40;
	padding-top: 17px;
	font-weight: bold;
}
p {
	font-size: 13px;
	line-height: 17px;
	color: #3d3e40;
	padding-top: 17px;
}
h4 + p {
	font-size: 13px;
	line-height: 17px;
	color: #3d3e40;
	padding-top: 0px;
}
a {
	color: #000;
}
section  {
	display: block;
	float: left;
	width: 960px;
	margin-bottom: 50px;
}
.split {
	border-bottom: 1px solid #dfe6eb;
	padding-bottom: 50px;
}
.grid1 {
	display: block;
	float: left;
	width: 140px;
}
.grid2 {
	display: block;
	float: left;
	width: 304px;
}
.grid3 {
	display: block;
	float: left;
	width: 468px;
}
.grid4 {
	display: block;
	float: left;
	width: 632px;
}
.grid5 {
	display: block;
	float: left;
	width: 796px;
}
.grid6 {
	display: block;
	float: left;
	width: 960px;
}
.gridpadding {
	margin-right: 24px;
}
.tekstpadding-1linie {
	margin-top: 23px;
}
.tekstpadding-2linier {
	margin-top: 46px;
}
#cv {
	font-size: 11px;
	line-height: 17px;
	color: #3d3e40;
	text-align: center;
}
#cv #folkeskole {
	background: #edf5fa;
	display: block;
	float: left;
	height: 61px;
	width: 40px;
	padding-top: 4px;
}
#cv #efterskole {
	background: #dfe6eb;
	display: block;
	float: left;
	height: 61px;
	width: 80px;
	padding-top: 4px;
}
#cv #htx {
	background: #edf5fa;
	display: block;
	float: left;
	height: 61px;
	width: 240px;
	padding-top: 4px;
}
#cv #ceu {
	background: #dfe6eb;
	display: block;
	float: left;
	height: 61px;
	width: 160px;
	padding-top: 4px;
}
#cv #hansenberg {
	background: #edf5fa;
	display: block;
	float: left;
	height: 61px;
	width: 360px;
	padding-top: 4px;
}
#cv #fedtjob {
	background: #dfe6eb;
	display: block;
	float: left;
	height: 61px;
	width: 80px;
	padding-top: 4px;
}
#cv .cv-tal {
	text-align: center;
	display: block;
	float: left;
	height: 24px;
	width: 80px;
	font-size: 13px;
	color: #FFF;
	letter-spacing: 3px;
	padding-top: 6px;
	margin-top: 10px;
}
#cv .tal-blaa {
	background: #004358;
}
#cv .tal-groen {
	background: #bfbb11;
}
#cv .tal-gul {
	background: #ffc200;
}
#cv .tal-orange {
	background: #e88801;
}
#cv .tal-roed {
	background: #c93c00;
}
#cv .tal-lilla {
	background: #730046;
}
.knap {
	display: block;
	padding: 10px;
	float: left;
	margin-top: 17px;
	background-color: #dfe6eb;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfe6eb), to(#b0d2eb));
	background-image: -webkit-linear-gradient(top, #dfe6eb, #b0d2eb);
	background-image:    -moz-linear-gradient(top, #dfe6eb, #b0d2eb);
	background-image:     -ms-linear-gradient(top, #dfe6eb, #b0d2eb);
	background-image:      -o-linear-gradient(top, #dfe6eb, #b0d2eb);
	color: #3d3e40;
	text-decoration: none;
	border: 1px solid #b0d2eb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	margin-right: 10px;
}
.portfolio-kategori {
	font-size: 21px;
	line-height: 23px;
	color: #3d3e40;
	border-bottom: 1px solid #dfe6eb;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	float: left;
	width: 960px;
	text-decoration: none;
	height: 23px;
}
.portfolio-kategori-overskrift {
	font-size: 21px;
	line-height: 23px;
	color: #3d3e40;
	border-bottom: 1px solid #dfe6eb;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	float: left;
	width: 960px;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
}
.portfolio-underkategori {
	font-size: 21px;
	line-height: 23px;
	color: #3d3e40;
	border-bottom: 1px solid #dfe6eb;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	float: left;
	width: 480px;
	text-decoration: none;
	height: 23px;
}
.portfolio-kategori.portfolio-superjyske {
	background: url(../images/portfolio-superjyske.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-sbhhf {
	background: url(../images/portfolio-sbhhf.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-cuba {
	background: url(../images/portfolio-cuba.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-trapholt {
	background: url(../images/portfolio-trapholt.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-halloween {
	background: url(../images/portfolio-halloween.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-mikkidalldk {
	background: url(../images/portfolio-mikkidalldk.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-americancarshow {
	background: url(../images/portfolio-americancarshow.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-realmaeglerne {
	background: url(../images/portfolio-realmaeglerne.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-opstrammeren {
	background: url(../images/portfolio-opstrammeren.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-visithaderslev {
	background: url(../images/portfolio-visithaderslev.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-nordea {
	background: url(../images/portfolio-nordea.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-soenderjyske {
	background: url(../images/portfolio-soenderjyske.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-teeshirt {
	background: url(../images/portfolio-teeshirt.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-mikkidalldk2 {
	background: url(../images/portfolio-mikkidalldk2.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-motionplus1 {
	background: url(../images/portfolio-motionplus1.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-motionplus2 {
	background: url(../images/portfolio-motionplus2.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-insidefoodsafe {
	background: url(../images/portfolio-insidefoodsafe.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-legolandgarden {
	background: url(../images/portfolio-legolandgarden.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-idyl {
	background: url(../images/portfolio-idyl.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-familieportraet {
	background: url(../images/portfolio-familieportraet.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-gpw {
	background: url(../images/portfolio-gpw.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-gd {
	background: url(../images/portfolio-gd.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-gb {
	background: url(../images/portfolio-gb.jpg) no-repeat 480px;
}
.portfolio-kategori.portfolio-to {
	background: url(../images/portfolio-to.jpg) no-repeat 480px;
}

#aktivside-blog {
	display: block;
	float: left;
	height: 5px;
	width: 9px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: -9px;
	z-index: 2;
	left: 364px;
}
#aktivside-portfolio {
	display: block;
	float: left;
	height: 5px;
	width: 9px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: -9px;
	z-index: 2;
	left: 458px;
}
#aktivside-kompetencer {
	display: block;
	float: left;
	height: 5px;
	width: 9px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: -9px;
	z-index: 2;
	left: 580px;
}
#aktivside-profil {
	display: block;
	float: left;
	height: 5px;
	width: 9px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: -9px;
	z-index: 2;
	left: 692px;
}
#aktivside-ansoegning {
	display: block;
	float: left;
	height: 5px;
	width: 9px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: -9px;
	z-index: 2;
	left: 794px;
}
#aktivside-kontakt {
	display: block;
	float: left;
	height: 5px;
	width: 9px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: -9px;
	z-index: 2;
	left: 905px;
}
.mouseover a { 
	display: block;  
	width: 468px; 
	height: 498px;
	overflow: hidden;
}

.mouseover a:hover { 
	display: block; 
	text-indent: -468px;
	}
	
.ikon-padding {
	padding-right: 24px;
}
