﻿
BODY      { 
background-image: url(images/background.gif);
background-attachment:fixed;

}





a:link      {
color: #0033FF
}
a:visited   { 
color: #00FF00 
}

a:hover {
color: #FFFFFF; text-decoration: none;
}
	
#container {
width:900px;
margin:0px auto;
padding:0px;
}

TABLE { background-color: #000000; 
}

#table1 { font-weight: bold
}

#table12 { border:0px;  /* hoofdtabel (=buitenste) */
          width:900px;
          border-collapse: collapse;  
               
}

#table13 {border:0px;  /* tabel binnen hoofdtabel  */
          width:900px;
           
}


#table14 { width:730px  /* vondstentabel index */
	
}

#afbeelding {
background: url("images/CSShorizon.jpg"); /* foto bovenaan pagina */
height: 150px;
width: 900px;

} 

span.geletekst { 
color: #FFFF00 
} 

span.rodetekst { 
color: #FF0000 
} 


.style11 {    /* voor kop nieuw pagina*/
	border-width: 1px;
	font-family: Arial; /* lettertype, kleur en grootte tekens*/
	font-size: 18px;
	color: #000000;
	background-color: #00FF00;
	font-weight: bold;
	text-align:center;
    font-style:italic
}

.style20 {
	border-width: 1px;
	font-family: Arial; /* lettertype, kleur en grootte tekens*/
	font-size: 12px;
	color: #FFFF00;
	line-height: 15px;
	text-align: left; 
}

.style21 {
	text-align: center;  /* centreren*/
}

.style22 {
				color: #FFFF00;
				text-align: center;
				font-size: 50px;
}
.style23 {
				color: #FF0000; /* rode kleur in linkpagina*/
}


#indexkop {   /* kopje indexpagina's */
	background-color: #C0C0C0;  
	font-size: 18px;
	font-weight: bold;
	text-align:center;
    font-style:italic
}

img {
border: 0;
}


#navigatie {
 font-family: verdana, Helvetica, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 width: 12em;
 border-right: 1px solid #666;
 border-left: 1px solid #666;
 padding: 0;
 margin-bottom: 1em;
 background-color: #9cc;
 color: #333;
}

#navigatie ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#navigatie ul li {
 margin: 0;
 border-top: 1px solid #003;
}

#navigatie ul li a {
	display: block;
	padding: 2px 2px 2px 4px;
	border-left: 10px solid #369;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #036;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navigatie ul li a {
 width: auto;
}

#navigatie ul li a:hover {
 border-left: 10px solid #036;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #69f;
 color: #fff;
}


