
/*fvg2.css Frank van Gompel april 2006 version 1.1 Thanks to Mark Schenk*/
html {
	margin: 0px;
	padding: 0px;
	border-top: 1.5em #383e5c solid;
	font-size: 14px;
	background: url(media/images/achtergrond6.jpg) fixed no-repeat top left transparent;
}

body { 
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS; 
	line-height: 1.4;
	text-align: justify;
        width: 40em;
	padding-left: 10em;
	padding-right: 2em;
	border-right: 1px black dotted;
}

#logo {
       margin-top: 0.5em;
       margin-bottom: 2em;
       border-style: none ; 
       width: 75px; 
       height: 60px;
}
#logo a img {
    border: none;
}
h1 { 
	padding-top: 0.2em; 
	padding-bottom: 0.7em;
	padding-left: 1em;
	font-size: 2em;
	color: #9f2436;
        margin-left: -2em;
	margin-top: 0em; 
        border-left: 5px #383e5c solid;
	border-bottom: 1px black dotted;
        font-weight: bold;
        letter-spacing: 0.2em;
}

h2 { 
	font-size: 1.6em;
	border-left: 0.5em #383e5c solid; 
	padding-left: 0.8em; 
	border-bottom: 1px black solid; 
	padding-bottom: 0.1em; 
	margin-top: 1.5em; 
        color: #383e5c;
        letter-spacing: 0.08em;
}

h3 {
        color: #383e5c;
        background: url(media/images/achtergrond2.png) no-repeat top right;
        padding: 0.5em;
        text-align: center;
}

h2,h3 { 
        clear: both; 
}

h1 span, h2 span { 
        font-size: 0.7em; 
        color: gray;
}

p { 
	margin-top: 0px; 
	margin-bottom: 0.5em; 
	color: #383e5c;
}

p em {
	padding-left: 5em;
}

p a:link, p a:visited {
	color: navy; 
	text-decoration: none;
} 

p:hover a, p:hover + p a, ul:hover a, dl:hover a, table:hover a { 
	text-decoration: underline; 
} 

p a:hover { 
	text-decoration: none;
	border-width: 1px 0px; 
	border-style: solid; 
	color: green;} 

img.picture {
        float: right;
        margin: 0 0 1em 2em;
}


#navmenu { 
	position: absolute;
	top: 35px;
        left: 770px;
	text-align: left;
        width: 150px;
        height: 100px;
        list-style-type: none;
}

#navmenu a {
        padding: 0.3em 5em 0.3em 1em;
        display: block;
        text-align: left;
        font-weight: bold;
        font-size: 1.1em;
        color: #9f2436;
        text-decoration: none;
}

#navmenu a:hover {
        background: url(media/images/achtergrond2.png) no-repeat scroll center center;
        color: #383e5c;
        border-left: 3px #383e5c solid;
        padding-left: 0.6em
}

#navmenu li em {
        display: block;
    	padding: 0.3em 5em 0.3em 1em;
    	background: url(media/images/achtergrond2.png) no-repeat scroll center center;
    	color: #383e5c;
    	border-left: 3px gray solid;
    	font-family: Trebuchet Ms;
    	font-size: 1em;
    	font-style: normal;
    	font-weight: bold;
    	text-align: left;
}

#navmenu a: visited
{
    	color: navy;
}
