﻿/*** RESET ***/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #ddd2c0;
}
a:hover {
	color: #ddd2c0;
	text-decoration: underline;
}
body{
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #000000;
	color: #aaaaaa;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#flashcontainer 
{
	width: 100%;
}
#topcontainer 
{
	width: 100%;
}

#contentcontainer 
{
	width: 100%;
}

#footercontainer 
{
	width: 100%;
}

#flashfootercontainer 
{
	width: 100%;
}
/*** FLASH INTRO ***/

#flash 
{
	width: 940px;
	margin: 0 auto;
}

#flashfooter 
{
	width: 940px;
	margin: 0 auto;
	color: #666;
	font-size: 0.65em;
	margin-top: 10px;
}

#flashleftfooter
{
	float: left;
}

#flashrightfooter 
{
	float: right;
}

#flashrightfooter a
{
	color: #666;
}

#flashrightfooter a:hover
{
	text-decoration: none;
	color: #f9f9f9;
}

#flashtotalcontainer
{
    position: absolute;
    top: 50%;
    height: 540px;
    width: 940px;
    left: 50%;
    margin-left: -470px;
    margin-top: -270px;
}
/*** TOP ***/

#top 
{
	margin: 0 auto;
	width: 900px;
	margin-top: 40px;
}

#logo 
{
	background: url("../images/logo.png") no-repeat;
	float: left;
	width: 315px;
	height: 33px;
	margin-left: 3px;
}

#menu 
{
	float: right;
	margin-top: 16px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#menu li 
{
	float: left;
	font-size: 0.75em;
	color: #ffffff;
	margin-left: 8px;
	cursor: pointer;
	display: block;
}
#menu li a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}
#menu li a:hover
{
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: #27c1fa;
	padding: 0px 3px 0px 3px;
}
#menu li .selected
{
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: #27c1fa;
	padding: 0px 3px 0px 3px;
}
/*** CONTENT ***/

#content 
{
	margin: 0 auto;
	width: 900px;
}

#main 
{
	float: left;
	width: 677px;
}

.frontimg 
{
	border: 3px solid #000000;
}
#leftmain 
{
	float: left;
	width: 200px;
}

#pakketten 
{
	background-color: #323131;
	padding: 5px;
	border: 3px solid #000000;
}

.pakkettentitle 
{
	text-align: right;
	margin-right: 10px;
}
.pakkettensubtitle 
{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.7em;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}

.pakkettentext 
{
	margin-right: 10px;
	text-align: right;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 16px;
}
.meerinfopakket a
{
	font-size: 0.85em;
	font-style: italic;
	color: #27c1fa;
}
#videos 
{
	background-color: #232323;
	padding: 10px 5px 20px 13px;
	border: 3px solid #000000;
}

#video_nav
{
    margin-top: 15px;
}

#videocontainer .video
{
    position: relative;
}

#videocontainer .video .videothumb
{
    width: 169px;
    height: 107px;
}

.accordionButton a
{
    text-decoration: none;
    color: #28C1FA;
}

#videocontainer .playvideobtn
{
    width: 53px;
    height: 53px;
    position: absolute;
    z-index: 20;
    top: 30px;
    left: 60px;
}

#video_nav a
{
    background: url(../images/videonav.png) top left no-repeat;
    text-indent: -2000em;
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    margin-right: 5px;
}

#video_nav .activeSlide
{
    background: url(../images/videonavactiv.png) top left no-repeat !important;
}


#rightmain 
{
	float: left;
	width: 477px;
}

#maintext 
{
	background-color: #232323;
	padding: 30px 20px 30px 20px;
	border: 3px solid #000000;
	color: #aaaaaa;
	font-size: 0.75em;
	line-height: 16px;
	min-height: 200px;
}
#maintext h1
{
	color: #28C1FA;
	text-transform: capitalize;
}
#maintext .mainitem
{
	margin-bottom: 10px;
}
#maintext .mainitem ul
{
	list-style: square;
	margin-left: 20px;
}
#maintext .website2
{
	float: left;
	font-size: 0.85em;
	margin-top: 6px;
}

#maintext .website
{
	float: right;
	font-size: 0.85em;
}


#contactdownloads 
{
	background-color: #232323;
	padding: 30px 5px 10px 30px;
	border: 3px solid #000000;
}

#contactdownloadsleft 
{
	float: left;
	width: 210px;
}

#contactlogo 
{
	background: url("../images/ilovesnow.png") no-repeat;
	width: 101px;
	height: 23px;
	margin-bottom: 10px;
}

.rubriektitlecontact 
{
	font-weight: bold;
	font-size: 0.7em;
	color: #ffffff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#contactdownloadsright
{
	float: left;
	width: 210px;
	border-left: 1px solid #4a4a4a;
	padding-left: 10px;
	margin-bottom: 20px;
}
#right 
{
	float: left;
	width: 222px;
}

#inschrijvingen 
{
	background-color: #232323;
	padding: 10px 5px 10px 5px;
	border: 3px solid #000000;
}

#nieuwsbrief 
{
	background-color: #232323;
	padding: 10px 5px 10px 5px;
	border: 3px solid #000000;
}

#snowteam 
{
	background-color: #232323;
	padding: 10px 5px 10px 5px;
	border: 3px solid #000000;
}

.rubriektitle 
{
	font-weight: bold;
	font-size: 0.7em;
	color: #ffffff;
	margin-bottom: 10px;
}

.rubriektext 
{
	font-size: 0.7em;
	color: #c3c3c3;
	line-height: 15px;
	margin-top: 10px;
	width: 194px;
	margin-left: 3px;
}
.rubriektext ul li
{
	margin-bottom: 10px;
}
.rubriektext a
{
	color: #c3c3c3;
}

.btncontact
{
	font-size: 0.7em;
	color: #a5a5a5;
	background-color: #1b1b1b;
	padding: 0 2px 0 5px;
	width:  86px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
.btninschrijf
{
	font-size: 0.7em;
	color: #a5a5a5;
	background-color: #1b1b1b;
	padding: 0 2px 0 5px;
	width:  65px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
.btncontact:hover
{
	background-color: #464646;
}
.btninschrijf:hover
{
	background-color: #464646;
}
.btncontact a:hover
{
	text-decoration: none;
}
.btninschrijf a:hover
{
	text-decoration: none;
}
.teamimg 
{
	border: 1px solid #666666;
	float: left;
	margin: 2px;
	width: 62px;
	display: block;
}
.liteam
{
	float: left;
}
.lijntje 
{
	background: url("../images/lijntje.jpg") no-repeat;
	width: 164px;
	height: 1px;
	margin: 4px 0 4px 9px;
}
/*** FOOTER ***/

#footer 
{
	margin: 0 auto;
	width: 900px;
	color: #909090;
	margin-bottom: 50px;
}

#sponsors 
{
	width: 903px;
	height: 88px;
	margin: 20px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
}

#leftfooter 
{
	float: left;
	width: 500px;
	font-size: 0.65em;
}

#rightfooter 
{
	float: right;
	font-size: 0.65em;
	font-weight: bold;
}

#rightfooter a
{
	color: #909090;
}

#preview{
	position:absolute;
    background: url("../images/lightboxbg.png") no-repeat;
	padding:15px 10px 33px 20px;
	display:block;
	}
	
.snowteam li
{
	float: left;
	margin-right: 20px;
}
.snowteam
{
	clear: both;
}
.selectbox
{
	width: 425px;
	background-color: #232323;
	color: #aaaaaa;
	border: solid 1px #aaaaaa;
	margin-bottom: 20px;
}
.picture
{
	float: left;
	padding-right: 10px;
}
.floatleft
{
	float: left;
}
.linkitem
{
	clear: both;
	margin-bottom: 10px;
}
.paginas
{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.subpaginatie
{
	font-size: 0.75em;
}
.subpaginatie ul li
{
	float: left;
}
.subpaginatie ul li a
{
	padding-left: 3px;
	padding-right: 3px;
}
.subpaginatie ul li a:hover
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: #27C1FA;
	text-decoration: none;
	color: #232323;
}
.subpaginatie ul li .selected
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: #27C1FA;
	text-decoration: none;
}

.textarea 
{
	font-size: 1.2em;
	background: Transparent;
	border: 1px solid #868686;
	color: #868686;
	padding: 2px 0 0 4px;
	width: 305px;
}

.textbox 
{
	margin-bottom: 6px;
	width: 150px;
	background: Transparent;
	border: 1px solid #868686;
	color: #868686;
}

.contactbutton 
{
	background: Transparent;
	border: 1px solid #868686;
	color: #868686;
	padding: 3px;
	text-transform: uppercase;
	font-size: 0.75em;
}

