<html>
<head>
</head>
<body>

<style type="text/css">

@font-face {
 font-family: MyCustomFont;
 src: url("meineschrift.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("meineschrift.ttf") /* TTF file for CSS3 browsers */
}

table.center {
position: absolute;
left: 50%;
width: 600px;
margin-left: -330px;
top: 20%;
height: 250px;
margin-top: -125px;
}

img {border: none}
img {border-radius: 10px}

body{
font-family: MyCustomFont, Arial;
}

titel {
font-family: MyCustomFont, Arial;
color: #9F8A40;
font-size: 73px;
text-align: left;
font-weight: 100;
padding: 10px;
}

h1{
color:#9F8A40;
font-size: 30px;
font-weight: 100;
}

table, tr, th, td {
border: 0px solid #fff;
border-collapse: collapse;
font-family: MyCustomFont, Arial;
font-size: 30px;
color: #281E06;
text-align: left;
padding-left: 2px;
border-radius: 0px;
font-weight: 100;
} 

input{
font-family: MyCustomFont, Arial;
color: #9F8A40;
font-size: 25px;
border: 1px solid #c5b88c;
border-radius: 10px;
}

select{
background: transparent;
font-size: 25px;
height: 30px !important;
width: 50px;
font-family: MyCustomFont, Arial;
padding: 1px;
border: 1px solid #c5b88c;
border-radius: 3px;
}

footer2{
font-family: MyCustomFont, Arial;
font-size: 10px;
text-decoration: none;
text-underline: none;
}

a:link {color:#9F8A40; text-decoration:none}
a:visited {color:#9F8A40; text-decoration:none}
a:active {color:#9F8A40; text-decoration:none}

input[type=submit]
{text-align:center; 
padding:8px 57px; 
border:solid 1px #9F8A40; 
-webkit-border-radius:10px;
-moz-border-radius:10px; 
border-radius: 10px; 
font:25px MyCustomFont, Arial; 
font-weight:100; 
color:#281E06; 
background:#9F8A40; 
}

input[type=submit]:hover{
color:#FFF;
background-color:#9F8A40;
border:solid 1px #9F8A40; 
}

</style>

</body>

</html>
