body
{  
    background:#fcfcfc; 
    background-image: url(ag_img/ag_1.jpg);
	text-align: center;                   /* zet de boel in het midden in IE */
	background-position: top center;
	background-repeat: repeat-y;
	overflow: -moz-scrollbars-vertical;   /* dit geeft de vertikale schuifbalk weer in FF om te voorkomen dat de achtergrond verspringt */
	overflow-x: auto;                     /* geeft indien nogig de horizontale schuifbalk weer in FF */
	font-family:  "Lucida Sans Unicode", "Lucida grande", Verdana, Helvetica, sans-serif;
    font-size: 10pt;
	
}
#container_outer 
{ 
	margin-left: auto;                    /* zet de boel in het midden in FF */
	margin-right: auto;                   /* zet de boel in het midden in FF */
	margin-top: -8px;
    margin-top: expression('-15px');      /* margin top voor IE */
   	width: 970px;
	/* background-image: url(images/achtergrond_3.png);
	background-repeat: repeat-y; */ 
	/* border: 1px dotted black; */
}

#container_inner 
{ 
	width: 970px;
	background-image: url(images/achtergrond_3.png); 
	background-repeat: repeat-y;
	overflow:auto;                        /* laat het menu werken in FF en laat de achtergrond van deze container doorlopen */
	/* border: 2px dotted red; */
}

#sub_left
{
float:left;
padding-top: 20px;
/* border: 3px dotted purple; */
}

#sub_right
{
text-align:left;
width:800px;
float:right;
overflow:auto;
/* border: 1px dotted purple; */
}

#logo
{
float:left;
margin-top: 10px;
padding-left: 20px;
/* border: 2px solid green; */
}
#slide     /* slide show boven aan de pagina */
{
padding-bottom: 15px; /* ruimte tussend de slide en de thumbs */
margin-top: 0px;
margin-left: 35px;
/* border: 2px solid green; */
}


a:link{color:#00b0b0} 
a:visited{color:green} 
a:active{color:red}
a:hover {color: orange}
  

td         /*tekst in tabellen*/
{  
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
}

th
{ font-size: 13pt; font-family: Times New Roman; font-weight: bold ;}


.griek-kop  /* kop griekenland */
{ color:#0099ff ; font-size: 18pt; font-weight: bold;}

hr.griek    /* lineaal griekenland */
{color:#0099ff; height:2px; width:90%;}

.py-kop     /* kop pyreneeen*/
{text-align: center; color:#339900 ; font-family: Arial; font-size: 18pt; font-weight: bold;}

.sa-kop     /* kop sardinie*/
{text-align: center; color:#ffe04d ; font-family: Arial; font-size: 18pt; font-weight: bold;}




