@charset "utf-8";
* {margin:0;padding:0}
/* mac hide \*/

html {
	background: url(images/wallpaper.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html,body{
	height:100%;width:100%;
}

/* end hide */

@font-face {
    font-family: 'HelveticaNeueLTStd37ThinConde';
    src: url('fonts/helveticaneueltstd-thcn-webfont.eot?') format('eot'),
         url('fonts/helveticaneueltstd-thcn-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-thcn-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-thcn-webfont.svg#webfontHLPlgUhG') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTProMC';
    src: url('fonts/helveticaneueltpro-mdcn-webfont.eot?') format('eot'),
         url('fonts/helveticaneueltpro-mdcn-webfont.woff') format('woff'),
         url('fonts/helveticaneueltpro-mdcn-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltpro-mdcn-webfont.svg#webfontFyFiiOtg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTPro37ThinConde';
    src: url('fonts/helveticaneueltpro-thcn-webfont.eot?') format('eot'),
         url('fonts/helveticaneueltpro-thcn-webfont.woff') format('woff'),
         url('fonts/helveticaneueltpro-thcn-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltpro-thcn-webfont.svg#webfontiSBI2tBZ') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTStdBold';
    src: url('fonts/helveticaltstd-bold-webfont.eot?') format('eot'),
         url('fonts/helveticaltstd-bold-webfont.woff') format('woff'),
         url('fonts/helveticaltstd-bold-webfont.ttf') format('truetype'),
         url('fonts/helveticaltstd-bold-webfont.svg#webfonteNIuCRBn') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTStdBoldCond';
    src: url('fonts/helveticaneueltpro-bdcn-webfont.eot?') format('eot'),
         url('fonts/helveticaneueltpro-bdcn-webfont.woff') format('woff'),
         url('fonts/helveticaneueltpro-bdcn-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltpro-bdcn-webfont.svg#webfonteNIuCRBn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {    
	font-family: 'HelveticaLTStdOblique';
    src: url('fonts/helveticaltstd-obl-webfont.eot?') format('eot'),
         url('fonts/helveticaltstd-obl-webfont.woff') format('woff'),
         url('fonts/helveticaltstd-obl-webfont.ttf') format('truetype'),
         url('fonts/helveticaltstd-obl-webfont.svg#webfontxZ1SRZmN') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaLTStdRoman';
    src: url('fonts/helveticaltstd-roman-webfont.eot?') format('eot'),
         url('fonts/helveticaltstd-roman-webfont.woff') format('woff'),
         url('fonts/helveticaltstd-roman-webfont.ttf') format('truetype'),
         url('fonts/helveticaltstd-roman-webfont.svg#webfontGh8rUa1U') format('svg');
    font-weight: normal;
    font-style: normal;
}

img a { border: 0px; }

body { 
	text-align:center;
	min-height:480px;/* for good browsers*/
	min-width:960px;/* for good browsers*/
	font-family: 'HelveticaLTStdRoman', arial, verdana, tahoma;
	font-size: 14px; color: #333;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	text-align: left;
	color: #007AFF;
	font-weight: normal;
	font-family: 'HelveticaNeueLTProMC', arial, verdana, tahoma;
}

ul { padding-left: 20px; }
li { padding-bottom: 5px; }

p { margin-bottom: 15px; }

h1 { 
	font-size: 20px;
	margin-top: 10px; margin-bottom: 3px;
}

input { padding: 7px 10px; width: 180px; border: thin solid #ccc; border-radius: 3px; background: #f8f8f8; color: #666; }
input:hover { padding: 7px 10px; width: 180px; border: thin solid #999; border-radius: 3px; background: #ffffff; color: #333; }
input[type="submit"] { width: 200px; background: #007AFF; border: thin solid #007AFF; background-image: -moz-linear-gradient(top, #0094ff, #007AFF 30px);
background-image: -webkit-gradient(linear, left top, left bottom, from(#0094ff), color-stop(1.0, #007AFF)); color: #FFF; font-size: 14px; font-family: 'HelveticaNeueLTProMC', arial, verdana, tahoma; }
input[type="submit"]:hover { width: 200px; background: #0094ff; border: thin solid #007AFF; background-image: -moz-linear-gradient(top, #007AFF, #0094ff 30px);
background-image: -webkit-gradient(linear, left top, left bottom, from(#007AFF), color-stop(1.0, #0094ff)); color: #000; font-size: 14px; font-family: 'HelveticaNeueLTProMC', arial, verdana, tahoma; }

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: ;
} 
#inner {
	width: 960px;
	height: 480px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background: #fff url(images/billede.png) top right no-repeat;
	border-radius: 15px;
	border: solid thick #007AFF;
}

#left {
	width: 480px; height: ;
	position: relative; float:left;
}

#right {
	width: 480px; height: ;
	position: relative; float:right;
}

#logo {
	position: relative; float: left;
	padding: 25px;
	font-family: 'HelveticaLTStdBoldCond', arial, verdana, tahoma;
	font-size: 50px;
}

#logo span {
	font-family: 'HelveticaNeueLTProMC', arial, verdana, tahoma;
}

#left #text {
	width: 410px;
	position: relative; float: left;
	padding: 40px; padding-top: 25px;
	text-align: left;
}

#right #text {
	width: 400px;
	position: relative; float: right;
	padding: 40px; padding-top: 350px; padding-bottom: 0px;
	text-align: center;
	border-radius: 15px;
}

#headline {
	position: relative;
	font-size: 27px; 
	text-transform: uppercase;
	color: #ff0000;
	font-weight: normal; letter-spacing: -2px; 
	font-family: 'HelveticaNeueLTProMC', arial, verdana, tahoma;
	margin-bottom: 10px; padding-bottom: 0px;
}

#sub-headline {
	position: relative;
	font-size: 33px; 
	color: #ff0000;
	text-transform: uppercase;
	font-weight: normal; 
	font-family: 'HelveticaNeueLTProMC', arial, verdana, tahoma;
	margin-top: -10px; padding-top: 0px;
	margin-bottom: 20px;
}

#instructions {
	margin-bottom: 10px;
	font-size: 13px;
}

#form {
	position: relative; width: 330px;
	text-align: center; margin-left: 35px;
	margin-bottom: 40px;
}

#languages {
	position: relative;
}