html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #fff url(../billeder/side-bg.png) repeat-y center;
	text-align: center;
	font-size: 76%;
	font-family: verdana, helvetica, arial, sans-serif;
	height: 100%;
}
img {
	border: none;
}
#omniboks {
	width: 761px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}
/*
	Header-design
*/
#header {
	background: url(../billeder/header-bg.jpg) repeat-x center;
	height: 111px;
	position: relative;
}
#branding {
	width: 100%;
	height: 100%;
	background-image: url(../billeder/winkas-pro-branding.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#logoboks {
	position: absolute;
	top: 0;
	right: 0;
}
#homelink {
	position: absolute;	
	left: 0px;
	bottom: 0px;
	background: url(../billeder/home-link-bg.png) no-repeat top right;
}
#homelink div {
	width: 100%;
	height: 100%;
	padding: 15px 15px 5px 0;
}
#homelink a {
	color: #ddd;
	text-decoration: none;
	border: none;
	font-size: .8em;
	background: url(../billeder/home-pil.gif) no-repeat left center;
	padding-left: 7px;
	margin-left: 5px;
}
#homelink a img {
	border: none;
}
body#forside #homelink {
	display: none;
}
/*
	Menu-design
*/
#menuboks {
	width: 100%;
	background: #fe6a21 url(../billeder/submenu-bg.gif) 0 0 repeat-x;
	float: left;
}
#menuboks a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 1px solid #EF580E;
	border-top: none;
	border-bottom: none;
	font-weight: bold;
}
#menuboks a:hover {
	color: #000;
	text-decoration: none;
	background: #fe6a21;
}
#menuboks ul, #menuboks li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menuboks .hovedmenu {
	margin: 0 0 0 0.2em;
	float: left;
	z-index: 1000;
	width: 99%;
}
#menuboks .skillelinje {
	line-height: 0.1em;
	height: 0px;
	border-bottom: 1px solid #EF580E;
	padding: 0 0 0 0.7em;
}
#menuboks .hovedmenu li {
	float: left;
	position: relative;
	margin-right: .5em;
}
#menuboks .hovedmenu li.specialmenu {
	float: right;
}
#menuboks .hovedmenu a {
	padding: 0.2em 0.5em;
}
#menuboks .undermenu {
	display: none;
	position: absolute;
	left: 0;
	top: 1.5em;
	background: #fe6a21 url(../billeder/undermenu-bg.jpg) no-repeat bottom right;
	padding-bottom: .5em;
	z-index: 1001;
}
#menuboks .underundermenu{
	display: none;
	position: absolute;
	left: 14em;
	top: .25em;
	background: #fe6a21 url(../billeder/undermenu-bg.jpg) no-repeat bottom right;
	padding-bottom: .5em;
}
#menuboks .undermenu li {
	width: 14.7em;
	clear: left;
	margin: 0;
}
#menuboks .undermenu a {
	padding: 0.3em 0 0.3em 0.7em;
	font-size: 0.9em;
	border: none;
}
#menuboks .undermenu a:hover {
	background: #FE8421;
}
#menuboks li:hover .undermenu {
	display: block;
}
#menuboks .har_undermenu:hover .underundermenu {
	display: block;
	z-index: 5010;
}
/*
	Sidebar-design
*/
#content #sidebar {
	float: right;
	width: 185px;
	padding-left: 10px;
	font-size: 0.9em;
	border-left: 1px dotted #ddd;
}
#content #sidebar .sidebarcontent {
	margin-top: 1em;
	width: 178px;
	padding-bottom: .5em;
	background: url(../billeder/sidebar-boks-bg.png) no-repeat bottom left;
}
#content #sidebar .sidebarcontent p {
	padding: 0 6px .5em;
}
#content #sidebar .sidebarcontent h2 {
	font-size: 1.5em;
	color: #333;
	margin: 0;
	padding: .5em 6px;
	background: url(../billeder/sidebar-boks-bg.png) no-repeat top left;
}
#content #sidebar #nyhedsbrevboks {
	background: url(../billeder/sidebar-nyhedsbrev-bg.jpg) no-repeat bottom left;
	padding: 0 0 .5em 0;
}
#content #sidebar ul.brochureliste {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1em 0;
}
#content #sidebar ul.brochureliste li {
	margin: 0 10px;
	padding: .15em 0 .15em 20px;
	background: url(../billeder/acrobat.png) left center no-repeat;
}
#content #sidebar #nyhedsbrevboks form {
	padding: 0 10px 10px 10px;
	margin: 0;
}
#content #sidebar #nyhedsbrevboks form fieldset {
	border: 1px solid #b5bccf;
	padding: 2px;
}
#content #sidebar #nyhedsbrevboks form legend {
	font-weight: bold;
	color: #000;
}
#content #sidebar #nyhedsbrevboks form .knapset {
	border: none;
	padding-top: .2em;
	text-align: center;
}
#content #sidebar #nyhedsbrevboks form .tekstboks {
	width: 13.5em;
	display: block;
	border: 1px solid #888;
}
#content #sidebar #nyhedsbrevboks form input.skal_udfyldes {
	border: 1px solid #f08000;
}
#content #sidebar #nyhedsbrevboks form label.skal_udfyldes, #content #sidebar #nyhedsbrevboks form fieldset.skal_udfyldes legend {
	color: #f08000;
}
#content #sidebar #nyhedsbrevboks form .tekstlabel {
	display: block;
}
#content #sidebar #nyhedsbrevboks form input {
	font-size: 0.9em;
}
/*
	Content-design
*/
#content {
	clear: both;
	margin: 0;
	padding: 1em 10px 10em;
}
#content #maincontent {
	float: left;
	width: 540px;
}
#content #badge {
	float: right;
	margin-top: -80px;
	margin-right: -40px;
	z-index: 6000;
	position: relative;
}
#content h1, 
#udtalelse h1, 
#kursustekst h1 {
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 .5em 0;
}
#content h2, 
#udtalelse h2, 
#kursustekst h2 {
	font-size: 1.25em;
	margin: 0;
	padding: 0.4em 0 0.4em 0;
}
#content h3, 
#udtalelse h3, 
#kursustekst h3 {
	font-size: 1.15em;
	margin: 0;
	padding: 0.3em 0 0.3em 0;
}
#content h4, 
#udtalelse h4, 
#kursustekst h4 {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0.4em 0;
}
#content p, 
#udtalelse p, 
#kursustekst p, 
#content ul, 
#kursustekst ul, 
#content ol, 
#kursustekst ol {
	margin: 0;
	padding: 0 0 0.8em 0;
	line-height: 1.3em;
}
#kursustekst ul,
#kursustekst li {
	list-style: disc;
	margin-left: .5em;
	padding-left: .2em;
	padding-bottom: .2em;
}
#udtalelsetekst li {
	list-style-type: disc;
	padding-bottom: .2em;
}
#kursustekst, 
#udtalelsetekst {
	overflow: auto;
	max-height: 400px;
	padding-right: .5em;
}
#udtalelsetekst img {
	float: right;
	padding: 0 .5em .5em .5em;
	border: 0;
}
#content table {
	margin: 0 auto;
	border: 1px solid #b5bccf;
	padding: .5em;
	line-height: 1.2em;
}
#content table caption {
	text-align: right;
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
}
#content table td, 
#content table th {
	padding: 0 1em;
}
#content table td.sum, 
#content table th.sum {
	border-top: 1px solid #ccc;
	padding-top: .3em;
}
#content table td.beloeb, 
#content table th.beloeb {
	text-align: right;
}
#content .tilbudsboks, #content .problemboks {
	width: 450px;
	background: url(../billeder/tilbuds-bg.jpg) no-repeat center top;
	margin: .5em auto 2em;
	padding: 1.5em 0 0 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#content .problemboks {
	background: url(../billeder/problemboks-bg.jpg) no-repeat center top;
}
#content .tilbudsboks h2, #content .problemboks h2 {
	font-size: 1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
