@charset "UTF-8";

html
{
    background: url('../afbeeldingen/balkje.gif') 0 250px repeat-x;
	background-color: #4682B4;
    height: 100%;
}
body
{
    background: url('../afbeeldingen/logo.gif') 0 11px no-repeat;
    color: white;
    font: 11pt/15pt Arial;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 0 0 172px;
    width: 850px;
}
a:link
{
    color: blue;
    text-decoration: none;
}
a:visited
a:active
{
    color: #696969;
    text-decoration: none;
}
a:hover
{
    font-weight: bold;
}

#vakantie
{
	width: 800px;
	margin-left: 400px;
	margin-top: 10px;
	float: left;
	color: red;
	font-weight: bold;
}
#wrapper
{
    margin: 0 auto;
    width: 1200;
}
#header
{
    background: url('../afbeeldingen/annet.gif') 0 46px no-repeat;
    color: #FAD41B;
    font: 40px Georgia;
    height: 290px;
    letter-spacing: .2em;
    line-height: 480px;
    margin-left: -45px;
    padding: 50px 0 0;
    text-indent: 200px;
}
#illustration
{
	background: url('../afbeeldingen/raam.gif') 0 0 no-repeat;
	float: right;
	margin-top: 45px;
	margin-right: -48px;
	width: 200px;
	height: 260px;
}
#content
{
	background: url('../afbeeldingen/background2.gif') 0 0 no-repeat;
    float: right;
	margin-right: 100px;
	height: 485px;
    width: 600px;
}
#menu
{
	margin-left: 10px;
}

#nav
{
    float: left;
    width: 150px;
}
#nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav ul li
{
    position: relative;
}
#nav a
{
    color: #FFF;
    display: block;
    padding: .5em .75em;
    text-decoration: none;
}

#nav a:link
{
	font-weight: bold;
	color: #FFF;
}
#nav ul li:link ul
{
	font-weight: bold;
	color: #FFF;
}
#nav a:visited
{
	font-weight: bold;
	color: #FFF;
}

#nav ul li:visited ul
{
	font-weight: bold;
	color: #FFF;
}

#nav a:hover
{
	font-weight: bold;
    background: #789;
    color: #FFF;
}
#nav ul ul
{
    background: #FFF;
    display: none;
    width: 150px;
}

#nav ul li:hover ul
{
    display: block;
    left: 150px;
    position: absolute;
    top: 0;
}

#footer
{
    clear: both;
}

#triggers div {
	cursor:pointer;
}