/* CSS Document */

body {	width: 1000px;
	background: #660000 url(../pictures/background.gif);
		}

div#menulinks {
	width: 250px;
	height: 800px;
	padding-left: 75px;
	padding-top: 75px;
	position: absolute;
	top: 26px;
	left: 0px;
	line-height: 25px;
	}
	
div#portretten-eng {
	height: 30px;
	width: 160px;
	background-color: #000;
	border: 2px solid #FFF;
	text-align: center;
	vertical-align: center;
}
.portretten-eng:link {
			text-decoration: none;
			color: #FFF;
}

.portretten-eng:visited {
			text-decoration: none;
			color: #FFF;
}

.portretten-eng:visited:hover { 
			color: #FF6;
}


.portretten-eng:active {
			text-decoration: none;
			color: #FFC;
	
}

.portretten-eng:hover {
			text-decoration: none;
			color: #FF6;
}
div#portrait-gallery {
	height: 30px;
	width: 160px;
	background-color: #000; 
	border: 2px solid #FFF;
	text-align: center;
}
div#working-method {
	height: 30px;
	width: 160px;
	background-color: #000; 
	border: 2px solid #FFF;
	text-align: center;
}
div#technical-process {
	height: 30px;
	width: 160px;
	background-color: #000; 
	border: 2px solid #FFF;
	text-align: center;
}

div#cv {
	height: 30px;
	width: 160px;
	background-color: #000; 
	border: 2px solid #FFF;
	text-align: center;
}

div#contact {
	height: 30px;
	width: 160px;
	background-color: #000; 
	border: 2px solid #FFF;
	text-align: center;
}

div#links {
	height: 30px;
	width: 160px;
	background-color: #000; 
	border: 2px solid #FFF;
	text-align: center;
}

 .menulinks {
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	font-color: #000;
	letter-spacing: 1px;
}
.menulinks:link {
			text-decoration: none;
			color: #FFF;
}

.menulinks:visited {
			text-decoration: none;
			color: #FFF;
}

.menulinks:visited:hover { 
			color: #FF6;
}


.menulinks:active {
			text-decoration: none;
			color: #FFC;
	
}

.menulinks:hover {
			text-decoration: none;
			color: #FF6;
}

.tekstlinks {
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	font-color: #000;
	letter-spacing: 1px;
}
.tekstlinks:link {
			text-decoration: none;
			color: #000;
}

.tekstlinks:visited {
			text-decoration: none;
			color: #300;
}

.tekstlinks:visited:hover { color: #FFF;
}


.tekstlinks:active {
	text-decoration: none;
	color: #FFC;
	
}

.tekstlinks:hover {
	text-decoration: none;
	color: #FFF;
}

