@charset "UTF-8";
body  {
	font: 80% Helvetica, Verdana, Arial, sans-serif;
	background: #FFF;
	margin: 0px auto; 
	padding: 0px;
	text-align: left; 
	color: #000000;
}

p {
	font-size:12px;
	font-weight:400;
	line-height:18px;
}

h1 {
	font-size:18px;
	color:#333;
	text-transform:uppercase;
	font-weight:300;
	text-decoration:none;
}

h2 {
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	font-style:normal;
	font-weight:300;
	line-height:20px;
	letter-spacing:0em;
}

h3 {
	font-size:12px;
	color:#000;
	font-style:normal;
	font-weight:300;
	line-height:20px;
	letter-spacing:0.1em;
}

img {
	border:0px;
}

a:link { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: none; }

.johanfotografie #container { 
	width: 950px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: justify; 
	padding: 0 0px 0 0px;
	float: none;
	background-color:transparent;
} 

.johanfotografie #header {
	height: 120px;
	background-color:transparent;
} 


.johanfotografie #mainblock { /* standaard blok op homepage */
	height: 425px;
	width: 950px;
	margin: 0 auto;
	background-color:transparent;
}

.johanfotografie #photoblock { /* blok voor albumviewer */
	height: 600px;
	width: 950px;
	margin: 0 auto;
	background-color:transparent;
}

.johanfotografie #galeryblock1 { /* blok voor enkele rij albums */
	height: 175px;
	width: 950px;
	margin: 0 auto;
	background-color:transparent;
}

.johanfotografie #galeryblock2 { /* blok voor dubbele rij albums */
	height: 350px;
	width: 950px;
	margin: 0 auto;
	background-color:transparent;
}

.johanfotografie #textblock { /* blok voor teksten met achtergrondinformatie */
	height: 600px;
	width: 950px;
	margin: 0 auto;
	background-color:transparent;
}


.johanfotografie #footer { 
	background-color:transparent;
} 

.johanfotografie #copyright {
	width:100%;
	height:2em;
	background-color:transparent;
	position: fixed;
	bottom:0px;
	text-align:center;
	color:#999;
	font-size:10px;
	letter-spacing:0.1em;
}

.johanfotografie #language {
	width:200px;
	height:100px;
	position: fixed;
	right:0px;
	top:0px;
	text-align:right;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#table {
	background-color:transparent;
}
