/* BKP-Quickcheck Allgemein */
#bkp_quickcheck
{ 
   width: 100%;  
   font-family: Arial, Verdana, Helvetica, Sans-serif;
   display: inline-block;
   background-color: #ffe3ab;
}

/* BKP-Quickcheck Header */
#quickcheck_header 
{
   height: 18px; 
   padding: 3px 0 3px 0; 
   text-align: center; 
   background-color: #f0a000; 
   color: #000; 
   font-size: 14px; 
   font-weight: bold; 
}

/* BKP-Quickcheck Content Bereich */
#quickcheck_content 
{ 
   padding-top: 2px;
   padding-left: 7px; 
   text-align: left; 
   color: #000; 
   font-size: 10px; 
   font-weight: bold;
}

/* BKP-Quickcheck Formular */
#quickcheck_content form
{ 
   margin: 0px; 
   padding: 0px; 
}

/* BKP-Quickcheck Tabelle */
#quickcheck_content table
{ 
   border-collapse: collapse; 
   width: 181px;
}

/* BKP-Quickcheck Tabelle-Spalte 1 */
#quickcheck_content table .td1
{ 
   width: 36%;
}

/* BKP-Quickcheck Tabelle-Spalte 2 */
#quickcheck_content table .td2
{
   width: 64%;
}

/* BKP-Quickcheck Select-Boxen */
#quickcheck_content select
{
   height: 19px;
   font-size: 10px;
   width: 100%;
   border: 1px #c8c8c8 solid; 
}

/* BKP-Quickcheck Inputs */
#quickcheck_content .textinp
{
   font-size: 10px; 
   width: 150px;
   border: 1px #c8c8c8 solid; 
}

/* BKP-Quickcheck Formularfeld-Fehler */
#quickcheck_content .err
{
   color: #fff;
   background-color: #f00; 
   border: 1px #fff solid; 
}

/* BKP-Quickcheck Links */
#bkp_quickcheck a
{ 
   color: #69c; 
   text-decoration: none; 
}
#bkp_quickcheck a:hover
{
   text-decoration: underline; 
}

/* BKP-Quickcheck Buttons */
#quickcheck_content .button
{
   /* Keine CSS-Formatierungen */   
}

/* BKP-Quickcheck DIV unten */
#quickcheck_content .bottomdiv
{ 
   font-size: 10px; 
   padding: 5px 0 5px 0; 
   text-align: center;
}

/* BKP-Quickcheck Erfolgsnachricht */
.quickcheck_success
{ 
   font-size: 12px;
   font-weight: bold;
   color: green; 
   padding: 5px 0 5px 0; 
   text-align: center;
}

/* BKP-Quickcheck Popup Allgemein */
#quickcheck_popup
{
   background-color:#fff;
   border: 1px solid #69c;
   padding: 5px;
   text-align: justify;
}

/* BKP-Quickcheck Popup Links */
#quickcheck_popup a
{
   color: #69c;
   font-weight: bold;
   text-decoration: none;
}
#quickcheck_popup a:hover
{
   text-decoration: underline;
}

/* BKP-Quickcheck "Sponsored by"-Bereich */
#quickcheck_sponsor_area
{
   width: 100%;
   font-family: Arial, Verdana, Helvetica, Sans-serif;
   font-size: 10px; 
   text-align: center; 
   margin-bottom: 15px;
   background-color: #ffe3ab;
}

/* BKP-Quickcheck "Sponsored by"-Link */
#quickcheck_sponsor_area a
{
   color: #69c;
   text-decoration: none; 
}
