/* CSS Document */

#divRubrika { margin-bottom: 100px; }

.aLegend { 
 font-family: sans-serif;
 font-size: 80%; 
 margin: 0px;
 color: #003D7B;
 text-decoration: underline;
 margin-bottom: 20px;
}
.aLegend:hover { text-decoration: none; background-color: #003D7B; color: #FFFFFF; }

#divRubrika div span { font-weight: bold; font-size: 55%; }
#divRubrika p { font-size: 80%; margin-bottom: 40px; margin-top: 40px; line-height: 150%; }

fieldset {
 margin: 0px;
 margin-top: 50px;
 padding: 5px;
 background-color: #F5F5F5;
 border: 1px solid #BEBEBE;
 width: 350px;
}

#tableForm { font-size: 80%; }

.input {
 width: 250px;
 background-color: #ffffff;
 color: #000000;
 border: 1px solid #BEBEBE;
}

#submit {
 width: 250px;
 background-color: #ffffff;
 color: #000000;
 font-weight: bold;
 border: 1px solid #BEBEBE;
}

#textarea {
 width: 250px;
 height: 150px;
 background-color: #ffffff;
 color: #000000;
 border: 1px solid #BEBEBE;
}
