/* 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;
}
body {
	line-height: 1;
}
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;
}

a:focus {
	outline: none;
}

-moz-outline {
	outline: none;
}

/* CLEARFIX
----------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* WEBKIT RESET
----------------------------------------- */
input, textarea {
  /*-webkit-appearance: none;*/
}

/* DW TEMPLATE TAGS
----------------------------------------- */
table#DwTemplateTagsTable, table#DwTemplateTagsTableGlobal {
	background-color: #000;
	color: #FFF;
}

table#DwTemplateTagsTable a, table#DwTemplateTagsTableGlobal a {
	color: red;
}

/* GENERAL BODY & WRAPPERS
----------------------------------------- */
body, html {
	width: 100%;
	height: 100%;
}

body {
	color: #444444;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
	line-height: 1.35;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #333333;
}

#PageWrap {
	display: block;
	margin: 20px auto 0 auto;
	width: 920px;
	background: #FFF;
	position: relative;
}

#Header {
	display: block;
	float: left;
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 205px; /*166px;*/
	border-top: 7px solid #FFF;
	background-color: #D90000;
}

#Logo {
	display: block;
	padding: 25px 0 0 26px;
	width: 280px;
	height: 85px;
}

#Logo img {
	width: 178px; /*294.321px;*/ /*280px*/
	height: 123px; /*85px;*/
}

.profitLastYearHeader {
	width: 216px;
	position: absolute;
	right: 250px;
	top: 10px;
}

.profitLastYear {
	display: block;
	position: absolute;
	background: #E44D4D;
	color: #FFF;
	padding: 6px 26px 6px 10px;
	right: 0px;
	top: 10px;
	font-weight: 400;
	font-size: 1.25em;
	line-height: 100%;
}

.profitLastYearText {
	display: block;
	position: absolute;
	font-weight: 300;
	font-size: 1em;
	line-height: 120%;
	right: 26px;
	top: 70px;
	width: 300px;
	text-align: right;
	color: #FFF;
}


/* FRONTPAGE STRUCTURE
----------------------------------------- */
#ContentWrap {
	width: 920px;
	display: block;
	float: left;
}

#FrontpageNews {
	display: block;
	float: left;
	height: 305px;
	width: 196px;
	padding: 0 26px;
	background: #F1EEDE;
	position: relative;
}

#FrontpageNews ul {
	display: block;
	padding-top: 0px;
}

#FrontpageNews ul li a {
	display: block;
	font-size: 0.875em;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #D1CEC0;
	padding: 7px 0;
}

#FrontpageNews ul li a:hover span.newslistTitle {
	text-decoration: underline !important;
}

#FrontpageNews .allNewsLink {
	text-transform: uppercase;
	display: block;
	position: absolute;
	bottom: 26px;
	left: 26px;
	padding: 1px 20px 0 0;
	font-size: 0.875em;
	color: #444;
	text-decoration: none;
	font-weight: 400;
	background: url(../images/arrow.png) no-repeat right center;
}

#FrontpageNews .allNewsLink:hover {
	text-decoration: underline;
}

.newslistDate {
	display: block;
	float: left;
	width: 40px;
	font-weight: 600;
	line-height: 120%;
}

.newslistTitle {
	display: block;
	float: left;
	padding-left: 12px;
	width: 134px;
	line-height: 120%;
}

#Slideshow {
	display: block;
	float: left;
	width: 672px;
	height: 305px;
	overflow: hidden;
}

.slideshowElement {
	position: relative;
	display: block;
	width: 672px;
	height: 305px;
}

.slideshowElementText {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 40px;
	color: #FFF;
	background: #E44D4D;
	font-size: 1.875em;
	line-height: 100%;
	font-weight: 400;
	padding: 8px 26px 8px 26px;
}

.slideshowElementText b {
	font-weight: 700;
}

#Sidebar {
	display: block;
	width: 175px;
	float: left;
	position: relative;
	padding: 0 0 0 26px;
}

#SponsorsWrap {
	display: block;
	width: 175px;
	float: left;
	position: relative;
	padding-top: 60px;
	margin-top: 10px;
}

