body {
	background-color: #0c0703;
	background-image: url('../../../graphics/page_bkg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #261c02;
}
* {
	padding: 0px; 
	margin: 0px;
	border: 0px;
}
h1, h2, h3, h4
{
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
}
h1 {
	font-size: 320%;
	line-height: 1.1em;
}
h2 {
	font-size: 200%;
	line-height: 1.1em;
}
h3 
{
	font-size: 140%;
	color: #847363;
	line-height: 1.1em;
}
h4
{
	font-size: 100%;
	color: #847363;
	line-height: 1.1em;
}

a {
	color: #019ab6;
	text-decoration: none;
}
a:hover {
	color: #f04e52;
}

ol
{
	margin: 0 0 0 2em;
}
ol li 
{
	margin-bottom: 1em;
}


ul { 
	list-style: none; 
}

input { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #261c02;
}

.print 
{
	display: none;
}

.forAccessibilityOnly { position: absolute; left: -5000px; top: -5000px; }

p.ingress {
	font-size: 180%;
	line-height: 120%;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: 100;
	margin-bottom: 1em;
	color: #847363;
}
/* Aktivitetskalender */
.activities h1, .activities h2 
{
    font-family: Georgia, "Times New Roman", Serif;
    font-weight: normal;
    margin: 0;
}

.activities p 
{
    margin: 3px 0 6px 0;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
}

.activities .event 
{
    background: url("http://www.bekk.no/bekkno/graphics/h_dotted_line.gif") repeat-x scroll left bottom transparent !important;
    position: relative;
    cursor:pointer;
    overflow: auto;
}

.activities .dropdownImage 
{
    position: absolute;
    top: 18px;
    right: 5px;
}

.activities .eventLeft 
{
    float: left;
    width: 100px;
    padding: 3px 3px 3px 10px;
}
.activities .eventRight 
{
    float: left;
    width: 362px;
    padding: 3px 30px 3px 5px;
}
.activities .month
{
	overflow: auto;
}
.activities .monthHeader 
{
    margin-top: 10px;
    border-bottom: 2px solid #857362; 
    overflow: auto;
}
.activities .monthHeaderWithoutBorder
{
    border-bottom: none;
}
.activities .monthHeader h1
{
    color: Black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.activities .event .eventLeft h1 
{
    color: #019ab6;
    font-size: 18px;
}
.activities .event .eventRight h1 
{
    color: #019ab6;
    font-size: 20px;
}
.activities .event h2
{
    color: #857362;
    font-size: 14px;
    margin-top: 3px;
}
.activities .hoverEvent, .activities div.event.activeEvent
{
    background-color: #0c0703 !important;
    color: White;
    background-image: none;
}

.activities .hoverEvent .eventLeft h2, .activeEvent .eventLeft h2
{
    color: White;
}

.activities .additionalLink 
{
    padding-left: 15px;
    background: url("img/pil_lenke.png") no-repeat left center transparent;
    color: #019ab6;
    text-decoration: none;
}

.activities .additionalLink:hover
{
    text-decoration: underline;
}

.activities .additionalInfo 
{
    padding-bottom: 10px;
}



