body {
  background-attachment: fixed;
  background-color: #fffff0;
  background-image: url(plaatjes/Kruiwagen.jpg);
  color: #660000;
  background-repeat: no-repeat;
  font-family: Palatino Linotype;
}
a:link {
  font-size: 100%;
  color: #663300;
  font-family: Palatino Linotype;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #663300;
  font-family: Palatino Linotype;
  font-size: 100%;
}
a:active {
  font-style: italic;
  font-family: Palatino Linotype;
  color: #663300;
  font-weight: bold;
  font-size: 100%;
  text-decoration: none;
}
a:hover {
  text-decoration: underline overline;
  font-size: 100%;
  color: #cc0000;
}
#navigatie {
  font-weight: bold;
  background-image: url(../plaatjes/Kruiwagen.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-style: italic;
  height: 40px;
  color: #cc0000;
  text-align: left;
  position: fixed;
  opacity: 0.8;
  font-size: 120%;
  width: 100%;
  padding-left: 70px;
  z-index: 10;
  top: 0%;
  padding-top: 20px;
  }

#container {
  max-width: 800px;
  margin-right: 40px;
  margin-left: 40px;
  margin-top: 70px;
}

#box {
  border: 5px ridge #ffcc99;
  padding: 40px 40px 60px;
  /*background: #fffffd url(../plaatjes/Kruiwagen_box.jpg) repeat fixed left top;*/
background-color: #fffffa;
opacity: 0.9;
  overflow: auto;
  text-decoration: none;
  font-family: Palatino Linotype;
  font-size: 90%;
  text-align: left;
  /*margin: 60px 40px	;*/
  list-style-type: disc;
  line-height: normal;
  min-height: 300px;
  position: relative;
}
#formulier {
  border: 1px solid #8d7155;
  overflow: scroll;
  color: #336699;
  background-color: #fafafa;
  font-family: arial;
  font-size: 10pt;
}
#footer:before
{ content: "© Marco Valk 2025 - Alle rechten voorbehouden";
  font-size: 50%;
  text-align: center;
}

.form {
    background-color: #FAFAFA;
    border: 3px ridge #FAFAFA;
    color: #336699;
    font-family: Palatino Linotype;
	font-size: 10pt;
	min-width: 200px;
    padding: 20px 40px 20px ;
    text-align: left;
}

.loginLoginForm {
    background-color: #FAFAFA;
    border: 3px ridge #FAFAFA;
    color: #336699;
    font-family: Palatino Linotype;
	font-size: 10pt;
    height: 150px;
    padding: 40px 30px 0px ;
    text-align: right;
    width: 310px;
}
.loginMessage {
color: #cc0000;
font-size: 120%;
font-weight: bold;
}
.loginUsername {
width: 144px ;
}
.loginPassword {
width: 144px ;
}
.form-buttons {
color: #336699;
}

.error{
font-style: italic;
color: #cc0000;
}
.updprof-error {
font-style: bold;
color: #cc0000;
text-decoration: blink;
}
}
