/* CSS Stylesheet voor index.php */

body{
	margin-top: 10px;
	margin: 0px; 
	text-align: center;
}
/* round corners */
div.bottom-container, div.top-container {
	height: 10px; 
	margin-right:-2px;
}
div.bottom-left, div.bottom, div.bottom-right, div.bottom-content, div.top-left, div.top, div.top-right, div.top-content {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 2px;
	height: 100%;
}
div.content-container {
	clear: both;
        border-left: #6395EC 1px solid;
        border-right: #6395EC 1px solid;
	width: 710px;
}
div.bottom-left, div.top-left{
	background-repeat: no-repeat;
	width: 10px;
	float: left;
}
div.bottom-left {
	background-image: url('../Design/bl.gif'); 
	background-position: bottom;
}
div.top-left {
	background-image: url('../Design/tl.gif'); 
	background-position: top;
}
div.bottom, div.bottom-content, div.top, div.top-content {
	padding-left: 1px; /* breedte moet 882px zijn in Firefox en 880 in IE. Trucje met padding blijkt te werken ! */
	padding-right: 1px;
	width: 880px;
	float: left;
}
div.bottom, div.bottom-content {
        border-bottom: #6395EC 1px solid;
}
div.top, div.top-content {
        border-top: #6395EC 1px solid;
}
div.bottom-content, div.top-content {
	width: 690px;
}
div.bottom-right, div.top-right {
	background-repeat: no-repeat;
	width: 10px;
	float: left;
}
div.bottom-right {
	background-image: url('../Design/br.gif');
	background-position: bottom;
}
div.top-right {
	background-image: url('../Design/tr.gif');
	background-position: top;
}
#wrap{
	margin: 0px auto; 
	width: 900px; 
	margin-bottom: 40px;
}
#wrap2{
	margin: 0px;
	width: 100%; 
	border-left: #6395EC 1px solid;
	border-right: #6395EC 1px solid;
}
#Boven{
	text-align: left;
	height: 128px;
	width: 100%;  
}
#Links{
	text-align: left;
	float: left;
	width: 178px;
}
#Rechts{
	padding-top: 5px;
	text-align: left;
	float: left;
	width: 719px; 
}
#Footer{
	clear : both;
	width : 100%;
	height: 10px;
}
div.foto{
	position: absolute;
	top: 6px;
	right: 90px;
}
/* Voor foto's uitslagen en dergelijke */
iframe.list
{
	height:136px;
	width:710px
}
iframe.fotocontents
{
	height:1000px;
	width:710px
}
