html, body {
font-family : verdana, arial, helvetica;
color : #666666;
font-size : 90%;
line-height : 1.4;
}
body {
background-color : #ffffff;
margin : 0;
padding : 10px 10px 10px 10px;
}
h1, h2, h3, h4 {
margin : 0;
padding : 0;
}
input, textarea, select {
font-family : verdana, arial, helvetica;
color : #666666;
font-size : 1.0em;
line-height : 1.4;
}
input[type=text], input[type=file], textarea, select {
width : 100%;
border : 1px solid #666666;
}
input[type=submit] {
border : 1px solid #666666;
}
input[type=image] {
position : relative;
}
pre, tt {
font-family : dejavu sans mono, lucida typewriter, monospace;
color : #333333;
font-size : 1.0em;
line-height : 1.4;
}
table, tr, th, td {
padding : 0;
margin : 0;
border : 0;
}
th, td {
text-align : left;
vertical-align : top;
padding : 1px 10px 2px 0px;
}
.font_xxxs {font-size : 0.6em !important;}
.font_xxs {font-size : 0.7em !important;}
.font_xs {font-size : 0.8em !important;}
.font_s {font-size : 0.9em !important;}
.font_m {font-size : 1.0em !important;}
.font_l {font-size : 1.1em !important;}
.font_xl {font-size : 1.2em !important;}
.font_xxl {font-size : 1.5em !important;}
.font_xxxl {font-size : 2.0em !important;}
.bold {font-weight : bold !important;}
.normal {font-weight : normal !important;}
.plain {text-decoration : none !important;}
.underline {text-decoration : underline !important;}
.left {float : left;}
.right {float : right;}
.top {vertical-align : top;}
.middle {vertical-align : middle;}
.bottom {vertical-align : bottom;}
.clear {clear : both;}
.justify {text-align : justify;}
.white {color : #ffffff !important;}
.black {color : #333333 !important;}
.grey {color : #999999 !important;}
.normal {color : #666666 !important;}
.highlight {color : #ff0000 !important;}
.visible {
visibility : visible;
position : relative;
}
.hidden {
visibility : hidden;
position : absolute;
}
.oblique {
opacity : 0.5;
}
.word {
white-space : nowrap;
}
div.space {
padding-bottom : 3ex;
}
div.thinspace {
padding-bottom : 1.5ex;
}
div.line {
padding-top : 1ex;
border-top : 1px solid #b5bfd0;
padding-bottom : 1ex;
}
p {
margin : 0;
margin-top : 2.0ex;
}
p.start {
margin-top : 0;
}
p.formular {
margin-top : 1.0ex;
}
b {
font-weight : bold;
}
i {
font-style : italic;
}
u {
text-decoration : underline;
}
a:link, a:hover, a:active, a:visited, a:focus {
color : #004fba;
text-decoration : none;
}
a:hover, a:focus {
color : #004fba;
text-decoration : underline;
}
img {
border : 0px;
}
img.hidden {
width : 0px;
height : 0px;
visibility : hidden;
}
img.bookmark {
padding : 0px 3px 3px 0px;
}
ul, ol {
margin : 0;
list-style-position : outside;
}
ul, ol {
padding : 0;
padding-left : 1.5em;
}
ol {
padding-left : 2.0em;
}
ul li {
list-style-type : disc;
}
ul li ul li {
list-style-type : circle;
}
div.edit {
margin-top : 5px;
}
@media print {
.noprint {
visibility : hidden;
display : none;
position : absolute;
}
html, body {
color : #000000;
}
input, textarea, select {
color : #000000;
}
}