body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003030;
	background-image: url(../siteafb/achtergrond-browser-groen.jpg);
	background-repeat: repeat-x;
	}

#container {
	height: 864px;
	width: 1152px;
	background-image: url(../siteafb/UKachtergrondgroot.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}
#belstat {
	height: 20px;
	width: 20px;
	padding-top: 200px;
	padding-left: 40px;
}
#tekstframe {
	position: relative;
	left: 210px;
	top: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003030;
	height: 650px;
	width: 800px;
}
#tekstframelogin {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003030;
	height: 300px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#fotoframe {
	position: relative;
	height: 650px;
	width: 800px;
	left: 210px;
	top: 110px;
}

#fotoframe1 {
	position: relative;
	height: 650px;
	width: 650px;
	left: 210px;
	top: 110px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

#fotoframefp {
	position: relative;
	height: 600px;
	width: 800px;
	left: 200px;
	top: 100px;
}
#tekstframefp {
	position: relative;
	left: 300px;
	top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003030;
	height: auto;
	width: 600px;
	margin-top: -15px;
}
.sololink a {
	text-decoration: none;
	border: 2px solid #AC0900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FECD0E;
	width: 50px;
	}
.sololink a:link,a:visited{
	border: 1px solid #660000;
	color: #FECD0E;
	background-color: #003030;
}

.sololink a:hover, a:active  {
	background: #FECD0E;
	border: 1px solid #660000;
	color: #003030;
} 
.eerste-letter {
	font-size: 50px;
	font-weight: bold;
	color: #BA0003;
	margin-right: -8px;
	font-style: normal;
}
.eerste-letter2 {
	font-size: 50px;
	font-weight: bold;
	color: #BA0003;
	margin-right: 1px;
	font-style: normal;

}

.eerste-letter3 {
	font-size: 50px;
	font-weight: bold;
	margin-right: -8px;
	color: #BA0003;
	font-style: normal;
}

.imglink { 
	margin: 0;
	padding: 0;
	border: 0px;
}

.photo img {
border: 1px solid #666;
padding: 0px;
position: relative;
top: -2px;
left: -2px;
}

.figure p {
font: 1.1em/normal Arial, Helvetica, sans-serif;
text-align: center;
margin: 10px 0 0 0;
height: 5em;
}

.figure {
float: left;
width: 210 px;
margin:0 10px 10px 10px;
}

.photo {
background: url(../bananalbums/fpimages/bordergeel.gif) right bottom no-repeat;
}

#fotoframe div {
	font-size: 9px;
}
.style1 {font-size: 12px}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	z-index:1000;
	font-size:90%;
	margin:-500px 0 50px 15px; /* this page only */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:120px;
}
/* hack for IE5.5 */
* html .menu ul {
	margin-left:-16px;
	ma\rgin-left:0;
}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	background:#003030; /* groen */
	height:26px;
}
/* get rid of the table */
.menu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}
/* style the links */
.menu a, .menu a:visited {
	display:block;
	font-family: arial, sans-serif;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:119px;
	color:#FECD0E; /*geel */
	text-indent:5px;
	border:1px solid #660000; /* rood */
	border-width:1px 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	background:#003030; /* groen */
	width:120px;
	w\idth:119px;
}
/* style the link hover */
* html .menu a:hover {
	color:#003030; /* groen */
	background:#FECD0E; /*geel */
}
.menu :hover > a {
	color:#003030; /* groen */
	background:#FECD0E; /*geel */
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:120px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
}

#plattegrond {
	position:relative;
	width:206px;
	height:214px;
	left:500px;
	top:-600px;
	background-color: #003030;
	padding-bottom: 4px;
	padding-top: 3px;
}
#nikonlogo {
	position:relative;
	width:60px;
	height:60px;
	left:400px;
	top:-50px
}
.style9 {
	font-size: 8px;
	color: #FECD0E;
}
.style10 {font-size: 12px
}
#fotobert {
position:relative;
	width:127px;
	height:102px;
	z-index:5;
	left: 650px;
	}
	
.vertaling {
	font-size: 12px;
}
