html, body { margin: 0; padding: 0; height: 100%; border: none; }
   
body { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1,h2,h3 { margin: 0; padding: 0; font-family: Garamond, 'Times New Roman', serif; color: #FF0105; }
h1 { font-size: 180% }
h2 { font-size: 160% }
h3 { font-size: 140% }

a { text-decoration: underline; color: black }
a:hover { text-decoration: none; color: #FF3300 }

hr.black { height: 2px; color: black; background-color: black; border: 0; }
hr { height: 1px; color: #cccccc; background-color: #cccccc; border: 0; }

td { vertical-align: top; }
td.label { text-align: right; font-weight: bold; white-space: nowrap; padding-right: 1em; }
td.label small { font-weight: normal; }
td.input { padding-top: 8px; }
td.n { white-space: nowrap; }
td.b { font-weight: bold; }
td.c { text-align: center; }
td.r { text-align: right; }

tr.header { background-color: #FF0105; color: white; }

.abc { margin-bottom: 20px; }
.paginate { margin-top: 20px; }

#header { padding-bottom: 16px; }
#content { overflow: auto; width: 600px; height: 100%; padding:10px 10px 10px 0; font-size: 70%; line-height: 140%; }

#menu { 
    width: 140px; font-family: Garamond, 'Times New Roman', serif; font-size: 20px; padding-bottom: 20px;
}
#menu ul, #menu li { list-style: none; margin: 0; padding: 0 0 1px 0 }
#menu ul li a {
    display: block; 
    padding: 6px 0 6px 6px;
    text-decoration: none;
    color: white;
}
#menu ul ul li a {
    font-size: 12px;
    display: block; 
    padding: 2px 0 2px 2px;
    text-decoration: none;
    color: white;
    background-color: #AF0300;
}
#menu li a:hover { background-color: white; color: #70150c; }

#marge { 
    font-size: 70%; line-height: 140%; color: #780000;
}
#marge h1,h2,h3 { color: #780000; }

#login_tools {
    font-size: 70%;
    text-align: right;
    color: #C5C0A6;
}
#login_tools a { text-decoration: none; color: white }
#login_tools a:hover { color: black }

#page_tools { color: gray; }
#page_tools a { color: gray; text-decoration: none; }

#footer {
    font-size: 70%;
    text-align: center;
    color: #C5C0A6;
}
#footer a { color: white }
#footer a:hover { color: black }

a.bestel {
    border: none;
    background-color: transparent;
    float: left;
    display: inline;
    width: 21px; height: 21px;
    text-indent: -10000px;
    overflow: hidden;
    margin-left: 5px;
    text-decoration: none;
    background-image: url('/img/bestel.png');
}
a.bestel:hover { background-position: 0px -29px; }

.mailinput {
    background-color: #af0300; color: white;
    border: 1px solid white;
    font-size: 10px;
    line-height: 12px;
    width: 134px;
    padding: 2px;
    margin: 5px 0 0 0;
}
.mailsubmit {
    background-color: white; color: #e30000;
    border: 1px solid white;
    font-size: 10px; font-weight: bold;
    line-height: 12px;
    width: 140px;
    padding: 2px;
    margin: 5px 0 0 0;
}

#question .question_title { font-weight: bold; color: black }
#question .question_text { line-height: 1.6em; margin-bottom: 1em }
#question .feedback_text { line-height: 1.6em; margin-top: 1em }
#question .choice { color: black }
#question .choice:hover { color: blue }

