/*

Den gule farve: 		#b9fe00
Den blå farve (links): 	#00a2ff

*/

html, body
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, p
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #ffffff;
	font-family: helvetica, arial, verdana;
}

a
{
	color: #00a2ff;
	font-weight: bold;
	text-decoration: none;
}

a img
{
	border: 0;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #b9fe00;
}

/*
a:visited
{
	color: #67c8ff;
}
*/

.layout
{
	background-image: url(../../v1/gfx/header_bg.gif);
	background-repeat: repeat-x;
}
.subpage
{
	height: 500px;
}
.panel
{
	background-color: #1e1e1e;
	width: 100%;
}

#branding
{
	height: 79px;
	/* background-image: url(../../v1/gfx/header.gif); */
	background-position: center;
}

#logo
{
	height: 79px;
	background-position: top center;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	top: 0px;
}
	#logo a
	{
		display: block;
		width: 102px;
		height: 29px;
		background-image: url(../../v1/gfx/glassbox.png);
		background-repeat: no-repeat;
		margin-top: 24px;
		margin-left: 45px;
	}
	
	#logo a span
	{
		display: none;
	}
	
#primary_nav
{
	position: absolute;
	top: 0px;
	text-align: right;
	right: 50%;
	margin-right: -420px;
	margin-bottom: 0;
}

	#primary_nav ul
	{
		margin: 0px;
		margin-top: 30px;
		color: #fff;
		list-style-type: none;
	}
	
		#primary_nav ul li
		{
			float: left;
			margin-right: 20px;
		}

		#primary_nav ul li a
		{
			text-decoration: none;
			text-transform: uppercase;
			font-weight: normal;		
			font-size: 11px;
			color: #a3a2a2;
			padding: 6px;
			padding-top: 8px;
		}
		#primary_nav .selected
		{
			/* background-color: #333; */
			color: white;
		}

		#primary_nav ul li a:hover
		{
			color: white;
		}
		
		#primary_nav ul li a:active
		{
			color: #b9fe00;
		}
		
		#primary_nav ul li.selected a
		{
			color: white;
		}

		
#billboard
{
	padding-top: 10px;
	background-image: url(../../v1/gfx/billboard.jpg);
	background-position: bottom center;
	width: 840px;
	height: 330px;
	margin: 0px auto 10px auto;
}

#secondary_nav
{
	width: 840px;
	height: 130px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../v1/gfx/menu.png);
	background-repeat: no-repeat;
}

	#secondary_nav ul
	{
		position:relative;
		top:-5px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		line-height: 15px;
	}
		
		#secondary_nav ul li
		{
			float: left;
			position: relative;
			top: -20px;
			background-position:right;
			background-repeat:no-repeat;
			height:120px;
			width:278px;
		}
		
		#secondary_nav ul li a
		{
			font-weight: normal;
			display: block;
			width: 252px;
			height: 66px;
			margin-left: 10px;
			margin-right: 2px;
			font-size: 10px !important;
		}
		
		#secondary_nav ul li a:hover
		{
			text-decoration: none;
		}

		#secondary_nav ul li h3,
		#secondary_nav ul li p
		{
			font-size: 11px !important;
			padding: 0 !important;
			margin: 0 !important;	
		}
		
		#secondary_nav ul li h3
		{
			margin: 35px 90px 0 10px !important;
		}
		
		#secondary_nav ul li p
		{
			margin: 0 90px 0 10px !important;		
		}