#SmallSponsorsWrap {
	display: block;
	width: 175px !important;
	height: 359px !important;
	overflow: hidden !important;
	margin: 0px 0 30px 0;
	position: relative;
}

#SmallSponsors {
	display: block;
	width: 175px;
}

#SmallSponsors img {
	display: block;
}

#SmallSponsors li {
	height: 99px;
	border-bottom: 1px solid #DDD;
	padding: 10px 0 10px !important;
}

#SmallSponsors li, #SmallSponsors a {
	margin: 0px;
	padding: 0px;
}

#SponsorsHeader {
	display: block;
	position: absolute;
	left: 0px;
	top: 26px;
	width: 65px;
	z-index: 11000;
}

#RightContent {
	display: block;
	width: 646px;
	min-height: 200px;
	padding: 30px 26px 40px 0;
	float: right;
}

#FocusColumns {
	width: 100%;
	display: block;
	border-bottom: 1px solid #DDD;
}

.focusColumn {
	display: block;
	float: left;
	width: 175px;
	padding: 0 47px 25px 0;
	position: relative;
	margin-bottom: 20px;
}

.focusColumn.col3 {
	margin-right: -47px;
}

.focusColumn .link {
	text-transform: uppercase;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0px;
	padding: 1px 20px 0 0;
	font-size: 1em;
	color: #333;
	text-decoration: none;
	font-weight: 400;
	background: url(../images/arrow.png) no-repeat right center;
}

.focusColumn .link:hover {
	text-decoration: underline;
}

#FrontpageContent {
	display: block;
	width: 100%;
	float: left;
	margin-top: 30px;
}
.frontpageBottom img {
	width: 202px;
}

.frontpageBottom h1 {
	font-size: 1.92857142857143em !important;
}


/* SUBPAGE STRUCTURE
----------------------------------------- */
#MainContent {
	display: block;
	float: left;
	width: 646px;
	padding-top: 0px;
}

/* MAIN NAVIGATION
----------------------------------------- */
#TopNavigationWrap {
	position: absolute;
	width: 920px;
	height: 35px;
	bottom: 0px;
	left: 0px;
	background: #E44D4D;
}

.latestNewsHeader {
	display: block;
	width: 125px;
	height: 32px;
	position: relative;
	margin-top: 15px;
}

#TopNavigation {
	position: absolute;
	right: 26px;
	bottom: 0px;
}

#TopNavigation li {
	float: left;
	height: 35px;
	border-right: 1px solid #E86868;
}

#TopNavigation li a {
	padding: 6px 19px 0px 19px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.125em;
}

#TopNavigation li a.first {
	padding-left: 0px;
}

#TopNavigation li.last {
	border-right: none;
}


#TopNavigation li a.last {
	padding-right: 0px;
}

#TopNavigation li a.inpath {
	font-weight: 700;
}

#TopNavigation li a:hover {
	color: #FADBDB;
}

#TopNavigation li a.inpath:hover {
	color: #FFF;
}

#TopNavigation li, #TopNavigation li a {
	float: left;
}

/* SUB NAVIGATION
----------------------------------------- */
#LeftNavigationWrap {
	display: block;
	width: 175px;
}

#LeftNavigationWrap ul {
	display: block;
	width: 175px;
	float: left;
	margin: 30px 0 30px;
}

#LeftNavigationWrap ul li {
	width: 155px;
	display: block;
}

#LeftNavigationWrap ul li a {
	display: block;
	float: left;
	font-size: 0.875em;
	color: #444;
	padding: 6px 0 6px 20px;
	border-top: 1px solid #DDD;
	text-decoration: none;
	text-transform: uppercase;
	zoom: 1;
	font-weight: 400;
	width: 155px;
	background: url(../images/arrow.png) no-repeat 0px 9px;
}

#LeftNavigationWrap ul li a:hover {
	color: #000;
}

#LeftNavigationWrap ul li a.inpath{
	font-weight: 600;
	color: #000;
}

#LeftNavigationWrap ul li a.firstitem {
	border-top: none;
}

