
/* Algemeen
****************************************/
body {
margin-top: 0px;
margin-left: 5px;
background-color:#c0c0c0;
text-align:left;
font: 1.0em Verdana, sans-serif;
line-height:1.4;
color:#fff;
padding:10px 0 0 0;
}

a:link    {color: #FFFFFF;}
a:visited {color: #FFFFFF;} 
a:active  {color: #FFFFFF;}
A:hover   {color: #FFFFFF;text-decoration: none;}


h1        {font-family: "Verdana";font-style:normal;font-size:16pt;}
h2        {font-family: "Verdana";font-style:normal;font-size:13pt;}
h3        {font-family: "Verdana";font-style:normal;font-size:10pt;line-height:0.8;}

p         {font-family: "Verdana";font-style:normal;font-size:10pt;}
p1        {font-family: "Verdana";font-style:normal;font-size:7pt;}


li {padding:0;margin:0;font-size:.85em;line-height:18px;list-style:none;}
li ul {margin:0;}
fieldset {border:1px solid #333;}
code {color:#5859b;font-size:110%;line-height:1.2em;text-align:left;}
code strong {color:#9AE825;font-weight:normal;}

.gr {color:#58595b;}
.kleine_letter {font-size:0.85em;color:#ffffff;}

/* Globale lay-out
****************************************/


#container {
width: 999px;
height: auto;
margin-right: auto;
margin-left: auto;
background-color:#75777F;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
padding: 0px 10px 10px 10px;
}

#container #logo {
height: 50px;
width: auto;
background-image: url(images/Logo_ponystal.gif);
background-position: right;
background-repeat: no-repeat;
padding: 0px 0px 0px 0px;
}

#container #fotobalk {
float:left;
width: auto;
height: 310px;
}

#container #menubalk {
clear: both;
height: 30px;
padding: 0px 0px 0px 0px;
}

#container #content {
/*clear: both;*/
border-left:1px solid #75777F;
border-right:1px solid #75777F;
/* border-bottom:1px solid #58595b; */
padding: 10px 10px 10px 10px ;
width: auto;
height: auto;
}

div.fotolijst{
	float: left;
/* 	background: url(images/foto_achtergrond.png) no-repeat bottom right !important;*/
/* 	background: url(shadow.gif) no-repeat bottom right;*/
/* 	background-color: #000; */
 	margin: 0px 7px 0 0px !important;
 	margin: 0px 7px 0 0px;
	}

div.fotolijst img{
 	display: block;
 	position: relative;
 	background-color: #FFF;
 	border: 0px solid #FFF;
    box-shadow: 0px 5px 20px #000000;
    margin: 2px 5px 5px 2px;
 	padding: 8px;
 	}

div.fotolijst1{
	float: right;
/* 	background: url(images/foto_achtergrond.png) no-repeat bottom right !important;*/
/* 	background: url(shadow.gif) no-repeat bottom right;*/
/* 	background-color: #000; */
 	margin: 0px 7px 0 0px !important;
 	margin: 0px 7px 0 0px;
	}
