body {

background-color: #fff;
font-family: Verdana, Geneva, sans-serif;
color: #000;
}

a {
color: #ab016e;
text-decoration:none
}

a:hover {

color: #888;
}

table td, table td * {
    vertical-align: top;
}

#header {
margin-top: 20px;
margin-left: 20px;
}

#content  {
margin-top: 20px;
margin-left: 20px;
}

#danke  {
margin-top: 20px;
margin-left: 20px;
}

td, tr { 
    padding-left: 40px;
	margin: 0px;
}

/*:)*/
form #website{ display:none; }

input[type='radio'] {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
	margin-right: 10px;
}

input[type='radio']:checked {
   background: #ab016e;
   margin-right: 10px;
}

input[type='checkbox'] {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
	margin-right: 10px;
}

input[type='checkbox']:checked {
   background: #ab016e;
   margin-right: 10px;
}

input[type='text'] {
    -webkit-appearance:none;
    width:300px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}

input[type='submit'] {
    -webkit-appearance:none;
    width:300px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
	font-size: 16px;
}



#geschlecht{
 width:150px; 
 height:35px;
 font-size: 15px;
}