/* MAIN SITE CSS */

/* Overrule rommel*/
img{								/* Haalt de border van de images weg		*/
    border: none;
}
*{
	padding:0;
	margin:0;
}
html, body {						/* Fixeer de pagina in het midden		 	*/
	height: 100%;
	text-align: center;
	overflow: hidden;
	background-color: #C6FFC6;
}
a, a:hover{
	text-decoration: none;
	color: #000000;
}
hr{
	width: 98%;
	height: 3px;
	margin-left: 1%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.error{
	width: 75%;
	margin: auto;
	text-align; left;
	margin-top:10px;
	background-color: #FFEDC1;
	border: 3px #DCDCDC dashed;
}


/*Hoofdwerkgedeelte*/
#koepel{						/* Hoofdgedeelte						*/
	border-left: 2px black solid;
	border-right: 2px black solid;
	height: 100%;
	width: 800px;
	margin: auto;
	position: relative;
}
#titel{							/* Header, no scroller					*/
	border-bottom: 2px black solid;
	height: 212px;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: white;
	background-image: url('images/nieuwboven.png');
	background-repeat: no-repeat;
}
#scroller{						/* Scrollervak						*/
	border-bottom: 2px black solid;
	height: 20px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}
#scrollertext{					/* Scrollertext, enkel de text				*/
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: left;
	background-color: #000000;
	color: #FF0000;
}
#derest{						/* Werkvak, incl werk en menu			*/
	width: 100%;
	position: absolute;
	top: 236px;
	left: 0px;
	bottom: 42px;
	background-color: #98FB98;
	background-image: url('images/background.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
#menu{							/* Volledig menu gedeelte links			*/
	width: 20%;
	border-right: 2px #A9A9A9 solid;
	height: 100%;
	float: left;
	text-align: left;
	overflow: auto;
}
#werk{							/* Enkel "veranderlijk" site gedeelte			*/
	width: 79%;
	float: left;
	padding-left: 5px;
	height: 100%;
	overflow: auto;
	text-align: center;
	display: block;
	position: relative;
}
#footer{						/* Footer							*/
	padding-top: 2px; 
	border-top: 2px #A9A9A9 solid;
	position: absolute;
	text-align: center;
	font-size: 12px;
	width: 100%;
	height: 40px;
	bottom: 0px;
	right: 0px;
	background-color: #ffffff;
}

/* Menu*/
.menuitem{
	width: 95%;
	cursor: pointer;
	border-bottom: 1px #A9A9A9 dotted;
	padding: 4px 0 4px 4%;
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana;
}
div.menuitem:hover{
	background-color: #93BB5F;
	padding-left: 5%;
}
.menuflag{
	width: 50%;
	text-align: center;
	float: left;
	height: 100%
}

/* Pagina gerelateerde items */
.gbitem{
	width: 90%;
	margin-left: 5%;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px #6D6D6D solid;
	padding: 5px;
	text-align: left;
	background-color: #BDDA98;
}
#contact{
	width: auto;
	margin: auto;
	text-align: center;
	font-size: 18px;
}
#linkstable{
	width: 100%;
	text-align: left;
	padding-left: 10px;
	border-collapse: collapse;
}
.linknamecell{
	width: 80%;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
tr.linkrij:hover{
	background-color: #93BB5F;
}
#verkoop{
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}
.routetitel{
	font-size: 20px;
	font-weight: bold;
}
.download{
    float: left;
    width: 40%;
    text-align: center;
}
.vid{
	border: 2px solid #000000;
}
#fotomenu{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.fotomenuitem{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	cursor: pointer;
}
.fotomenuitem:hover{
	background-color: #93BB5F;
}
#fotoboek{
	padding-top: 35px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
}
.foto{
	margin: 6px;
	padding: 0;
	float: left;
	width: 100px;
	height: auto;
	cursor: pointer;
}
.foto img{
	border: 2px black solid;
}
#homefotoslinks{
	position: absolute;
	left: 15px;
	bottom: 15px;
}
#homefotosrechts{
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#player1_wrapper{
	margin: 0 auto;
}

/* Losse dingen */
.scheef{
	font-style:italic;
}
.email{
	font-style:italic;
}
.email:hover{
	text-decoration: underline overline;
}
.top{
	text-align: center;
	font-size: 20px;
}

