/* CSS Document */

/* CSS voor portfolio site */


/* achtergrond geel, font, opvulling, randen,marges = 0 */
body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	
	line-height: 125%;
	padding: 0px;
	border: 0px;
	margin: 0;
}

h1, h2, h3 {
	font-family: Myriad, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	color: #222;
	font-weight:bold;
	margin-top: 5px;
}	

h3 {
	font-size: 17px;
	color: #222;
}
	
li {
	font-size: small;
	list-style-type: none;
}

p {
	font-size: 17px;
	color: #777;
}

em {
	text-transform: uppercase;
}

a {
	color: #222;
	text-decoration: none;
}	

a:link {
	color: #222;
}

a:visited {

}

a:hover {
	color: #888;
	
}

a:active {
	color: #FFFFFF;
	
}	

.kolom {
	float: left;
	margin-top: 45px;
	margin-left:50px;
	background-color:#fff;
	width: 20%;
	padding: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #666;
	border-left: 5px solid #222;
	border-bottom: 10px solid #222;
}

.galerijbeeldrechts {
	float: left;

	background-color: #ffffff;
	text-decoration: none;
	width: 101px;
	height: 105px;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 10px;
	text-align: left;
	
	margin-top: 30px;
	margin-left:30px;
	background-color:#fff;
	width: 600px;
	padding: 16px;
	padding-bottom: 30px;
	border-left: 10px solid #666666;
	position:relative;
	top: 5%;
	left: 5%;
}

.kolom img {
	width: 125px;
	align: center;

}
.galerijbeeldrechts img, object {
	margin-bottom: 10px;	
}

.kolomtekst p{
	
	line-height: 0.4em;
	letter-spacing: 0.05em;
	text-align: center;
	
	margin: 5px;	
}

.kolomtekstrechts p{
	
	width: 200px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 15px;
	margin: 15px;	
}


.kolomtekst a {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 10px;
	
}



.kolomtekst h3 {

	line-height: 1em;
	letter-spacing: 0.05em; 
	text-align: left;
	padding-top: 10px;
	
}

.copyrightbericht {
	font-size: 30%;
	font-weight: bold;
	color: #666;
}

.schuin {
	position: absolute;
	left: 0px;
	width: 283px;
	background-image:url('../bgr/schuiner1.png');
	background-position:  right 0%;
	background-repeat:no-repeat	;	
}

.schuinrechts {
	position: absolute;
	left: 0px;
	width: 600px;
	background-image:url('../bgr/schuiner1.png');
	background-position:  right 0%;
	background-repeat:no-repeat	;	

}

#sitesamenvatting {
	position: fixed;
	top: 75px;
	left: 0px;
	width: 320px;
	background-image:url('../bgr/schuiner2.png');
	background-position:  right 5%;
	background-repeat:no-repeat	;	
}
#sitesamenvatting2 {
	position: fixed;
	top: 75px;
	left: 0px;
	width: 285px;
	background-color:#666;
}


#sitetitel {
	position: fixed;
	width: 376px;
	height: 45px;
	left: 0px;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

#kopgedeelte {
	width:300px;
	z-index: 1;

}

#navigatiebalklinks {
	position: fixed;
	top: 0px;
	width: 100px;
	height: 100%;
}	

#navigatiebalklinksschuin {
	position: fixed;
	background-image:url('../bgr/schuiner3.png');
	background-repeat: no-repeat;
	width: 133px;
	top: 0px;
	left: 0px;
	height: 100%
}

#navigatiebalklinkskleur {
	position: fixed;
	top: 0px;
	background-color: #fff;
	width: 133px;
	height: 100%;
}	

#navigatiebalklinkskleur2 {
	position: fixed;
	top: 0px;
	background-color: #ccc;
	width: 100px;
	height: 100%;
}	


#navigatie {
	float: left;

	background-color: #ffffff;
	text-decoration: none;
	width: 60px;
	height: 165px;
	margin-left: 8px;
	
	margin-top: 0px;
	
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 0px solid #666;
	border-left: 3px solid #222;
	border-bottom: 6px solid #222;
}	

.navigatie img {
	width: 60px;
	align: center;
}

#navigatietekst {
	padding-left: 10px;
	text-align: left;
}

#navigatie a {

	text-align: right;
	margin-top: 30px;
	line-height: 25px;
}

#inhoudgedeelte {
	position: absolute;
	width: 100%;

/*	background-image: url('../bgr/backgrounder.jpg');
	background-repeat: repeat-y;
	background-position:  left ;
	
*/
}

img {
	border: 0px none;
}	

