body, td, .standard {
 font-family: helvetica, arial;
 font-size: 13px;
 line-height: 18px;
 margin: 0;
 padding: 0;
}

h1, h2, h3 {
 font-family: "Trebuchet MS";
 font-weight: normal;
 color: black;
 margin: 20px 0 8px 0;
}
h1 {
 font-size: 24px;
}
h2 {
 font-size: 18px;
}
h3 {
 font-size: 13px;
}
a {
 color: #B38B4B;
 text-decoration: none;
}
a:visited {
 color: #D3B483;
}
a:active {
 color: #FF9900;
}
a:hover {
 text-decoration: underline;
}
.meny a:link, .meny a:visited, .meny a:active {
 display: block;
 color: black;
 text-decoration: none;
 padding: 2px 10px 2px 5px;
}
.meny .current, .meny a:hover {
 background-color: #F5EDCD;
}
.sidfot {
 display: block;
 font-size: 11px;
 color: gray;
}

hr {
 border: 0px solid white;
 margin: 0;
 height: 1px;
 background-color: #F2EDCD;
 clear: both;
}
.aktuellt, .calendar td {
 font-family: helvetica, tahoma, arial;
 font-size: 11px;
 padding: 3px 0 3px 0;
}
.aktuellt {
 font-family: helvetica, tahoma, arial, sans-serif;
 font-size: 11px;
 padding: 0;
 padding-bottom: 8px;
 line-height: 14px;
}
.ram1 { width: 20px; height: 20px; background: url('grafik/ram1.gif'); }
.ram2 { height: 20px; background: url('grafik/ram2.gif'); }
.ram3 { width: 20px; height: 20px; background: url('grafik/ram3.gif'); }
.ram4 { width: 20px; background: url('grafik/ram4.gif'); }
.ram5 { width: 20px; background: url('grafik/ram5.gif'); }
.ram6 { width: 20px; height: 20px; background: url('grafik/ram6.gif'); }
.ram7 { height: 20px; background: url('grafik/ram7.gif'); }
.ram8 { width: 20px; height: 20px; background: url('grafik/ram8.gif'); }

.days {
 background-color: #D3B483;
}

.days td {
    color: white;
    text-align: center;
    font-size: 9px;
    width: 12%;
    padding: 2px 0 2px 0;
}

.last_month, .current_month, .next_month, .active_date, .current_month a {
    text-align: center;
    text-decoration: none;
    color: black;
    cursor: default;
}
.current_month a:hover {
    color: white;
}

.last_month, .next_month {
    color: #D3B483;
}

.active_date {
    font-weight: bold;
}
.event_date {
    background-color: #F5EDCD;
}
.calendar td.current_month:hover, td.active_date:hover {
    background-color: #FF9900;
    color: white;
}

.calendar td.last_month:hover, td.next_month:hover {
    background-color: #FFCC66;
    color: white;
}