/*Cascading style sheet for antiek-atelier.be*/

/* Basics */
/* ------ */

body{

	background: #dddddd;
	color: black;
	padding: 0px;
	margin: 0px;
	text-align:center;
	}

.main-content{
	margin-top: 2px;
	background-image: url(images/bck.png);
	width: 545px;
	height: 356px;
	text-align: center;
	position:relative;
	
	}
.desc{width: 539px; background-color:#bdbdbd; height: 25px;margin-left:3px;}
.desc2{width: 539px; background-color:#bdbdbd; height: 25px;margin-left:3px; margin-top:35px; text-align:center; font: Helvetica; font-weight:bolder;padding-top: 2px; padding-bottom: 2px;}

.desc2 a:link, .desc2 a:visited{ color:#333333; text-decoration:none;}
.desc2 a:hover{ color: #666666; text-decoration:none;}
.navigation{
	background-color:#3c3c3c;
	float: left;
	position: absolute;
	color: white;
	width: 100px;
	height: 137px;
	left: 89px;
	top: 184px;
}
		
.picture{
	background-color:#3c3c3c;
	position:absolute;
	text-align: center;
	z-index:1;
	height: 267px;
	width: 145px;
	left: 356px;
	top: 63px;
}
		
.picturesmenu{
	background-color:white;
	position: absolute;
	color: black;
	z-index:2;
	height: 235px;
	width: 210px;
	left: 318px;
	top: 91px;
}
.info{
	background-color:white;
	color: black;
	position:absolute;
	z-index: 2;
	height: 185px;
	width: 180px;
	left: 337px;
	top: 165px;
}
		
.picturesmenu a:link img, .picturesmenu a:hover img, .picturesmenu a:visited img{

border: 0px;
}	
.pictureframe{
		height: 50px;
		width:	50px;
		margin-top:16px;
		margin-left: 4px;
		margin-right: 4px;
		float:left;
		border: 1px solid #bdbdbd;
		}

.vorige{float:left;margin-top: -3px;}
.volgende{float:right;}
#submit{ background-color:#FFFFFF; border: 1px solid black;margin-top: 5px; }

