/* algemene specificaties */

body {
font-family: "Trebuchet MS", "Lucida Sans Unicode", Sans-Serif;
font-size: 62.5%; /* 1em = 10px */
padding:0px;
margin:0px;
background-color:#eeeee6;
}



a {color: #c00; text-decoration:none;}
a:visited {color:#c00;}
a:hover {color: #c00; text-decoration:line-through;}
a:active { color:#333;text-decoration:line-through;}









h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }


h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}



/* container, houdt de site gecentreerd */
#container {
width: 800px;
padding:0px;
margin-left: auto;
margin-right: auto; } 


/* header */


#header{
width:800px; 
height: 55px;
text-align:center;
font-family:"Courier New";
word-spacing:0.4em;
font-size:1.4em;
letter-spacing:0.1em;
background-color:#eeeee6;
 }


#menu {
width: 800px;
background-color:#eeeee6;
padding-top:35px;
margin:0px auto; }






 





/* ----------outer und inner----------------- */

#outer{ 
border-left: solid 150px #eeeee6; /* linke Menue Spalten Farbe  */ 
border-right: solid 150px #eeeee6; /* rechte Menue Spalten Farbe  */ 
background-color: #eeeee6; /* Farbe fuer Inhalt Spalten  */
} 

#inner{margin:0; width:100%; }

/* linker- en rechterkant */
#left {
 width:150px; 
 float:left; 
 position:relative; 
 margin-left:-150px; 
 margin-right:1px;
 }
 
 


/* content */ 
#content{ 
width: 500px;
height:475px;
position: relative; 
margin: 0 auto;
padding:0px; 
text-align:center;
background-color:#eeeee6;
}

#square, #thumbs{ 
width: 450px;
position: relative; 
margin: 0 auto;
padding:0px; 
background-color:#eeeee6;
}

#square img{
border:0px;
}



#text{ 
width: 450px;
position: relative; 
margin:0 auto;
padding-top:5px; 
background-color:#eeeee6;
text-align:justify;
}

p {
font-size:1.2em;
}

.centered-text{
text-align: center;
}


.subtext{
font-size:1.1em;
text-align: center;
}


#thumbs-table{
border:0px;
margin:0px;}

#thumbs-table img{
border:0px;
padding:2px;}





/* options for viewing full size or thumbnails */

#view-options{
width:450px;
padding:0px;
margin:0 auto;
text-align:center;
}

#view-options img{
width:144px;
height:144px;
border:0px;
padding:10px;
}

/* --- */





.kop-a{
	color: #ccc;
	font-size:1em;
	word-spacing: -0.3em;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.kop-b{
color:#c00;
font-size:1em;
	font-weight: bolder;
letter-spacing:0.1em;
word-spacing:-0.3em;
}

.kop-c{
color:#ccc;
font-size:1em;
}




.adres{
letter-spacing:0.1em;
}


.form{
font-family: "Trebuchet MS", "Lucida Sans Unicode", Sans-Serif;
color:#c00;
font-size:0.9em;
line-height:1em;
width:200px;
height:1.1em;
border:1px solid #c00;
background-color:#eeeee6;
}




/*  footers */ 
#footer {
font-size:1.1em;
color:#333;
clear:left;
margin:0px;
text-align: right;
padding-right:175px; 
height: 25px;
background-color:#eeeee6;} 


#footer a{
color:#333;
text-decoration:none;
}


#footer a:hover{
color:#c00;
text-decoration:none;
}

#footer-center {
font-size:1.1em;
color:#333;
clear:left;
margin:0px;
text-align: center; 
height: 25px;
background-color:#eeeee6;} 


#footer-fullsize {
font-size:1.1em;
color:#333;
clear:left;
margin:0px;
text-align: right;
padding-right:175px; 
height: 25px;
background-color:#eeeee6;} 





#footer-fullsize .tothumbs{
float:left;
padding-left:174px;
}