#content .tilbudsboks p, #content .problemboks p {
	font-size: 1.1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
#content .tilbudsboks a, #content .problemboks a {
	color: #fff;
	text-decoration: none;
	border: none;
}
#content .tilbudsboks a:hover, #content .problemboks a:hover {
	color: #ccc;
}
#content .tilbudsboks em, #content .problemboks em {
	font-style: normal;
	font-size: 1.1em;
}
#content .tilbudsboks .tilbudsboksbund{
	background: url(../billeder/tilbuds-bund-bg.gif) no-repeat center bottom;
	height: 16px;
}
#content .problemboks .problemboksbund {
	background: url(../billeder/problemboksbund-bg.gif) no-repeat center bottom;
	height: 16px;	
}
#content .billedpraesentation {
	text-align: center;
}
#content .slogan {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#content .besked {
	font-weight: bold;
	color: #555;
}
#content .introtekst {
	font-weight: bold;
}
#content li {
	margin: 0 0 0 2em;
	padding: .1em 0 .2em .3em;
}
#content img.dekoration {
	float: right;
	margin: 0 .2em 0 .3em;
}
#content img.dekorationstor {
	clear: both;
	display: block;
	margin: .5em auto;
}
#content a, 
#udtalelse a,
#kursustekst a {
	color: #4C5F6F;
	text-decoration: none;
	border-bottom: 1px solid #DBDBEF;
}
#content h1 a, 
#content h2 a, 
#content h3 a, 
#udtalelse h1 a,
#udtalelse h2 a,
#udtalelse h3 a,
#kursustekst h1 a,
#kursustekst h2 a,
#kursustekst h3 a {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
#content a:hover, 
#udtalelse a:hover,
#kursustekst a:hover {
	color: #182F44;
	border-bottom: 1px solid #607384;
}
#content a.usynligtlink, 
#content a.usynligtlink:hover {
	color: #000;
	border: none;
}
#content .harmonika {
	margin: 0 1.5em;
}
#content .harmonika h3 {
	font-size: 1.1em;
	cursor: pointer;
	margin: 0;
	padding: 0 0 .5em 20px;
	background: url(../billeder/pilned.png) left 40% no-repeat;
}
#content .harmonika h3.vises {
	background: url(../billeder/pilop.png) left 40% no-repeat;
}
#content .harmonika div {
	border: none;
}
#content .harmonika div div {
	border: none;
	padding: 0 1em;
}
#content .harmonika2 {
	margin: 0 1.5em;
}
#content .harmonika2 h2 {
	font-size: 1.1em;
	cursor: pointer;
	margin: 0;
	padding: 0 0 .5em 20px;
	background: url(../billeder/pilned.png) left 40% no-repeat;
}
#content .harmonika2 h2.vises {
	background: url(../billeder/pilop.png) left 40% no-repeat;
}
#content .harmonika2 div {
	border: none;
	padding: 0 1em;
}
#content .harmonikaliste {
	margin: 0 1.5em;
}
#content .harmonikaliste dt {
	cursor: pointer;
	margin: 0;
	padding: 0 0 .5em 20px;
	background: url(../billeder/pilned.png) left 5px no-repeat;
}
#content .harmonikaliste dt.vises {
	background: url(../billeder/pilop.png) left 5px no-repeat;
}
#content .harmonikaliste dd {
	color: #555;
	padding:0 0 0.7em;
}
#content .valgboksholder {
	padding: 0 0 0.5em 0;
	float: left;
	width: 100%;
}
#content .valgboks {
	width: 45%;
	float: left;
	margin-left: 3%;
}
/*
	Footer-design
*/
#footer {
	position: relative;
	margin: -10em auto 0 auto;
	min-height: 10em;
	width: 761px;
	background: #324456;
	border-bottom: 1px solid #324456;
	color: #fff;
	font-size: .75em;
	padding: 0.5em 0 1em 0;
	overflow: hidden;
}
.adresseblok {
	width: 20%;
	float: left;
	padding: .5em 0;
}
.adresseblok p {
	margin: 0;
	padding: 2px 0;
}
.adresseblok .afdeling {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
}
.adresseblok .omraade {
	font-size: 1.05em;
	font-weight: bold;
	padding: .3em 0;
}
#footer .adressetabel {
	width: 99%;
	margin: 0 auto;
}
#footer .adressetabel th {
	font-size: 1.3em;
}
#footer .adressetabel th.underoverskrift {
	font-size: 1.05em;
}
#footer .adressetabel td {
	width: 19%;
}
#footer .adressetabel td.hovedadresse {
	width: 24%;
}
#footer .adressetabel .omraade {
	font-size: 1em;
	display: block;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*
	Formular-design
