/* //////////////// GENERAL INFO ////////////////

Site: jansnijder.nl
Version: 1

//////////////// //////////////// //////////////// */


/*//////////////// MAIN BODY  & CENTERING / vertical & horizontal //////////////// */

	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		font-family: Verdana, Arial, sans serif; font-size:9px; line-height: 16px; font-weight: bold; color:#555555; letter-spacing: 0.2em;
		}

	body {
		background-color:#ffffff;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance {
		width:1px;
		height:50%;
		background-color:#ffffff;
		float:left;
		margin-bottom:-250px; /* half of container's height */
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:center;
		width:600px;
		height:500px;
		clear:left;
		background-color:#ffffff;
		}

/* //////////////// STRUCTURE ELEMENTS //////////////// */

#menu {width:600px; text-align:right; }
#menu a {text-decoration:none; color: #555555; letter-spacing: 0.3em}
#menu a:hover {text-decoration:underline; }
#menu .chosen {text-decoration:underline; font-weight:bold; }

#picture {width:600px; text-align:center;  margin-top:18px; }
#name {width:600px; text-align:center; margin-top:20px; color:#555555; }
#pagination {width:600px; text-align:center; margin-top:15px; color: #9A9A9A; font-size:9px; }
#pagination a { color: #9A9A9A; text-decoration:none; letter-spacing: 0.2em; vertical-align: 1px; }
#pagination a:hover {color:#000000;}

#year { text-align:right; }
.year-selected { text-decoration:underline; color:#555555; }
.year-notselected { text-decoration:none; color:#555555;}

#submenu {float:left; width:120px; text-align:left; margin-top:46px; }
#submenu a { color: #9B9796; text-decoration:none; }
#submenu a:hover {text-decoration: underline;}
#submenu .chosen { color: #555555; text-decoration:underline; font-weight:bold }
#main {float:left; margin-top:15px; width:480px; text-align:left; color: #807A7A; }
#main h1 { font-size:10px; font-weight:bold; color: #B6B2B3; }

#maintext {float:left; margin-top:15px; width:600px; text-align:left; color: #807A7A; }
#maintext h1 { padding-left:150px; font-size:10px; font-weight:bold; color: #B6B2B3; }
#maintext a { font-weight:bold; color: #555555;}
#expotext { padding-top: 10px; padding-bottom: 10px; float:left; width: 450px; text-align:justify; }
#expojaar { padding-top: 10px; padding-bottom: 10px; float:left; width: 100px; text-align:right; margin-right:50px; }
#expohead { color: #555555; }

#flasmovie { margin-top:100px; text-align:center; }

