

* {
    font-family : Verdana, Helvetica, sans-serif;
  }


body {
    background-color : #FDFFD1;
    background-image : url('../images/hgrundoben.gif');
    background-position : top left;
    background-repeat : repeat-x;
    text-align : center;
font-size: 15px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
  }

a img {
border: none;
}

th {
font-size: 0.75em;
}

label {
font-size: 1.00em;
}

input {
border: 1px solid #00003D;
font-size: 1.00em;
color: #00003D;
background-color: #cecece;
width: 150px;
}

input:selected {
background-color: #FFFFCC;
}

.clearboth {
    clear: both;
display: block;
width: 1px;
height: 1px;
  }