/* NEWS LIST
----------------------------------------- */
#LargeNewsList {
	list-style: none;
	margin-top: 20px;
}

#LargeNewsList li {
	display: block;
}

#LargeNewsList li h2 {
	display: block;
}

#LargeNewsList li h2 span {
	font-style: normal;
	text-transform: none;
	font-weight: 300;
	line-height: 1.35;
}

.NewsHeader span {
font-weight: 400;
}

#LargeNewsList li a {
	display: block;
	text-decoration: none;
	background: url(../images/arrow.png) no-repeat right center;
	border-top: 1px solid #DDD;
	padding: 8px 0 3px;
	color: #333;
}

#LargeNewsList li a:hover {
	text-decoration: underline;
}

.linkNotice {
	float: right;
	display: block;
	padding-right: 20px;
	font-style: italic !important;
}

.newsBackLink {
	text-transform: uppercase;
	display: block;
	float: left;
	clear: both;
	padding: 1px 0 0 20px;
	margin-bottom: 15px;
	font-size: 1em;
	color: #444;
	text-decoration: none !important;
	font-weight: 400;
	background: url(../images/arrow-back.png) no-repeat left center;
}

a.newsBackLink:hover {
	text-decoration: underline !important;
}

h1.newsHeader {
	clear: both;
}

/* SPONSOR PAGE
----------------------------------------- */
body.sponsorer #RightContent, body.sponsorer .paragraphHolder, body.sponsorer .paragraphHolder .T3 {
	width: 868px !important;
}

#LargeSponsors {
	display: block;
	float: left;
	width: 848px;
	list-style: none;
	background: #F1EEDE;
	margin-bottom: 0px;
	padding: 20px 0 0px 20px !important;
}

#LargeSponsors li {
	padding: 0 20px 20px 0;
}

#LargeSponsors li, #LargeSponsors li a {
	display: block;
	float: left;
	width: 192px;
}

#LargeSponsors li a {
	display: block;
	padding: 30px 0 30px 0 !important;
	text-align: center;
	background: #FFF;
}



/* FOOTER
----------------------------------------- */
#MainSponsor {
	clear: both;
	display: block;
	width: 868px;
	border-top: 1px solid #DDD;
	margin: 20px auto 0 auto;
	padding: 0px 0 20px;
	position: relative;
	text-align: center;
}

#MainSponsor a {
	display: block;
	float: left;
}

#MainSponsorHeader {
	width: 83px;
	position: absolute;
	left: 0px;
	top: 10px;
}

#FooterWrap {
	background: #333333;
	display: block;
	margin: 0 auto;
	height: 170px;
	width: 920px;
}

#Footer {
	width: 868px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	color: #FFF;
	position: relative;
	font-size: 0.75em;
}

#Copyright {
	display: block;
	float: left;
	color: #ADADAD;
	padding-top: 10px;
}

#WebsiteSponsors {
	display: block;
	float: right;
}

#WebsiteSponsorsText {
	display: block;
	float: left;
	color: #ADADAD;
	padding: 10px 20px 0 0;
}

#DesignFordi {
	display: block;
	float: left;
	margin-right: 20px;
}

#Dynamicweb {
	display: block;
	float: left;
}

/* APPLE LINKS
----------------------------------------- */
.appleLink a {
	color: #000;
	text-decoration: none;
}

.appleLinkTopBar a {
	color: #7F6C57;
	text-decoration: none;
}

.appleLinkWhite a {
	color: #FFF;
	text-decoration: none;
}


/* STANDARD TEMPLATES
----------------------------------------- */
div.paragraphHolder {
	float: left;
	display: block;
	width: 646px;
	margin: 0 auto 0 auto;
}

div.lefter {
	float: left;
}

div.righter {
	float: left;
}

div.bleft {
	text-align: left;
}
	div.bleft img {
		float: left;
	}

div.bright {
	text-align: right;
}
	div.bright img {
		float: right;
	}

.bxtxLeft img {
	margin-right: 17px;
	float: left;
}

.bxtxRight img {
	margin-left: 17px;
	float: right !important;
}

