html { height: 100%;width: 100%; }
body, td, ul {
font-family: Verdana, Tahoma, Arial, Helvetica;
font-size: 11px;
line-height: 14px;
color: #224444;
}
body {
 background-color: #ffffff;
 width: 100%;
 height: 100%;
 padding: 12px 0px 0px 0px;
 margin: 0px;
}
h1 {
font-size: 18px;
line-height: 20px;
font-weight: normal;
color: #224444;
}
img { border: none; }
table {
 border-collapse: collapse;
 width: 100%;
 margin: 0px;
}
td, th {
 vertical-align: top;
 text-align: left;
 padding: 0px 6px 0px 6px;
}
a:link { color: #224444; }
a:visited { color: #224444; }
a:hover { color: #224444; }
/*START Global Navigation */
.global {
 font-style: normal;
 text-decoration: none;
 font-weight: bold;
 font-size: 12px;
 color: #224444;
}
A.global:link { text-decoration: none; }
A.global:visited { text-decoration: none; }
A.global:focus:hover {
 background-repeat : no-repeat;
 background-position : right;
}
A.global:hover {
 background-repeat : no-repeat;
 background-position : right;
}
A.global:active { text-decoration: none; }
div.global {
 font-weight: normal;
 font-size: 11px;
}
a.global { margin-left: 6px; }
/*ENDE Global Navigation */
#form {
 background-color: White;
 border-style: none;
 border-color: #2f3b1a;
 font-family : Verdana, Tahoma, Arial, Helvetica;
 font-size: 11px;
}
#button {
 background-color: #ffffff;
 border-color: #006666;
 font-family : Verdana, Tahoma, Arial, Helvetica;
 font-size: 11px;
}
td.empty {
 height: 10px;
 padding: 0px;
}