  /* Std ID's */

/* Set initial font styles */
 body {
   width: 100%;
   font-size: 9pt;
   font-family: Arial, Helvetica, sans-serif;
   line-height: normal;
   color: #000000;
   padding: 0px;
   border: none;
   background: transparent url(/pages/background-bottom.bmp) repeat-x;
   background-color: #995690;
}

h1 {
   font-size: 14pt;
   font-family: Verdana;
   line-height: normal;
   color: white;
   background-color: inherit;
}

a
{
  color: #A13782;
}

a:link
{
  color: #A13782;
}

a:visited
{
  color: #A13782;
}

a:hover
{
  color: #A13782;
}
/* table {
   font-size: 9pt;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 17px;
   color: #ffffff;
   background-color: #1F124A;
}
*/

  #bestel {
   width: 900px;
   font-size: 11pt;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 17px;
   padding-left: 10px;
   padding-right: 10px;
   color: #000000;
   background-color: #ffffff;
   text-align: left;
}

#pennen {
   width: 900px;
   font-size: 11pt;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 17px;
   padding-left: 10px;
   padding-right: 10px;
   color: #000000;
   background-color: #ffffff;
   text-align: left;
}

#textiel {
   width: 900px;
   font-size: 16pt;
   font-family: Arial, Helvetica, sans-serif;
   padding-left: 20px;
   padding-right: 20px;
   color: #000000;
   background-color: #ffffff;
   text-align: center;
}

  #fotonummer {
  float: left;
  text-align: center;
  font: normal normal bold medium normal Verdana;
  color: #FFFFFF;
}

  #main {
  padding: 0px;
  width: 900px;
  color: #A13782;
  background-color: #1F124A;
}

  #header {
  width: 894px;
  height: 150px;             /* adjust according your image size */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
  background-image: url(/pages/Header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 9px;
}

div#container {
	width: 900px;
	margin:0 auto;
	border: 1px solid #000000;
	padding: 5px;
    background-color: #1F124A;
    color: #A13782;
}

div#errors {
	margin:0 auto;
    color: red;
}

label {
	float: left;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	border: 1px solid #000000;
}

input.fout, textarea.fout {
	border: 1px solid ##FF0000;
    background-color: #FF6666;
}

label.fout {
  color: #FF0000;
}

  #foot {
  width: 900px;
  font-family: Tahoma;
  font-size: 8pt;
  background-color: #1F124A;
  color: #A13782;
  font-weight: lighter
}