/* PARAGRAPH IMAGE SPACERS
----------------------------------------- */
.paragraphImageSpaceB {
	padding-top: 17px;
}

.paragraphImageSpaceT {
	padding-bottom: 17px;
}

/* BILLEDFELTER
----------------------------------------- */
div.B1 {
	display: block;
	width: 222px;
}

div.B2 {
	display: block;
	width: 444px;
}

div.B3 {
	display: block;
	width: 646px;
	margin-bottom: 20px;
}

/* TEKSTFELTER
----------------------------------------- */
div.T1 {
	display: block;
	width: 202px;
	text-align: left;
}

div.T2 {
	display: block;
	width: 424px;
	text-align: left;
}

div.T3 {
	display: block;
	width: 646px;
	text-align: left;
}


/* BILLEDTEKST OG RAMME
----------------------------------------- */
span.imageTextRight {
	display: block;
	float: right;
	font-style: italic;
	padding-top: 6px;
}

span.imageTextLeft {
	display: block;
	float: left;
	font-style: italic;
	padding-top: 6px;
}


/* TYPOGRAPHY
----------------------------------------- */
body.dw_typography * {
	padding: 0px;
	margin: 0px;
}

body.dw_typography {
	background-image: none;
	font-size: 0.875em;
	line-height: 1.35em;
	background-color: #FFF;
	color: #444;
}

.dw_typography {
	font-size: 0.875em;
	line-height: 1.35em;
	color: #444;
}

.dw_typography h1, .dw_typography h2.largeH2 {
	color: #333;
	padding: 0px 0 5px 0px;
	font-style: normal;
	font-weight: 700 !important;
	font-size: 3.21428571428571em;
	line-height: 90%;
	*line-height: 100%;
	text-transform: uppercase;
}

.dw_typography h2, .dw_typography h3, .eventInfoHeader, .bookingHeader {
	display: block;
	font-size: 1.14285714285714em;
	line-height: 100%;
	font-weight: 700 !important;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.dw_typography b, .dw_typography strong {
	font-weight: 600;
}

.dw_typography a img {
	border: none !important;
}

.dw_typography a {
	text-decoration: underline;
	color: #333;
}

.dw_typography a:hover {
	text-decoration: underline;
	color: #000;
}

.dw_typography p {
	padding-bottom: 25px !important;
}

.dw_typography i {
	font-style: italic;
}

/* LISTS
----------------------------------------- */
.dw_typography ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 25px !important;
	padding-left: 14px;
}

.dw_typography ul li {
	padding-left: 5px;
	margin-right: 15px;
	padding-bottom: 10px;
}

.dw_typography ul li ul {
	padding-left: 25px;
	list-style-type: circle;
	padding-bottom: 0px !important;
}

.dw_typography ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-bottom: 25px !important;
}

.dw_typography ol li ol {
	padding-left: 25px;
	list-style-type: decimal;
	padding-bottom: 0px !important;
}

.tilmeldingsForm {
	padding-left: 0px !important;
}

#LargeSponsors li {
	margin-right: 0px;
}


/* GENEREAL EDITOR FONT RESET
----------------------------------------- */

