@import url("/_/design/layoutsets/default/style.css");
@import url("/_/design/colorsets/default/style.css");

/*** generelle formatierung ***/
a:link, a:active, a:visited {
   color: #333366;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

body {
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.8em;
   font-style: normal;
}

.input {
   border: 1px solid #000000;
}