@charset "utf-8";
/* CSS Document */

body {
	background-attachment	: fixed;
	background-image		: url(../img/background.jpg);
	background-repeat		: no-repeat;
	background-position		: center top;
	color					: #31215E;
}

#container {
	width				: 990px;
	margin				: auto;
}

#welkom {
	float				: left;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 60px;
	font-weight			: bold;
	line-height			: 80px;
	color				: #31215E;	
}

#welkom2 {
	float				: left;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 50px;
	font-weight			: bold;
	line-height			: 80px;
	color				: #31215E;	
}

#titel {
	margin-top			: 20px;
	margin-bottom		: 20px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 70px;
	line-height			: 70px;
	color				: #E2007A;
	text-align			: center;
}

#subtitel {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 30px;
	line-height			: 32px;
	color				: #31215E;
	font-weight			: bold;
	text-align			: center;

}

/* -- HEADER -- */

#header {
	height				:130px;	
}

#flashcontent {
	float				: left;
	width				: 125px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #FFFFFF;
}

#flashcontent2 {
	width				: 125px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #FFFFFF;
}

.payoff {
	text-align			: center;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 65px;
	line-height			: 70px;
	color				: #31215E;
}

.subpayoff {
	text-align			: center;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 40px;
	line-height			: 50px;
	color				: #E2007A;
	font-weight			: bold;
	font-style			: italic;
}

/* -- MENU -- */

#menu ul {
	margin-left			: 3px;
	padding				: 2px 16px 2px 0px; 
	text-align			: left;
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 22px;
	color				: #FFFFFF;
	font-weight			: bold;
	text-transform		: uppercase;
}
#menu ul li { 
	display				: inline; 
	margin				: 0px 0px 0px 0px;
	list-style-type		: none;
}
#menu ul li a:link, #menu ul li a:visited { 
	background-color	: #31215E; 
	color				: white; 
	padding				: 5px 4px 5px 4px; 
	margin				: 2px 2px 2px 2px;
	text-decoration		: none;  
}
#menu ul li a:hover { 
	background-color	: #E2007A; 
	color				: white;
} 

/* -- CONTENT -- */

#content {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 13px;
	color				: #31215E;
	padding-top			: 0px;
	padding-left		: 5px;
	text-align			: left;
	line-height			: 20px;
}

#linkerkader {
	float				: left;
	width				: 480px;
}

#linkerkader2 {
	float				: left;
	width				: 500px;
}

#rechterkader {
	float				: right;
	width				: 480px;
}

.tentnaam_td {
	width				: 360px;
}

.tentprijs_td {
}

#tentnaam {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 30px;
	line-height			: 34px;
	text-align			: center;
	color				: #E2007A;
	font-weight			: bold;
}

.luifelkop {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 36px;
	line-height			: 38px;
	text-align			: center;
	color				: #31215E;
	font-weight			: bold;
}

.tentomschrijving {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 17px;
	line-height			: 20px;
	color				: #31215E;
	font-weight			: bold;
}

#tentomschrijving {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 14px;
	line-height			: 14px;
	text-align			: center;
	color				: #000;
	font-weight			: bold;
}

.nuvanaf_overzicht {
	background-color	: #E2007A;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 14px;
	text-align			: center;
	color				: #fff;
	font-weight			: bold;
	text-transform		: uppercase;
}

.prijzen_overzicht {
	padding				: 5px 0px 5px 0px;
	background-color	: #31215E;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 30px;
	line-height			: 30px;
	text-align			: center;
	color				: #fff;
	font-weight			: bold;
}

.nuvanaf_overzicht_groot {
	padding				: 10px 0px 10px 0px;
	background-color	: #E2007A;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 30px;
	line-height			: 30px;
	text-align			: center;
	color				: #fff;
	font-weight			: bold;
	text-transform		: uppercase;
	font-style			: italic;
}

.prijzen_overzicht_groot {
	padding				: 10px 0px 10px 0px;
	background-color	: #31215E;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 50px;
	line-height			: 50px;
	text-align			: center;
	color				: #fff;
	font-weight			: bold;
}

.kadertekst {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 13px;
	text-align			: center;
	line-height			: 20px;
	border-top-width	: thin;
	border-right-width	: thin;
	border-bottom-width	: thin;
	border-left-width	: thin;
	border-top-style	: none;
	border-right-style	: none;
	border-bottom-style	: solid;
	border-left-style	: none;
	border-top-color	: #000000;
	border-right-color	: #000000;
	border-bottom-color	: #000000;
	border-left-color	: #000000;
}

.europa{
	padding-left		: 10px;
	background-color	: #E2007A;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 28px;
	line-height			: 38px;			
	text-align			: justify;
	color				: #fff;
	font-weight			: bold;
}

.dorema{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 60px;	
	line-height			: 70px;
	text-align			: center;
	color				: #E2007A;
	font-weight			: bold;
}

.accessoires{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 50px;	
	line-height			: 70px;
	text-align			: left;
	color				: #E2007A;
	font-weight			: bold;
}

.dorema_helpdesk {
	font-size			: 18px; 
	color				: #E2007A; 
}

.helpdesk_telefoon {
	font-size			: 38px;
	line-height			: 40px;		
	font-weight			: bold;
}

.titels_accessoires {
	color				: #E2007A;
	font-size			: 26px;
	line-height			: 36px;		
	font-weight			: bold;
}

.titels_accessoires_blauw {
	color				: #31215E;
	font-size			: 20px;
	line-height			: 28px;		
	font-weight			: bold;
}

.accessoires_tekst {
	color				: #31215E;
	font-size			: 11px;
	line-height			: 12px;		
}

.accessoires_tekst_wit {
	padding-left		: 3px;
	tekst-align			: left;
	color				: #FFF;
	font-size			: 11px;
	line-height			: 12px;		
}

.accessoires_tekst_wit_capitol {
	padding				: 5px;
	color				: #FFF;
	font-size			: 20px;
	line-height			: 26px;	
	text-align			: justify;	
}

.marge_slaapcabines {
	padding				: 5px;
}

.tabel_slaapcabines {
	border-collapse		: collapse;
}

#tent {
	float	: right;
}

#korting {
	float	: left;
}

#cover {
	float	: right;
}

#tenttapijt {
	float	: right;
}
/* -- ONDERBLOK -- */

#onderblok {
	float			: left;
	width			: 990px;
	height			: 70px;
	padding			: 30px 0px 0px 0px;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color			: #31215E;
	line-height		: 14px;
}

#dorema {
	float			: left;
	width			: 400px;
}

#adresgegevens {
	float			: right;
	width			: 570px;
}

#adresgegevens a {
	color			: #5a4d7e;
	text-decoration	: none;
}


/* -- FOOTER -- */

#footer {
	float			: left;
	width			: 990px;
	height			: 30px;
	margin			: 10px 0px 10px 0px;
	background		: #31215E;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-style		: normal;	
	color			: #fff;
}

#copyright {
	float			: left;
	padding			: 8px;	
}

#afterfive {
	float			: right;
	padding			: 8px;	
}

#afterfive a {
	color			: #fff;
	text-decoration	: none;
}

#slogan {
	float			: left;
	text-align		: center;	
	width			: 990px;
	height			: 60px;
	margin			: 10px 0px 10px 0px;
	background		: #31215E;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 45px;
	font-weight		: bold;	
	color			: #fff;
}

