@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../2010/raf 01.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-color: #999999;	
	/*font-family: "Bickham Script Pro Regular";*/
	font-size: 100%;
}

hr{
	color: #000099;
	height: 1px;
	width: 80%;
}

.depagina #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */   /* background-image: url(ontwerp/euro1.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 35px;  */
} 

.depagina #header {
	height: 90px; /* hoogte van het logo */
	width: 1000 px;
	background-color: #FFFFFF;
	left: 0;
	font-family: Tahoma;
	font-size: 24px;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 20px;	/*background-image: url(../pictures/tt/raf09s.jpg); */
} 
.headernaam {
	color:#0033FF;
	text-transform: uppercase;
	margin-right:50px;
	line-height: 55px;
	font-size: 18px;
	font-family: Tahoma;
} 

.headertext {
	color:#3300FF;
	text-transform: uppercase;
	margin-right:50px;
	line-height: 55px;
	text-align: center;
	font-family: Tahoma;
	font-size: 36px;
} 

.fout {
	font-size: 14px;
	font-style: italic;
	color: #FF0000;
	text-decoration: blink;
	background-color: #000000;
	line-height: 12px;
	text-align: center;
}

.depagina #demenu {
	float: left;
	height: 550px;
	width: 125px;
	left: 0;
	font-family: "Bickham Script Pro Regular";
	font-size: 15px;
	background-color: #8A96E3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-left-style: solid;
} 

#demenu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	
}

#demenu li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 2px;
	width: 118px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #0000FF;
}

#demenu li a:hover
{
	color: #0000FF;
	background-color: #FFFFFF;
}
#demenu li a:hover:first-letter {
	font-weight:bold;
	/*	font-size:larger;  */
     color:#000000;
}  
.depagina #mainContent {
	/*	position: relative;  */
	/*position: relative;
	top:90px;
	left: 121px;  
	width:857px;  */

	height:550px;
	overflow: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	/*	background-color:  #FFFFFF;  */
	
/*

	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: "Segoe UI";
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-left-style: solid;
	height: 550px;
	background-color: #FF9966;*/
}


.depagina #footer {
	/*position:relative;
	top:0px;  */
	height: 15px;
	left: 0;
	padding: 0 0 0 0;
	color:#FFFFFF;
	width:998px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4559BA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 

.depagina #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0;
	text-align:center;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.imageBorder

{

border: 2px solid #ef93b0;

padding: 2px;

}
.l1 {
	text-align: left;
	font-weight: bolder;

}
.tabletitel {
	color:#FFFFFF;
	background-color: #0033FF;
	border: thin none #000000;
}
.tabletitel a{
text-decoration:none

}

.tabellijn1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.tabela1{
   text-decoration:none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.tabela1:hover{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.tabellijn2 {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
}
.tabela2{
   text-decoration:none;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
}
.tabela2:hover{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.l2 {
	border-left-width:15px;
    margin-left:10px;
}
.center {
	text-align: center;
}
.groot {
	font-size: larger;
	text-transform: uppercase;
}
.depagina a {
	list-style-position: inside;
	list-style-type: none;

}


.contacttext {

	font:Verdana, Arial, Helvetica, sans-serif;

	font-size:medium;

	color:#5a5248;

}

.maintext:first-letter {
	font-weight:bold;
	font-size:larger;
	color:#FFFFFF;

}
.texttitel {
	color:#0000FF;
	font-size: large;
	font-family: "Segoe UI";
	text-align:justify;
	text-transform: uppercase;
}
.maintexthome {
	color:#FFFFCC;
	font-size: medium;
	font-family: "Segoe UI";
	text-align:justify;

}

.maintexthome:first-letter {
	font-weight:bold;
	font-size:larger;
	color:#0A5B76;
}

.titel{
	font-family: "Segoe UI";
	font-size: 1cm;
	color: #333333;

	
/*	position: relative;
	left: 150px;
	top: 10px; */
}

.klein{
	font-family: Tahoma;
	font-size: 15px;
	color: #ffffff;
	/*position: relative;
	/*top: 60px; */
	text-align:right;
	text-indent: 300px;
}
.alarm{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FF0000;
	/*position: relative;
	/*top: 60px; */
	text-align:left;
	text-indent: 5px;
}

#Contact {
	font-family: "Segoe UI";
	font-size: 14px;
	font-weight: bold;
	color: #3399FF;

}
#Contact a{
  text-decoration:none;
}
#Contact a:hover{
	font-style: italic;
}

#Titelnews {
	font-family: "Segoe UI";
	font-size: 14px;
	font-weight: bold;
	color: #3399FF;
	text-decoration: underline;
	padding-left: 10px;

}
#Tekstnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-left:50px;
	text-indent:-30px;
	white-space: normal;
	text-align: left;
	cursor: text;
	filter: Gray;
	padding-right: 20px;
}

.mopje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	right: 100px;
	width: 400px;
	left: 300px;
	/*clip: rect(auto,100px,auto,100px);   */
	margin-left: 50px;
	color: #8A96E3;
	font-weight: bold;
	margin-top: 0px; /* 300 */
}

.filmpje{padding-left:150px; padding-right:150px;

/*position:absolute;
     left:0px;
        top:120px;
    height: 344px; 
	width: 425px; */
   border-left-width:100px;		
	/*padding: 1px 1px 1px 1px; 
	color: #8A96E3;*/
}

