/* style sheet bij fotografie*/

body {
background: #663333; /*aubergine*/
font-family: Arial, Verdana, Helvetice, sans-serif;
line-height: 120%;
font-size: 1em;
}


#container {
position: absolute;
width: 900px;
left: 2%;
top: 70px;
background: #666666; /*donkergrijs*/
}


#header {
position: absolute;
left: 2%;
top: 20px;
width: 900px;
background: #666;
height: 50px;
}


#Boek {
position: absolute;
top: 8%;
left: 2%;
width: 585px; 
background: #555; /*808080 996666*/
padding: 220px 1em 2em 1em; 
border-bottom: solid 2px #663333;
height: 100px;
}

#top {
position: absolute;
width: 900px;
background: #993333;
height: 24px;
border-bottom: 1px solid black;
}
  
#content {
padding: 1em 1em 1em 700px; 
background: #666;
color: #ddd;
font-size: 90%;
height: 650px;
}



#topmenu {
list-style-type: none;
padding: 0;
margin: 0;
}

#topmenu li {
display: inline;
}


#topmenu li a {
float: left;
width: 6em;
color: #ff9966;
background: #993333;
padding: 0.1em .5em;
text-decoration: none;
border-right: 1px solid #ddd;
font-size: 80%;
}

#topmenu li a:hover {
background: #555;
color: #ccc;
text-decoration: underline;
}

#topmenu li a:visited {
color: #bbb;
}

#topmenu li a:active {
background: #333;
color: #ddd;
}


h1 {
font-family: "Century Gothic", sans-serif;
font-size: 1.5em;
font-weight: normal;
text-align: center;
color: #222;
margin: 0;
padding: 1%;

}

h3 {
font-size: 1.3em;
font-weight: normal;
font-family: "Lucida Handwriting", cursive;
padding: 30px 0 0 0;
margin: 0;
}



h2 {
font-size: 1.5em;
color: #996666;
text-align: center;
font-weight: normal;
}

span.top {
background: #cc9999;
color: #663333;
font-size: 80%;
padding: 0.1em 0.5em;
}

#voet {
position: fixed;
bottom: 0;
left:0;
}

p.aanwijzing {
margin-top: 4em;
color: #222;
font-size: 90%;
}