input { background-color:#ffffff; }
input:focus { background-color:#bdf3f9; }
textarea { background-color:#ffffff; }
textarea:focus { background-color:#bdf3f9; }

td {
font-family:helvetica;
font-size:12px;
color:#808080;
}
td.left {
text-align: left;
vertical-align: bottom;
}
td.right {
text-align: right;
vertical-align: bottom;
}
td.bottom {
text-align: center;
vertical-align: bottom;
width:760px;
height:auto;
}
a {
font-family:helvetica;
font-size:12px;
font-weight:bold;
color:#808080;
}
a:visited{
font-family:helvetica;
font-size:12px;
font-weight:bold;
color:#808080;
}
a:hover{
font-family:helvetica;
font-size:12px;
font-weight:bold;
color:#ababab;
}
h1 {
font-family:arial;
font-weight:100;
font-size:15px;
color:#808080;
}
h2 {
font-family:helvetica;
font-size:12px;
font-weight:500;
color:#808080;
}
.zeitung {
font-family:helvetica;
font-size:9px;
color:#808080;
}
#versenden {
visibility:hidden;
z-index:10;
background-color:#ffffff;
position:fixed;
top:50%;
left:50%;
margin-left:-250px;
margin-top:-135px;
padding:10px;
width:500px;
height:270px;
border-color:#808080;
border-style:solid;
border-width:2px;
text-align:center;
font-family:helvetica;
font-size:12px;
color:#808080;
}