body.dw_typography * {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.dw_typography h1, body.dw_typography h2, body.dw_typography h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/* SUBMISSION FORMS
----------------------------------------- */
.tilmeldingsForm {
	/*display: none;*/
	display: block;
	list-style: none !important;
	/* width: 646px; */
}

.tilmeldingsForm li {
	display: block;
	border-bottom: 1px solid #DDD;
	padding: 15px 0px 15px 0px;
}

.tilmeldingsForm li.odd {
}

.tilmeldingsForm li div {
	display: block;
	float: left;
}

.tilmeldingsForm li div.labelCol {
	width: 60%;
	font-weight: 700;
}

.tilmeldingsForm li div.inputCol {
	width: 40%;
	position: relative;
}

div.error {
	display: block;
	white-space: nowrap;
	background: #E44D4D;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.8em;
	font-weight: 500;
	padding: 0 5px;
	top: 1px;
}

.hidden {
	display: none !important;
}
.red {
	color: #E44D4D;
}

.submitLI {
	border-bottom: 0px !important;
}

.submitCol {
	width: 100%;
	text-align: center;
}

.submitBtn, .resetBtn, .btn {
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 15px;
	color: #FFF;
	background: #a1e876;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	margin: 15px 0;
	cursor: pointer;
}

.resetBtn {
	float: left;
	background: #DDD;
	color: #666;
	font-size: 0.6em;
}

.btn{
	background: #e44d4d;
}

.btn:hover, .btn.active {
	background: #d90000;
}

.btn.disabled {
	background-color:#fff;
	color: #ccc;
	border: 1px solid #ccc;
}

.btnsCon{
	margin-bottom: 20px;
}

.btnsCon .btn{
	width: 30%;
	margin-right: 10px;
}

button{
	width: 49%;
	box-sizing: border-box;
}

.textInput {
	width: 98%;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
	border: 1px solid #ccc;
}

.submitting {
	padding-right: 40px;
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#Venteliste, #Tilmelding { /*#Venteliste {*/
	display: none;
	background-color: #efefef;
	padding: 0 20px;
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
}

.forside #Tilmelding{
	display: block;
}

/* HOLDLISTE
----------------------------------------- */
.teamList {
	margin: 20px 0 80px 0;
	display: block;
}

.roomList td, .teamList td {
	padding: 5px 50px 5px 0;
}

.grey {
	color: #999;
}

.roomList .header td, .teamList .header td {
	border-bottom: 2px solid #BBB;
	color: #333;
	font-weight: 600;
}

.roomList td, .teamList td {
	border-bottom: 1px solid #DDD;
}

.captainImg {
	display: block;
	margin: 5px 0;
	width: 100px;
}

.singleRoom {
	font-weight: 600;
	color: red;
}

/* HELPER LIST
----------------------------------------- */
#Helpers {
	list-style: none;
	margin-top: 20px;
}

#Helpers li {
	display: block;
	float: left;
	width: 300px;
	padding: 0 23px 40px 0;
}

#Helpers li img {
	display: block;
	float: left;
}

.helperInfo {
	display: block;
	float: left;
	width: 180px;
	padding-left: 20px;
}

/* CONTACT LIST
----------------------------------------- */
#Contacts {
	list-style: none;
	margin-top: 20px;
	padding-left: 0pc;
}

#Contacts h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
}

.areaOfResponsibility {
	font-size: 0.4em;
	font-weight: 400;
	line-height: 100%;
	font-style: italic;
}

#Contacts li {
	display: block;
	float: left;
	width: 646px;
	padding: 0 0 20px 0;
	margin-bottom: 30px;
	border-bottom: 4px solid #DDD;
}

#Contacts li img {
	display: block;
	float: left;
}

.contactInfo {
	display: block;
	float: left;
	width: 220px;
	padding-left: 20px;
}

.captain td {
	background: #EEE;
}

/* FACEBOOK
----------------------------------------- */
#FacebookLink {
	display: block;
	width: 132px;
	height: 49px;
	background: url(../images/facebook.png) no-repeat;
	position: absolute;
	right: -20px;
	top: 116px; /*185px;*/
	z-index: 15000;
}

.ie6 .dw_typography h1, .ie6 .dw_typography h2, .ie6 .dw_typography h3, .ie6 b, .ie6 strong {
	font-family: "proxima-nova-n7";
}

.ie7 .dw_typography h1, .ie7 .dw_typography h2, .ie7 .dw_typography h3, .ie7 b, .ie7 strong {
	font-family: "proxima-nova-n7";
}

.ie8 .dw_typography h1, .ie8 .dw_typography h2, .ie8 .dw_typography h3, .ie8 b, .ie8 strong {
	font-family: "proxima-nova-n7";
}

.ie6 #TopNavigation .inpath, .ie7 #TopNavigation .inpath, .ie8 #TopNavigation .inpath {
	font-family: "proxima-nova-n7";
}

.ie6 .tilmeldingsForm, .ie7 .tilmeldingsForm, .ie8 .tilmeldingsForm {
	list-style: none outside;
}

.ie6 .textInput {
	width: 90%;
}
