/* Grundeinstellungen */

p {
text-align:left;
font-family:arial, helvetica, sans-serif;
font-size:10pt;
font-weight:normal;

line-height:150%;

color:#000000;
}

td, tr {
text-align:left;
font-family:arial, helvetica, sans-serif;
font-size:10pt;
font-weight:normal;

line-height:150%;

color:#000000;
}

body {

text-align:left;
font-family:arial, helvetica, sans-serif;
font-size:10pt;
font-weight:normal;

line-height:150%;

color:#000000;

background-color:#FFF4D4;


scrollbar-arrow-color: #832F2F;
scrollbar-track-color: #FFF4D4;
scrollbar-face-color: #FFF4D4;
scrollbar-highlight-color: #FFF4D4;
scrollbar-3dlight-color: #FFF4D4;
}
/* Grundeinstellungen Ende */


/* Links */
a:link,a:visited,a:active
{
font-size: 10pt;
font-weight: bold;
color: #db4f4e;
text-decoration: none;
}

a:hover
{
font-size: 10pt;
font-weight: bold;
color: #db4f4e;
text-decoration: underline overline;
}
/* Links Ende */


/* Inhalt */
#div_inhalt_rahmen {
position: absolute;
overflow: auto;
top: 82;
left: 197;
width: 584;
height: 498
}

#div_inhalt_text {
position: absolute;
top:0;
left:0;
width:535;
height:498

text-align:left;
}
/* Inhalt Ende */


/* class */

.formular {

background-color: #FFE38F;
border: #FFE38F;
}

.input
{
width: 385px;
background-color: #f3efcd;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 10pt;
color: #000000;
text-decoration: none;
}

.textarea
{
width: 385px;
background-color: #f3efcd;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 10pt;
color: #000000;
text-decoration: none;
}

.fehler
{
font-family: arial, helvetica, verdana, sans-serif;
font-size: 10pt;
color: red;
font-weight: bold;
text-decoration: none;
}

.header
{
text-align:left;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 12pt;
color: red;
font-weight: bold;
}

.hinweis
{
font-family: arial, helvetica, verdana, sans-serif;
font-size: 10pt;
color: red;
text-decoration: normal;
}
/* class */