body {
  font-family: arial, helvetica, arial, sans-serif;
  font-size:10pt;
  color: #FFFFFF;
  background: #642042;
}

img {
  border: 0px;
}

#links_left{
  width                        : 330px;
  float                        : left;
}

#links_right{
  width                        : 340px;
  float                        : left;
  margin-left                  : 5px;
}

.formbutton
{
  color : white;
  border:#676767 outset 2px;
  background: #642042;
}

a {
  color: #999999;
  text-decoration: none;
}

a:hover {
  color: darkblue;
  text-decoration: none;
}

#fotoboekContainer {
  width : 600px;
  float: left;
}

#fotoboekItem {
  width : 190px;
  height : 180px;
  float : left;
  margin: 5px;
  padding: 5px;
}

#album {
  width : 600px;
  float : left;
}

#albumfoto {
  margin : 2px;
  float : left;
  width : 182px;
  height : 120px;
  text-align : center;
}

#container {
  margin: auto;
  width: 758px;
  border: 0;
  background-color: #A8356F;
}

#header {
  height: 140px;
  width: 758px;
  background: #811C4E url(./boven.jpg) no-repeat;
}

#content {
  position : relative;
  width: 738px;
  background-color: #A8356F;
  left: 10px;
  right: 10px;
}

#navlist
{
position: relative;
top: 103px;
width: 100%;
height: 1.05em;
margin: 0;
padding: 0;
border-bottom: 3px solid #A8356F;
white-space: nowrap;
}

#navlist li
{
float: right;
margin: 0 0 0 2px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #aaa #555 #f63 #999;
list-style-type: none;
}

#navlist li a
{
position: relative;
width: auto;
display: block;
margin: 0;
padding: 1px 10px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #ccc;
background-color: #eee;
color: #666;
font: normal 0.7em/120% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
}

#navlist li a:hover
{
text-decoration: underline;
}

#navlist li#active a
{
background-color: #A8356F;
color: #fff;
border-color: #A8356F;
}

#navlist li#active a:hover { color: #fff; }

#navlist ul#subnavlist
{
position: absolute;
width: 758px;
left: 0;
top: 1.25em;
height: 0.75em;
margin: 0;
padding: 0;
border-bottom: 3px solid #f63;
white-space: nowrap;
}

#navlist ul#subnavlist li
{
width: 14ex;
float: left;
margin: 0;
border: 0;
}

#navlist ul#subnavlist li a
{
width: auto;
padding: 0.06em 1em 0;
border: 0;
background-color: #fff;
color: #000;
font: normal normal 0.66em/110% Verdana, Arial, sans-serif;
}

#navlist ul#subnavlist li a:hover
{
color: #000;
text-decoration: underline;
}

#navlist ul#subnavlist li#subactive a
{
background-color: #fc9;
color: #000;
}

* html > body #navlist, * html > body #navlist ul#subnavlist
{
width: 600px;
}