#secondary_nav ul li h3
{
	text-transform:uppercase;
	margin-top:30px;
	font-size:13px;
	color:#9bfe00;
	padding-left:10px;
	margin-right:90px;
}
#secondary_nav ul li p
{
	font-size:13px;
	color:#fff;
	padding-left:10px;
	margin-right:90px;
	margin-top:5px;
}
#content
{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
	.sub h1
	{
		margin-top: 10px;
	}
	
	#content .subpage_top
	{
		background-image: url(../../v1/gfx/frame-top.png);
		background-position: center top;
		background-repeat: no-repeat;
		width: 840px;
	}
	
	#content .subpage_middle
	{
		background-image: url(../../v1/gfx/frame-repeat.png);
		background-position: center;
		background-repeat: repeat-y;
		width: 840px;
	}
	#content .subpage_bottom
	{
		background-image: url(../../v1/gfx/frame-bottom.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		width: 836px;
		margin-left: 2px;
		margin-right: 1px;
		padding: 20px 0 20px 0;
	}

	.sub h2
	{
		font-size: 18px;
		margin: 0 0 16px 0;
	}
	
	.sub h3
	{
		font-size: 15px;
		margin: 0 0 12px 0;
	}
	
	.sub h4
	{
		font-size: 13px;
		margin: 0 0 10px 0;
	}
	
	.sub .intro-text
	{
		font-size: 16px;
		line-height: 24px;
		color: #333333;	
		margin-bottom: 54px;
	}
	
	.sub .normal-text
	{
		font-size: 13px;
		line-height: 20px;
		color: #333333;	
	}
	
	.sub table tr
	{
		vertical-align: top;
	}

#partners
{
	background-color: white;
	/*width: 841px;*/
	height: 75px;
	background-image: url(../../v1/gfx/partners.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 5px;
}

#footer
{
	height: 126px;
	color: white;
	font-size: 11px;
	line-height: 18px;
	padding-top: 30px;
}

#footer .container
{
	margin: 0 auto 0 auto;
	width: 840px;
}

#footer .column
{
	width: 280px;
	float: left;
}

.highlight
{
	color: #b9fe00;
	font-weight: bold;
}

#action
{
	width: 200px;
	position: relative;
	left: 720px;
	margin-bottom: 22px;
}

a.button
{
	background-color: #b9fe00;
	color: #333;
	font-size: small;
	display: block;
}
	#contact
	{
		/*background-image: url(../../v1/gfx/kontakt-os.png);*/
		width: 90px;
		height: 17px;
	}
	a.button span
	{
		display: none;
	}

/* --------- Forside -------- */

.sub h1
{
	margin-left: 45px;
	margin-top: 48px;
	margin-bottom: 0;
	width: 800px;
	height: 40px;
}
.sub .action
{
	margin-bottom: 10px;
}
.sub span.headline
{
	display: none;
}

.sub .examples
{
	background-image: url(../../v1/gfx/examples_headline.png);
	background-repeat: no-repeat;
	background-position: left;
}

.sub .support
{
	background-image: url(../../v1/gfx/support_headline.png);
	background-repeat: no-repeat;
	background-position: left;
}

.sub .process
{
	background-image: url(../../v1/gfx/process_headline.png);
	background-repeat: no-repeat;
	background-position: left;
}

.sub .about
{
	background-image: url(../../v1/gfx/about_headline.png);
	background-repeat: no-repeat;
	background-position: left;
}

.sub .googleanalytics
{
	background-image: url(../../v1/gfx/google-analytics_headline.png);
	background-repeat: no-repeat;
	background-position: left;
}


.frontpage
{
	font-size: 12px;
	line-height: 16px;
}

.frontpage h2
{
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 5px;
}
.frontpage p
{
	margin-bottom: 5px;
}

.leftcol
{
	float:left;
	width:47%;
}
.rightcol
{
	float:right;
	width:47%;
}

#data_box
{
	background:url(../../v1/gfx/box1.png);
	background-repeat: no-repeat;
}

#insights_box
{
	background:url(../../v1/gfx/box2.png);
	background-repeat: no-repeat;
}

#support_box
{
	background:url(../../v1/gfx/box3.png);
	background-repeat: no-repeat;
}







a.next
{
	background-image: url(../../v1/gfx/next.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

a.prev
{
	background-image: url(../../v1/gfx/prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#contactForm
{
	background-color: grey;
	background-image: url(../../v1/gfx/contact_form.png);
	border: 1px solid #cccccc;
	border-top: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 520px;
	height: 360px !important;
	padding: 0;
	display: none;
}

#contactForm p
{
	font-size: 13px;
	line-height: 16px;
}

#contactForm h3
{
	margin-bottom: 10px;
}

#contactWrapper
{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:500px;
}

#contactInner
{
	padding: 30px;
}

#close
{
	width: 88px;
	height: 17px;
	float: left;
}

#send
{
	float: right;
	width: 90px;
	height: 17px;
	margin-right: 17px;
}

#formbox fieldset
{
	border:none;
	float:right;
	width:430px;
	text-align:right;
	line-height:30px;
	margin-top: 15px;
}

#formbox label
{
	font-size:12px;
	vertical-align: top;
	padding-right: 20px;
}

#formbox input.text,
#formbox textarea
{
	border: 1px solid #cccccc;
    font-family: Helvetica, arial, sans-serif;
    font-size:13px;
    width:312px;
    padding: 2px;
}

#formbox textarea
{
	margin-top: 7px;
	margin-bottom: 10px;
	height: 70px;
}

#thankyou
{
	text-align: center;
	margin-top: 140px;
}