/*
 * Algemene instellingen
 */
body {
  margin: 0;
  padding: 0;
  background: #000;      
  font: 12px Verdana,Arial,Helvetica,sans-serif;
  line-height:14px;
  color: #CECECE;
}

/*
 * Links
 */

a {
  color: #E8A400;
}
a:hover {
  /*background-color: #FDF7E8;*/
}

/*
 * Header teksten
 */
h1 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
}

/*
 * Centrale gedeelte met de 5 kolommen
 */
#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	top: 0px;
}

/*
 * De kolommen
 */
 
#first-bubble p, #second-bubble p, #third-bubble p, #fourth-bubble p, #fifth-bubble p {
  z-index: 1;
  position: relative;
  padding-right: 10px;
  color: #1A1917;
}

/*
 * Paragrafen in de kolommen
 */ 
 
#menu1-bubble p, #menu2-bubble p, #menu3-bubble p, #menu4-bubble p, #menu5-bubble p {
  z-index: 1;
  position: relative;
  padding-right: 10px;
  color: #1A1917;
}

/*
 * Andere kolommen
 */
#large-bubble p, #contactimage-bubble p, #small-bubble p, #contact-bubble p,#gallery-bubble p {
	z-index: 1;
	position: relative;
	padding-right: 10px;
}

/*
 * Header
 */
#header {
	position: absolute;
	left: 30px;
	z-index: 10;
	padding-top: 40px;
}

/*
 * Footer
 */
#footer {
	text-align: center;
	font-size: 12px;
	width: 910px;
	position: absolute;
	top: 610px;
}

/*
 * Footer links
 */
#footer a {
  color: #CECECE;
}
#footer a:hover { /* Als je met je muis erover heen gaat (hover) */
  color:#fff;
}
#footer a.orange { /* Oranje footer link */
  color:#ff9900;
}

#footer span.homepagebigger{
	font-size:14px;
	font-weight:bold;
	color: #CECECE;
}
#footer span.homepage{
	font-size:11px;
	font-weight:bold;
	color: #CECECE;
}
#footer span.anderemenupaginas{
	font-size:9px;
	font-weight:bold;
}
#footer span.anderemenupaginasbigger{
	font-size: 9px;
	font-weight:bold;
}
#first-bubble, #second-bubble, #third-bubble, #fourth-bubble, #fifth-bubble {
	position: absolute;
	width: 150px;
	height: 450px;
	text-align: center;
}
#first-bubble-handle, #second-bubble-handle, #third-bubble-handle, #fourth-bubble-handle, #fifth-bubble-handle{
  cursor: move;
}
#menu1-bubble, #menu2-bubble, #menu3-bubble, #menu4-bubble, #menu5-bubble {
	position: absolute;
	width: 150px;
	height: 90px;
	text-align: center;
}

#large-bubble{
	position: absolute;
	width: 660px;
	height: 450px;
}

#gallery-bubble{
	position: absolute;
	width: 660px;
	margin-top:110px;
	height: 450px;
}

/*
 * Vak met contactafbeelding
 */
#contactimage-bubble{
	position: absolute;
	width: 320px;
	height: 450px;
}

/*
 * Vak bij contactpagina
 */
#contact-bubble{
	position: absolute;
	width: 490px;
	height: 450px;
}

/*
 * Smaller vak
 */
#small-bubble{
	position: absolute;
	width: 460px;
	height: 450px;
}


/*
 * Niet aanpassen!
 */

img {
 	border:none;
}

img a{
	border:none;
}
#Slider1_div{
	text-align:center;
}

#footer span.photos{
	font-size: 10px;
}
#footer span.photosbigger {
	font-size: 26px;
}
