﻿body 
{
	padding: 0;
	margin: 0;
	background: #000000 url('../img/bg.jpg') repeat-x top;
	color: #cccccc;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

div.container
{
	margin: 0 auto;
	text-align: left;
	width: 686px;
	background: url('../img/illustration.jpg') no-repeat top;
	height: 600px;
}

div.container .inner
{
	padding-top: 350px;
}

div.container .inner .headline
{
	background: url('../img/welcome_dk.png') no-repeat top;
	width: 159px;
	height: 44px;
}

div.container .inner .toptext
{
	margin-top: 13px;
}

div.container .inner .install
{	
	margin-top: 7px;
}

div.container .inner .install a
{	
	background: url('../img/knap_install.jpg') no-repeat top left;
	display: block;
	width: 99px;
	height: 21px;
}

div.container .inner .bottomtext
{
	margin-top: 13px;
}

div.container .inner .bypass
{
	margin-top: 7px;
}

div.container .inner .bypass a
{
	background: url('../img/knap_continue.jpg') no-repeat top left;
	display: block;
	width: 59px;
	height: 21px;
}

div.container .inner .columns
{
	margin-top: 119px;
}

div.container .inner .columns .col1
{
	float: left;
	width: 220px;
}

div.container .inner .columns .col1 .header
{
	background: url('../img/her_finder_du_os.png') no-repeat top left;
	width: 135px;
	height: 12px;
}

div.container .inner .columns .col2
{
	float: left;
	width: 180px;
}

div.container .inner .columns .col2 .header
{
	background: url('../img/salg.png') no-repeat top left;
	width: 27px;
	height: 12px;
}

div.container .inner .columns .col3
{
	float: left;
}

div.container .inner .columns .col3 .header
{
	background: url('../img/job_og_andet.png') no-repeat top left;
	width: 70px;
	height: 12px;
}

div.container .inner .columns .text
{
	margin-top: 5px;
	line-height: 16px;
}

div.container .inner .columns a
{
	color: #cccccc;
}

div.clear
{
	clear: both;
}