/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Liselotte V
*/* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	line-height : 150%;
	font-family: arial, Times New Roman, Georgia, Century Gothic;
	background: #fff;
        color: #000000;
}
# #imgId {
# /* Set the width dynamically depending on the width of the browser window */
# width:100%;
# /* dont enlarge the image more, than its initial resolution */
# max-width:1000px;
# max-height:765px;
# /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
# height:auto;
# }
body.section-1 { }
body.section-2 { }
body.section-3 { }

li.active a { text-decoration: none; 
color: #332E25;
font-family: arial, times new roman, tahoma; line-height: 15px;
}
a:link { text-decoration: none; 
         color: #000000;
		 font-family: arial, times new roman, tahoma;
		 font-size: 10px; line-height: 15px;
         }
a:active { text-decoration: none; color: #000000;
font-family: arial, times new roman, tahoma;
	 font-size: 10px; line-height: 15px;}
a:visited { text-decoration: none; color: #000000;
font-family: arial, times new roman, tahoma;
	 font-size: 10px; Droid Serif, line-height: 15px;}
a:hover { text-decoration: none; color: #000000; background-color:#fcfb86; 
font-family: arial, times new roman, tahoma;
	 font-size: 10px; line-height: 15px;}

a img { border: none; }

#menu {
    width: 160px;
    overflow: visible;
    top: 0px;
    bottom: 30px;
	right: 160px;
	left: 25px;
    position: fixed;
    height: 490px;
	background-image: url(http://www.liselottev.nl/images/tr.png);
	 padding: 0px 12px 15px 3px;
	
}
#menu li.active a { color: #ffffff; background-color:#000000; }

#menu ul {
	list-style: none;
	margin: 0 0 24px 0;
	
}

		
#menu .container { text-align: right; }

#menu ul li.section-title {
	font-size: 11px;
	border-top: solid 0px #000000;
	border-bottom: 1px #000000;
	font-family: Droid Serif, Times New Roman, Georgia, Courier New, Courier;
	font-weight: bold;
	background: transparent;
	margin: -13px 0 4px 8px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
	
	
}

.container {
    padding: 30px 15px 5px 10px;
}

#content p { width: 400px; margin-bottom: 9px; }
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 10px;
     font-family: Verdana, sans-serif;
	 border-bottom: solid 5px #fff;
	 font-weight: 100;
	 color: #999999;
	 font-style: normal}

h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}

@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: normal;
  src: local('Droid Serif'), url('http://themes.googleusercontent.com/font?kit=cj2hUnSRBhwmSPr9kS5895bd9NUM7myrQQz30yPaGQ4') format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Serif'), url('http://themes.googleusercontent.com/font?kit=70P0G8gxVDIV6F9om0DsKg') format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: bold;
  src: local('Droid Serif'), url('http://themes.googleusercontent.com/font?kit=c92rD_x0V1LslSFt3-QEps5gzdOPyAFVZA8FnZ4sZC0') format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Serif'), url('http://themes.googleusercontent.com/font?kit=QQt14e8dY39u-eYBZmppwf5Jgr8ufe5A6KahQF76Xmg') format('truetype');
}


#img-container	{ margin: 0; margin-left: 17px; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; } 

p.nav a {
font-family: Century Gothic; 
font-size: 11px;
background-color: #ffffff;
padding-top: 3px;
padding-right: 9px;
padding-bottom: 3px;
padding-left: 9px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;}
p.nav a:hover { background-color: #ffffff; }

