/***** GLOBALE SETTINGS *****//


html, body {
border:0;
margin:0;
padding:0;
}

* {
margin: 0;
padding: 0;
}

body {
font: 11pt helvetica, arial, sans-serif;
color: #DG4987;
background-color: #f8f7f4;
}

/***** ALGEMENE SETTINGS *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight: normal;
}

h1 {
padding: 0;
letter-spacing: -1px;
font: 2em helvetica, arial, sans-serif;
}

h2 {
padding: 0px 0;
letter-spacing: -1px;
font: 1.5em helvetica, arial, sans-serif;
}

h3 {
padding: 0;
font-weight: bold;
font: 1em helvetica, arial, sans-serif;
}

p, ul, ol {
margin: 0;
padding: 0;
}

ul, ol {
padding: 0;
list-style: none;
}

img {
border:0;
margin:0;
}

/***** LINKS *****/

a, a:visited {
text-decoration: none;
color: #403d3d;
}


/***** TOPMENU *****/


#top {
width: 100%;
margin: auto;
height: 25px;
background-color: #b3b3b3;
}

#topmenu {
display: block;
background-color: ;
height: 20px;
width: 700px;
margin: 0 auto;
}

#topmenu ul{
float: left;
list-style: none;
padding-top: 6px;
display: block;
}

#topmenu ul li {
float: left;
display: block;
padding: 0 13px;
}

#topmenu ul li a{
text-transform: uppercase;
font-weight: normal;
font-size: 10pt;
letter-spacing: 4px;
color: #333;
}

#topmenu ul li a:hover {
text-transform: uppercase;
font-weight: normal;
font-size: 10pt;
letter-spacing: 4px;
color: 7f7f7f;
}


/***** WRAPPER *****/

#wrapper {
background-color: #f8f7f4;
background-image: url(../images/bovengrond.jpg);
background-repeat: no-repeat;
background-position: center bottom;
height: 700px;
width: 850px;
margin: 0 auto;
}


/***** MENU *****/



/***** VRIJDAG *****/

#vrijdag {
float: left;
position: relative;
background-color: ;
height: 700px;
width: 350px;
margin-top: 20px;
margin-left: 25px;
}

#titel01 {
float: left;
background-image: url(../images/cafes_klein.png);
background-repeat: no-repeat;
background-position: right;
width: 350px;
height: 200px;
}

#logo01 {
background-image: url(../images/ballon-cafes.png);
width: 90px;
height: 90px;
position: absolute;
top: 0px;
left: 0px;
}

#carousel01 {
float: left;
}

#uitleg01 {
float: left;
background-color: ;
width: 350px;
height: 0px;
}


/***** ZATERDAG *****/

#zaterdag {
float: left;
position: relative;
background-color: ;
height: 600px;
width: 350px;
margin-top: 20px;
margin-left: 100px;
}

#titel02 {
float: left;
background-image: url(../images/gokart_klein.png);
background-repeat: no-repeat;
background-position: right;
width: 350px;
height: 200px;
}

#logo02 {
background-image: url(../images/ballon_gokart.png);
width: 94px;
height: 93px;
position: absolute;
top: 0px;
left: 0px;
}

#carousel02 {
float: left;
}

#uitleg02 {
float: left;
background-color: white;
width: 350px;
height: 0px;
}

/***** CAROUSEL INSTELLINGEN *****/

#carousel01 {
	margin: 0;
	width: 350px;
	height: 400px;
	padding: 0;
	overflow: scroll;
	border: 0px;
	text-decoration: none;
}
#carousel01 ul {
	list-style: none;
	width: 1400px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel01 li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}


#carousel02 {
	margin: 0;
	width: 500px;
	height: 200px;
	padding: 0;
	overflow: scroll;
	border: 0px solid #999;
	text-decoration: none;
}
#carousel02 ul {
	list-style: none;
	width: 1000px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel02 li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}


.textholder {
	text-align: left;
	font-size: 24pt;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

/* LIJN
***********************/

#lijn {
margin-top:-20px;
height: 18px;
width: 100%;
background: url(../images/blokjes.jpg);
}


/* FOOTER
***********************/

#footer {
width: 100%;
min-height: 400px;
margin-bottom: 0;
bottom: 0;
background-image: url(../images/ondergrond6.jpg);
background-repeat: no-repeat;
background-position: center top;
background-color:#110b04;
}

#besteluwkaarten {
margin: 0 auto;
width: 800px;
height: 120px;
background-image: url(../images/bestelsnel2.png);
background-position:top left;
background-repeat: no-repeat;
} 

#besteluwkaarten:hover {
margin: 0 auto;
width: 800px;
height: 120px;
background-image: url(../images/bestelsnel3.png);
background-position:top left;
background-repeat: no-repeat;
} 

#onder {
width: 100%;
height: 20px;
margin-bottom: 10px;
background-color: #b3b3b3;
}


#footerinhoud {
	padding-top: 30px;
	width: 850px;
	margin: auto;
}

#formulieren {
	float: left;
	width: 300px;
	margin-right: 30px;
	text-align: right;
}

#formulieren p {
	color: grey;
	text-transform: uppercase;
	line-height: 130%;
	letter-spacing: 2px;
}
#formulieren a:hover {
	color: #c69c6d;
}

#sponsors {
	float: right;
	margin-right: 20px;
}

/***** INNERFADE *****/



/***** GLOBAL CLASSES *****/

.clear { clear:both; }