@CHARSET "UTF-8";
body { 
    height: 100%; 
    width: 100%; 
    background: #FBFBEF; 
    font-family: Handwriting-Dakota, Verdana, Arial;   
    font-size: 12pt;
    color: #007f00;
}


h1 {
    margin-top: 10px;
    padding: 0.2em 0.5em 0.2em 1em;
    font-size: 16pt; 
    font-weight: bold;
}


h2 {
    font-size: 14pt;
    text-decoration: underline;
    font-weight: bold;
    padding-left: 1em;
    padding-top: 0.5em;
}


a {
    color: #000080;
    text-decoration: italic;  
    /* vertical-align: middle; */
}


a:hover {
    color: #0A8ADB
}


a:active {
    color: #000080
}


td.left {
    width: 25%;
    vertical-align: top;
}


td.right {
	width: 75%;
	vertical-align: top;
}

td.mid {
	width: 25%;
	vertical-align: top;
}

/* Begin probeersel Marc */

/* div voor gehele pagina */
DIV.pagina {
	position: relative;
	/* width: 1024px; */
	/* background-image: URL(http://www.arnhemseluchtvaartclub.nl/graphics/achtergrond.jpg); */
	margin:0 auto;
	
}


/* div voor de bovenzijde van de indexpagina */
DIV.indextop {
	position: relative;
	top: 25px; 
	left: 150px;
	background-image: URL(./graph/rcmarcm.png);
}


/* div voor de contentgedeelte van de indexpagina */
DIV.indexcontent {
	/* background-image: URL(../graphics/achtergrond.jpg); */ 
	/* background-image: URL(http://www.arnhemseluchtvaartclub.nl/graphics/achtergrond.jpg); */
    /* background-repeat: no-repeat; */ 
  /*  background-attachment: fixed; */
  /*  background-position: 0px 0px; */
	position: relative;
  	width: 1024px; 
  	margin:0 auto;
  	min-height: 720px;
	top: 10px; 
	/* left: 5px; */ 
}

/* div voor de linkerzijde van de contentpagina */
DIV.indexleft {
	position: absolute;
	top: 10px;
	width: 150px;
	font-weight: bold;
}

/*div voor de tekst in de diverse pagina's */
DIV.indexcontenttext {
	position: relative;
	width: 800px;
	height: auto;
	/* background-color: #ffffdc; */ 
	filter: alpha(opactiy=100);
	opacity: 1.0;
	left: 300px;
	top: 25px;
}

DIV.googleadsense {
	position: absolute;
	width: 160px;
	height: 600px;
	left: 810px;
}

/* width: 400px; height: 180px; margin: 30px 50px; background-color: #ffffff; border: 1px solid black; filter:alpha(opacity=60); opacity:0.6; } */ 

/* div voor de onderzijde van de indexpagina */
DIV.indexbott {
	position: relative;
	top: 160px;
	width: 800px;
	margin: 0 auto;
}

/* div voor de footer van de indexpagina */
DIV.indexfooter {
	position: absolute;
	top: 800px;
	left: 280px;
}

/*div voor de google-advertenties */
DIV.googleadsense {
	position: relative;
	width: 1024px;
	height: 240px;
	left: 100px;
}



/* menuutje */
#nav, #nav ul {
    width:  1400px;
    height: 200px;
    margin: auto;
    text-align: center;
    list-style: none;
}


#nav li {
float: left;
width: 150px;
}

#nav ul {
position: absolute;
width: 120px;
left: -3000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: 'Handwriting-Dakota','Lucida Handwriting', Arial;
font-size: 1em;
}

ul a{
font-weight: bold;
color: #FBFBEF;
/* color: #FBFBEF;*/
/* color: #F60; */
cursor: default;
}

ul ul a:link, ul ul a:visited {
	font-weight: normal;
	color: #CCC;
	cursor: pointer;
}

ul ul a:hover, ul ul a:active {
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
}

ul li{
	background-color:#007f00; 
	/* background-color: #CCC; */
	border-left: 3px solid #FFF;
}

ul ul li {
	background-color: #007f00;
	/* background-color: #666; */
	border-top: 3px solid #FFF;
	border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */
/* einde menuutje */

p.tekst {
	margin-top: 5px;
	margin-left: 10px;
    text-indent:25px; 
}

p.copyright {
	position: absolute;
	left: 50%;
	font-size: 9px;
}
p.groen {
	background-color: #007f00;
	color: #FBFBEF;
}

tr.opsomming:nth-child(odd) {
	list-style-type: none;
	background-color:#5970B2;  
	color: #FBFBEF;
	}
	
tr.opsomming:nth-child(even) {
	list-style-type: none;
	background-color: #FBFBEF; 
	color: #5970B2;
}


li.opsomming:nth-child(odd) {
	list-style-type: none;
	background-color: #007f00;  
	color: #FBFBEF;
}
	
li.opsomming:nth-child(even) {
	list-style-type: none;
	background-color: #FBFBEF; 
	color: #007f00;
}	

table.ondermenu {
	position: relative;
	width: 100%;
	border-style: solid;
    border-width: 5px;
    border-color: #007f00;
}

td.ondermenu_cel {
	background-color: #007f00;
	width: 25%;
	color: #FBFBEF;
}

#lijst {
position: relative;
	width: 100%;
	border-style: solid;
    border-width: 5px;
    border-color: #007f00;
}

#lijst td, #lijst th {
  border: 1px solid #ddd;
  width: 25%;
  padding: 8px;
}

#lijst tr:nth-child(even) {
	background-color: #007f00;
	color: #FBFBEF;
}

#lijst th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}