*/		
#maincontent form {
	margin: 0 0 0 0;
	padding: 0 0 0 2em;
	width: 29em;
	overflow: hidden;
	
}
#maincontent form#messe-formular {
	width: 75%;
}
#maincontent form.loginform {
	float: none;
}
#maincontent form fieldset {
	margin: 1em 0;
	padding: 0 .5em;
	border: 1px solid #b5bccf;
	border-width: 1px 0;
	background: url(../billeder/form-bg.png) left center repeat-x;
}
#maincontent form legend {
	padding: .5em 0;
	font-weight: bold;
	color: #000;
}
#maincontent form label {
	line-height: 1.8;
	vertical-align: top;
	float: left;
	clear: left;
	padding-right: 20px;
	width: 10.5em;
}
#maincontent form.loginform label {
	width: 13em;
}
#maincontent form fieldset ul {
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
}
#maincontent form fieldset li {
	list-style-type: none;
	margin: 0;
	padding: .2em .1em .2em 1em;
	float: left;
	clear: left;
/*	border-bottom: 1px solid #D4D8E2;*/
	width: 100%;
	vertical-align: top;
}
#maincontent form textarea {
	/*border: 1px solid #314354;	*/
	clear: left;
	width: 23em;
	height: 7em;
}
#maincontent form .textarealabel {
	width: auto;
	margin-right: 1em;
}
#maincontent form .tekstboks,
#maincontent form .listeboks {
	border: 1px solid #314354;
	width: 12em;
	float: left;
	padding: 0 3px;
	/*height: 1.3em;*/
}
#maincontent form .listeboks {
	padding-right: 0;
	width: 23.5em;
}
#maincontent form .listeboks option {
	border-bottom: 1px solid #ccd;
}
#maincontent form .checkset {
	border-bottom: 1px solid #b5bccf;
}
#maincontent form .checkset li {
	border: none;
}
#maincontent form .checkset label {
	clear: none;
}
#maincontent form .checklabel {
	width: auto;
	margin-right: 1em;
}
#maincontent form .selectset {
}
#maincontent form .radioset {
	border-bottom: 1px solid #b5bccf;
}
#maincontent form .radioset li {
	border: none;
}
#maincontent form .radioset input {
	float: left;
	clear: left;
}
#maincontent form .radioset label {
	clear: none;
}
#maincontent form .radioset input.tekstboks {
	clear: none;
}
#maincontent form .radioholder input {
	float: left;
	clear: none;
}
#maincontent form .radioholder label {
	padding-right: .5em;
}
#maincontent form .radiolabel {
	width: auto;
	margin-right: 1em;
	float: left;
}
#maincontent form#messe-formular .radioholder {
	float: left;
}
#maincontent .radioholder li label,
#maincontent .radioholder li input {
	vertical-align: middle;
}
#maincontent form#messe-formular .radiolabel {
	float: left;
}
#maincontent form .flueben {
	width: 1.5em;
	margin-right: .5em;
	float: left;
	clear: left;
}
#maincontent form .knapset {
	text-align: center;
	border: none;
	background: none;
}
#maincontent form .knapset input {
	float: none;
}
#maincontent form label.skal_udfyldes {
	background: url(../billeder/circle-red.png) 98% center no-repeat;
}
#maincontent form#demomailform label {
	width: auto;
	float: none;
	line-height: normal;
	vertical-align: top;
	padding-right: 0;
}
#maincontent form#demomailform input {
	width: auto;
	float: none;
}
#maincontent form#demomailform textarea {
	width: auto;
	float: none;
}
#content .adressetabel {
	border: none;
	width: 99%;
	margin: 0 auto 2em auto;
	padding: 0;
	border-collapse: collapse;
}
#content .adressetabel tr {
	vertical-align: top;
}
#content .adressetabel td {
	padding: 0 .2em;
}
#content .adressetabel tr.afdeling {
	font-weight: bold;
}
#content .adressetabel tr.afdeling td {
	padding-top: 1em;
	border-bottom: 1px solid #888;
	padding-bottom: .1em;
}
#content .adressetabel td.adresse {
	padding-top: .5em;
}
#content .adressetabel td.person {
	padding-top: .5em;
}
#content .adressetabel td.omraade {
	text-align: right;
	width: 45%;
}
#content .adressetabel .speciale {
	font-style: italic;
	font-size: .9em;
	display: block;
	padding-top: .3em;
}
#content .adressetabel .kontaktadskiller {
	height: 1em;
}
#content ul.adresseliste {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../billeder/danmark.jpg) no-repeat center center;
}
#content ul.adresseliste li {
	display: block;
	text-align: center;
	float: left;
	width: 15em;
	white-space: nowrap;
	margin-right: 1em;
}
#content ul.adresseliste li.hovedadresse {
	margin: 0 8em;
}
#content table.listetabel {
	clear: both;
	border: none;
	width: 98%;
	margin: .2em auto 1em auto;
}
#content table.listetabel caption {
	text-align: left;
	font-size: 1em;
	font-style: normal;
}
#content table.listetabel td, 
#content table.listetabel th {
	padding: .3em;
	vertical-align: top;
}
#content table.listetabel thead th {
	border-bottom: 1px solid #dedede;
}
#content table.listetabel tr.lige {
	background: #efefef;
}
#content table.listetabel tr.ulige {
	background: #fff;
}
#content table.listetabel .tid {
	font-size: .9em;
}
#content #landkortholder {
	text-align: center;
}
#content table.formtabel {
	clear: both;
	border: none;
	width: 100%;
}
#content table.formtabel caption {
	text-align: left;
	font-size: 1em;
	font-style: normal;
}
#content table.formtabel td, 
#content table.formtabel th {
	padding: 0.1em;
	white-space: nowrap;	
}
#content table.oplysningstabel {
	clear: both;
	border: none;
	width: auto;
	margin: .5em 0 .7em 0;
}
#content table.oplysningstabel td, 
#content table.oplysningstabel th {
	padding: 0.1em;
	white-space: nowrap½;
}
#content table.oplysningstabel caption {
	text-align: left;
	font-size: 1.15em;
	font-weight: bold;
	font-style: italic;
}
.citatholder {
	text-align: center;
	background: url(../billeder/pullquote-slut.jpg) no-repeat right bottom;
	padding: 1em 0 0 1em;
	width: 75%;
	margin: 0 auto 1em auto;
}
.citatholder .citattekst {
	padding: .8em 1em 1em 1.5em;
  font-family: georgia, times, "times new roman";	
  font-size: 2em;
  font-style: italic;
  color: #555;
	background: url(../billeder/pullquote-start.jpg) no-repeat left top;
}
#konsulent-login-holder {
	position: absolute;
	top: 0;
	right: 0;
}
#konsulent-login-holder a {
	text-decoration: none;
	border: none;
}
#konsulent-login-holder a:hover {
	text-decoration: none;
	border: none;
}
#konsulent-login-holder img {
	height: 15px;
	width: 15px;
	border: none;
}
#login-form input.textboks {
	border: 1px solid #888;
}
#login-form input.skal_udfyldes {
	border: 1px solid #f08000;
}
#content .referenceboks {
	margin: .5em .7em;
	background: url(../billeder/reference-bg.gif) no-repeat center top;
	display:-moz-inline-box; -moz-box-orient:vertical; /* Firefox-fix for inline-block */
	display:inline-block;
	vertical-align:top; 
	word-wrap:break-word;
}
* html #content .referenceboks { /* IE6-fix for inline-block */
	display:inline; 
	width:235px; 
}
* + html #content .referenceboks { /* IE7-fix for inline-block */
	display:inline; 
}
#content .referenceboks > * { /* Firefox-fix for inline-block */
	display:table; 
	table-layout:fixed; 
	overflow:hidden; 
}
#content .referenceboks > * { /* Alle andre end IE6 */
	width:235px; 
}
#content .referencetekst {
	margin-top: 10px;
	padding-bottom: 1.5em;
	background: url(../billeder/reference-bg.png) no-repeat center bottom;
}
#content .referenceboks p {
	padding: .5em;
}
#content .referenceboks h3 {
	padding-left: .5em;
	padding-right: .5em;	
	background: url(../billeder/reference-header-bg.png) repeat-y 2px 0;
	width: 220px;
	font-size: 1.1em;
}
#content .referenceboks h3 a {
	color: #000;
	border: none;
}
#content .referenceboks .udtalelseslink {
	padding-right: .5em;
	text-align: right;
}
.formknapper form {
	text-align: center;
}
.formknapper form input {
	margin: .5em 5px 0 ;
}
.formknapper form.tilmeld {
	float: left;
}  
.formknapper form.afmeld {
	float: right;
}  
form #subject {
	display: none;
	visibility:hidden;
}
.clearfix {
	clear: both;
	line-height: 0;
}
.filinfo {
	font-size: .8em;
}
.illustration {
	text-align: center;
}
#nyhedslisteholder {
	height: 150px;
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin-top: .5em;
	z-index: 1;
}
#content .nyhedsliste {
	font-size: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0 1em;	
	z-index: 1;
}
#content .nyhedsliste li {
	margin: 0;
	padding: 0 10px 3em 10px;
	width: 520px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#content .nyhedsliste li h3,
