body {
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
}

body {
  background-image: url('/template/background.jpg');
}

body, td, th {
  font-family: Arial;
  font-size: 12px;
  color: #464646;
  line-height: 14pt;
}

th {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #464646;
}

span.kop {
  font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;

  color: #829F09;
  text-transform: uppercase;
}

a, a:hover, a:active, a:visited {
  color: #829F09;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a.menu, a.menu:hover, a.menu:active, a.menu:visited {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;

  color: #829F09;
  text-transform: uppercase;
  text-decoration: none;
}

a.menu:hover {
  color: #000000;
}

input.my_btn {
  background-color: #666666;
  color: #FFFFFF;
  border: 1px solid #666666 1px;
  width: 80px;
}

input {
  background-color: #CCCCCC;
  color: #000000;
  border: 1px solid #CCCCCC 1px;
}

.textstyle {	font-family:arial;
		font-size:12px;
		color:#000000;
		padding:10px
}