/*
 ALLGEMEINE (RE-)DEFINITIONEN FÜR HTML-ELEMENTE
*/

* {
 padding: 0;
 margin: 0;
}

html, body,
p, div,
ol, ul, li, dl, dt, dd,
table, tr, th, td,
form, legend, input, textarea, select, optgroup, option, button, label {
 font-family: Verdana, Arial, Helvetica, sans-serif !important;
 font-size: 1em;
 color: #666;
}

body {
 font-size: 100.01%;
 background: #edf6fb;
}

img {
 border: none;
}

ul, ol {
 list-style-type: none;
}

td, dt, dd {
 font-size: 0.8125em;
}

td p {
 font-size: 1em;
}

.y {
 clear: both;
 height: 1px;
 overflow: hidden;
 line-height: 1%;
 font-size: 0px;
 margin-bottom: -1px;
}