#content .nyhedsliste li p {
	padding-left: 260px;
}
#nyhedsliste-navigation {
	padding-top: 5px;
	margin: 5px auto 0 auto;
	overflow: hidden;
}
#nyhedsliste-navigation a {
	float: left;
	text-indent: -9999em;
	height: 15px;
	width: 15px;
	background-image: url(../billeder/nyhedsliste-links.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	border: none;
}
#nyhedsliste-navigation a:hover {
	text-decoration: none;
	border: none;
}
#nyhedsliste-navigation a:focus {
	outline: none;
}
#nyhedsliste-navigation #nyhedsliste-forrige-link {
	background-position: 0 0;
	margin-right: 10px;
}
#nyhedsliste-navigation #nyhedsliste-naeste-link {
	background-position: 0 -15px;
	margin-left: 10px;
}
#content a.nyhedsliste-side-link {
	background-position: 0 -30px;
}
#content a.valgt {
	background-position: 0 -45px;
}
.indskudt-boks {
	margin-top: .5em;
	margin-bottom: 1.5em;
	float: right;
	clear: right;
	width: 150px;
	background: url(../billeder/indskudt-top.png) 0 0 no-repeat;
	font-size: .9em;
}
.indskudt-tekst {
	padding: 1.5em 10px 20px 10px;
	background: url(../billeder/indskudt-bund.jpg) 100% 100% no-repeat;
	text-align: center;
}
#content .indskudt-tekst a {
	border: none;
	text-decoration: none;
	font-size: 1.15em;
}
#content .indskudt-tekst a:hover {
	font-weight: bold;
	border: none;
}
#content .indskudt-tekst h2 {
	padding-bottom: .8em;
}
#content .indskudt-tekst input.tekst {
	width: 110px;
} 
#content .indskudt-tekst select {
	width: 110px;
} 
#content .indskudt-tekst form {
	display: inline;
	width: auto;
	float: none;
}
.plug-n-play .indskudt-tekst {
	padding-bottom: 165px;
	background-image: url(../billeder/indskudt-bund-plugnplay.jpg);
}
.web-konsulent .indskudt-tekst {
	padding-bottom: 120px;
	background-image: url(../billeder/indskudt-bund-web-konsulent.jpg);
}
.video .indskudt-tekst {
	padding-bottom: 80px;
	background-image: url(../billeder/indskudt-bund-video.jpg);
}
.video .indskudt-tekst a {
	display: block;
	padding: .5em 0;
}
.aio .indskudt-tekst {
	padding-bottom: 120px;
	background-image: url(../billeder/indskudt-bund-aio.jpg);
}
#content .filter-formular {
	float: none;
	padding: 0;
	margin: 0;
}
#content .filter-formular label {
	width: auto;
	float: none;
	font-weight: bold;
	padding: 0 .5em;
}
#content .filter-formular input {
	float: none;
}
#content .filter-formular input.instruktion {
	color: #999;
}
#content .manual-filter {
	margin-top: 0em;
}
#content .manual-liste {
	margin-top: 1em;
}
#content .manual-liste li {
}
#content .forum-content {
	width: 350px;
	float: left;
}
#content .forumtabel {
	margin: 0 0 1em 0;
	border-collapse: collapse;
	font-size: 1em;
}
#content .forumtabel th,
#content .forumtabel td {
	border: 1px solid #b5bccf;
	padding: 0;
}
#content .forumtabel th {
	padding: .4em;
}
.forumtabel td.indlaeg {
}
.forumtabel td.tid {
	text-align: right;
}
.forumtabel td.emne {
}
.forumtabel td.antal-indlaeg,
.forumtabel th.svar,
.forumtabel td.svar {
	text-align: center;
}
.forumtabel .even {
	background: #ECF0FB;
}
.forumtabel .hover {
	background: #FFD5A4;
}
#content .forumtabel a {
	padding: .4em;
	border: none;
	display: block;
}
#content .forum-soege-boks {
	margin-top: 0;
}
#content .forum-menu-boks {
	margin-top: .5em;
}
#content .forum-menu-boks a {
	font-size: 1em;
}
#content #forum-soege-formular label {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
}
#content #forum-soege-formular button {
	margin: .8em auto 0 auto;
	display: block;
}
.forklaring {
	font-size: .9em;
	font-style: italic;
}
.forum-indlaeg-liste {
	margin: 0;	
	padding: 0;
	width: 350px;
	float: left;
}
.forum-indlaeg-liste dt {
	margin: .5em 0 .8em 0;
	padding: 0 0 .2em 0;
	border-bottom: 1px solid #324355;
	font-weight: bold;
}
.forum-indlaeg-liste dd {
	margin: 0;
	padding: 0 0 1em 0;
}
.forum-indlaeg {
}
.forum-svar {
}
.indlaeg-tid {
float: right;	
}
.indlaeg-forfatter {	
}
#content form#forum-konto-formular {
	margin: 0 0 1em 0;
	padding: .5em .5em 0 .5em;
	border: 1px solid #b5bccf;
}
#content form#forum-konto-formular label {
	float: none;
}
#content form.forum-indlaeg-formular {
	width: 28em;
	float: left;
}
#content form.forum-indlaeg-formular label {
	float: none;
	display: block;
	width: auto;
	padding: .5em 0 0 0;
	font-weight: bold;
}
#content form#forum-konto-formular ul,
#content form.forum-indlaeg-formular ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content form#forum-konto-formular li {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}
#content form.forum-indlaeg-formular li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content form#forum-konto-formular .tekst,
#content form.forum-indlaeg-formular .tekst {
	width: 300px;
}
#content form.forum-svar-formular textarea,
#content form.forum-indlaeg-formular textarea {
	width: 300px;
	height: 10em;
}
#content .forum-indlaeg-navigation {
	float: left;
	width: 350px;
	text-align: center;
}
#content .forum-indlaeg-navigation a {
	padding: .2em .4em;
	margin: 0 1em;
	border: 1px solid #BEBEBE;
	background: #f8f8f8;
}
.forum-indlaeg-navigation-inaktiv {
	padding: .2em .4em;
	margin: 0 1em;
	border: 1px solid #eee;
	background: #fff;	
	color: #ccc;
}
.datoboks {
	overflow: hidden;
}
.datoboks div {
	float: left;
	margin: 0 5em;
}
.opdater-besked {
	display: none;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	padding: .4em 1em;
	color: #000;
	background: #FE8421;
}
.brochureboks {
	display: block;
	float: right;
	margin: 0 .2em .2em .3em;	
	width: 135px;
	text-align: center;
	font-size: .9em;
}
.brochureboks img {
	display: block;
}
#content .brochureboks a {
	border: none;
}
#content .video-liste {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#content .video-liste li {
	padding: 1em;
	margin: 0 2em 1em 0;
	overflow: hidden;
	float: left;
}
#content .video-liste a {
	float: left;
	margin: 0 1em 1em 0;
	border: none;
}
#content .video-liste img {
}
.qtip-title {
	font-weight: bold;
	padding-bottom: .2em;
}
.qtip-content {
	text-align: left;
}
.qtip-content ul {
	margin: 0;
	padding: 0 1.5em;
}
.qtip-content li {
	margin: 0;
	padding: .1em 0 .2em .1em;
}
#content label.error {
	color: #800;
	clear: left;
	width: 100%;
	font-weight: bold;
}
#content input.error {
	border: 2px solid #800;
}
#maincontent .fjernsupport-formular {
	text-align: center;
	margin: 1.5em 0;
	padding: 0;
	width: 100%;
}
.fjernsupport-knap {
	width: 298px;
	height: 69px;
	background: url(../billeder/winkas-pro-fjernsupport.jpg) no-repeat 50% 50%;
	border: none;
	cursor: pointer;
}
.fjernsupport-knap span {
	text-indent: -9999em;
	display: block;
}
#content .typeliste {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#content .typeliste li {
	float: left;
	margin: .5em 6px;
	padding: 0;
	width: 165px;
	background: url(../billeder/orange-tone.jpg) repeat-x 0 0;
}
#content .typeliste p {
	padding: 0 4px 5px 6px;
	word-wrap: break-word;
}
#content .typeliste h3 {
	margin: 0;
	padding: 10px 4px 5px 6px;
}
#content .genvejstaster {
	border-collapse: collapse;
	margin: 0;
	width: auto;
	clear: both;
}
#content .genvejstaster th {
	font-weight: bold;
	text-align: left;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	vertical-align: bottom;
	padding: .2em .5em;
}
#content .genvejstaster td {
	border: 1px solid #000;	
	padding: .2em .5em;
}
#content .genvejstaster .ulige {
	background-color: #ddd;
}
#content #printknap {
	margin-left: 2em;
	border: none;
	vertical-align: middle;
	background: url(../billeder/printer.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	float: right;
	margin-right: 10em;
}
#content #printknap span {
	display: block;
	text-indent: -9999em;
}
.filliste {
	float: left;
	overflow: hidden;
	width: 45%;
}
#content .nyhed {
	text-align: center;
	padding: 1em 0;
}
#content .nyhed h2 {
	color: #fe6a21;	
	text-align: left;
}
#content a.aio-link {
	display: block;
	width: 506px;
	height: 127px;
	text-indent: -9999em;
	background-image: url(../billeder/aio-knap.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	margin: 0 auto;
	
}
.tipboks {
	display: none;
	position: absolute;
	padding: .5em;
	background-color: #fff;
	border: 2px solid #888;
	width: 300px;
	z-index: 9000;
}
.tiplink {
	float: right;
	margin-right: 20px;
	width: 16px;
	height: 16px;
	background-image: url(../billeder/tip.png);
	text-indent: -9999em;
}
#content p.respons {
	text-align: center;
	background: #dedede;
	color: #555;
	font-weight: bold;
	padding: .5em;
}
#content .kontakt-formular li {
	padding: .2em 0 .2em .2em;
}
#content .kontakt-formular label {
	width: 11.2em;
}
.kontakt-formular .fejl label {
	font-weight: bold;
	color: #fe6a21;
}
#kursusoversigt {
	float: left;
	width: 100%;
}
#kursusoversigt table {
	width: 100%;
}
.tabelnavigation {
	float: right;
}
.sidetal {
	margin: 0 .4em .2em;
	cursor: pointer;
	height: 15px;
	line-height: 15px;
	float: left;
	vertical-align: top;
}
.forrigelink, .naestelink {
	cursor: pointer;
	background-image: url(../billeder/nyhedsliste-links.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	height: 15px;
	width: 15px;
	float: left;
	margin: 0 .4em;
}
.forrigelink {
	background-position: 0 0;
}
.naestelink {
	background-position: 0 -15px;
}
.aktiv {
	cursor: default;
	font-weight: bold;
}
