html, body {
    font: normal 12px/16px verdana,arial, helvetica, sans-serif;
    color: #636363; 
}

h2 {
    font: bold 15px/19px georgia,arial,helvetica,sans-serif; 
    margin: 0px 0px 10px;
}

p  {
    font: normal 12px/16px verdana,arial, helvetica, sans-serif;
    margin-bottom: 10px;
}
 
/* ----- Links ----- */
a         { color: #386FA7; text-decoration:none; }
a:visited,
a:active  { color: #386FA7; }
a:hover   { text-decoration: underline; }
a img     { border: 0; }


/* ----- Sidebar ----- */
#sidebar { 
    background-color: #FFFFFF; 
    float: right;
    width: 185px;
    overflow: hidden;
}

/* --- Sidebar - Termine --- */
#termine {
    background: url(../img/bg-sidebar-termine.jpg) 0px 30px no-repeat;
    min-height: 200px;
    height: 200px;
    overflow: hidden;
    width: 185px;
}

* html #termine { 
    height: 200px;
}

#termine h2 {
    background-color: #386FA7;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    padding: 0px 0px 0px 8px;
    margin: 0px;
}

#termine p {
    display: inline;
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 0px 7px 0px 0px;
    padding: 7px 0px 0px 8px;
    width: 170px;
}

#termine .termin {
    border-bottom: 1px dotted #636363;
    display: inline;
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 0px 7px 0px 0px;
    padding: 5px 0px 5px 8px;
    width: 170px;
}

#termine .termin strong {
    display: block;
    padding-right: 45px;
}

#termine a.terminLink {
    background: url(../img/icon-mehrlink.gif) 0px 5px no-repeat;
    float: right;
    font-size: 11px;    
    font-weight: bold;
    line-height: 14px;
    top: -14px;
    margin-bottom: -5px;
    padding-left: 6px;
    position: relative;
    text-align: right;
    width: 35px;
}

