/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}

p, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#313131;
	line-height:17px;
}

.tekstveld {
	background-color:#c1d4eb;
	vertical-align:top;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	width:399px;
}

.tekstveld_scroll {
	height:290px;
	overflow:auto;
}

.index_albums {
	background-color:#fff;
	/*text-align:right;*/
	padding-left:179px;
}

.folderindex {
	width:803px;
	height:125px;
	/*background-color:#c1d4eb;*/
	
	overflow:auto;
}

.showalbum {
	width:400px;
	background-color:#3566a6;
	vertical-align:top;
}

h1 {
	font-size:115%;
}

h2 {
	font-size:105%;
}

h5 {
	font-size:65%;
}

a:link, a:visited, a:active {
	color:#313131;
	text-decoration:none;
}

a:hover {
	color:#e60005;
	text-decoration:underline;
}


/*menu*/
.navigatie {
	background-color:#3566a6;
	background-image:url(../images/menu_rodelijn.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:175px;
	height:330px;
	vertical-align:top;
}

#menu{
position:relative;
/*text-align:right;*/
top:0em;
left:0em;	/*was 0.5em*/
width:175px;/*13.5em;*/
z-index:2;
/*padding-bottom:12em; /* To allow room for bottom dropdown */
}

#menu a, #menu h2{
font:bold 11px verdana, arial,helvetica,sans-serif ;
display:block;
border-bottom:1px solid #fff;
/*white-space:nowrap;*/
margin:0;
padding:6px 4px 6px 18px;
}

#menu h2{
color:#fff;
/*background:#fff;*/
}

#menu a{
color:#fff;
/*background:#fff;*/
text-decoration:none;
}

#menu a:hover, #menu a#here:visited, #menu a#here:active, #menu a.here {
background-color:#e60005;
background-image:url(../images/menu_blauwelijn.gif);
background-position:left;
background-repeat:repeat-y;
}

#menu a:active{
color:#fff;
background:#e60005;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

#menu li{
list-style:none;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display:block;
	width:220px;
	/*border-bottom:1px solid #cde3f8;*/
	border:1px solid #1A6BB1;
	/*white-space:nowrap;*/
	margin:0;
	/*padding:0px 2px;*/
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited {
background: url(../images/expand.gif) no-repeat center right;	/* #f1f7fd */
}

#menu a.x:hover {
background:#cde3f8;
}

#menu a.x:active{
color:#907c4b;
background:#fff;
}


/* formulieren */
form {
	margin:0;
}

.contact {
	width:375px;
	border:2px solid #fff;
	padding:2px;
}

#button {
	width:100px;
	background-color:#3566a6;
	color:#fff;
	border:1px solid #fff;
}

#error {
	border:2px solid #e60005;
}
