body {
    background: #f2f2f2;
}
h1, h2 {
    font-family: arial;
    font-weight: bold;
    margin-top:  10px;
    margin-bottom:  10px;
}        
h1 {
    font-size: 22px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    margin-top:  3px;
    margin-bottom: 3px;            
}        
p, font {
    font-family: Verdana;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
}
h1,h2,p,td.menu {
    color: #333333;
}
a {
    color: #116863;
}
a:hover {
    color: #BD2C16;
}
td.menuStart {
    height: 26px;
    padding-left: 15px;
    border-bottom: 1px solid #b2b2b4;            
}
td.menu, td.menuPressed {
    vertical-align: middle;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    height: 23px;
    margin: 0 0 1px 0;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    border: 1px solid #b2b2b4;
    cursor: pointer;
}
td.menu {
    background-image: url('/images/hvid.gif');
    background-repeat: repeat-y;
}
td.menuPressed {
    background-image: url('/images/menubg2.jpg');
    background-repeat: repeat;
    color: #FFFFFF;
}
a.button {
    background: url('/images/button.gif');
    display: block;
    width: 120px;
    height: 20px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
    font-family: verdana;
}
a.button:hover {
    background: url('/images/button_hover.gif');
    color: #FFFFFF;
    text-decoration: none;
}

a.button_gray {
    background: url('/images/button_gray.gif');
    display: block;
    width: 120px;
    height: 20px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
    font-family: verdana;
}
a.button_gray:hover {
    background: url('/images/button_hover.gif');
    color: #FFFFFF;
    text-decoration: none;
}


a.button_inactive {
    background: url('/images/button_inaktiv.gif');
    display: block;
    width: 120px;
    height: 20px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
    font-family: verdana;
}
a.button_inactive:hover {
    background: url('/images/button_inaktiv.gif'); 
    color: #FFFFFF;
    text-decoration: none;    
}


div.streg {
    width: 100%;
    line-height: 1px;
    height: 1px;
    font-size: 0px;
    margin: 2px 0 2px 0;
    background-color: black;
}

input, textarea, select, checkbox {
    padding: 2px;
    margin:  2px;
    border:  1px solid #bababa;
}

