/**
 * VSCD popup css (standalone)
 * powered by peppered : www.peppered.nl
 * @author: arjen
 *  
 */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	font-size: 100%;
}

body {
	margin: auto;
	padding: 10px;
	color: #000000;
	font: normal 0.6875em/1.55 arial, verdana, helvetica, sans-serif;
	background: #CACED1;
}

p {
	margin: 0 0 0 0;
	padding: 0.2em 0 0.5em 0;
}

h3 {
	font: bold 1.55em/110% arial, verdana, helvetica, sans-serif;
	padding: 0em 0 1.2em 0;
	text-transform: uppercase;
}

a:link, a:visited {
	color: #990099;
	text-decoration: none;
}

a:active, a:hover {
	color: #990099;
	text-decoration: underline;
}

img {
	display: block;
	margin: auto;
	clear: both;
	border: 2px solid #7C848E;
	float:inherit;
}

#container {
	margin: auto;
	width: 600px;
}

#header h3 {
	display: block;
	text-align: center;
	width: 600px;
	border: 0px solid blue;
	min-height: 25px;
}

#header a {
	display: block;
	clear: both;
	position:  fixed;
	top: 10px;
	left: 550px;
	border: 0px solid blue;
}

#foto {
	border: 0px solid blue;
	width: 600px;
	height: 600px;
}

/*-- popup pagina --*/

#header {
	display: block;
	float: left;
	position: relative;
	height: 3em; 
}

#previous, span.prevItem {
	clear: both;
	position: absolute;
	top: 590px;
	left: 250px;
	border: 0px solid red;
}

#next, span.nextItem, #sluit {
	clear: both;
	position: absolute;
	top: 590px;
	left: 300px;
	border: 0px solid red;
}

#sluit {
	clear: both;
	position: absolute;
	top: 590px;
	left: 540px;
	border: 0px solid red;
}

#fotoOmschrijving {
	display: block;
	margin: auto;
	clear: both;
	border: 0px solid green;
	padding: 1em 0 0 0;
}
