/* Start of CMSMS style sheet 'FAQ-System (blau)' */
#filterlabel {
float: left;
width: 80px;
}

#filterinput {
float: center;
position: relative;
width: 100px;
}

#faqs {
cellspacing: 1px;
width:  100%;
padding: 5px;
}

.faqheader {
   font-family: Arial, Verdana, sans-serif;
   line-height: 1.2em;
   font-weight: bold;
   font-size: 1.1em;
}

.faqanswer {
   font-family: Arial, Verdana, sans-serif;
   font-size: 1em;
   line-height: 1.2em;
   border-left: 10px solid #003366;
   border-bottom: 1px solid #003366;
   cellspacing: 1px;
   padding-left: 10px;
   padding-top: 2px;
   padding-bottom: 2px;
}

#smalllabel {
text-align: right;
font-size: 0.8em;
}
/* End of 'FAQ-System (blau)' */

