﻿
body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background-color: #FFFFFF;
    font-size: 0.9em;
}
a:link
{
	color: #0000FF;
}
a:visited
{
	color: #800080;
}
a:hover
{
	text-decoration: none;
	color: #000000;
}
a:active
{
    text-decoration: none;
    color: #0000FF;
}

/* Use headers in the markup for accessibility reasons but control look with styles below */

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
	font-size: 28px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #FFFFFF;
}

#poster h1
{
	padding-left: 6px;
}

#poster h2
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
}

.rightblock h3, .fullwidth h3
{
    font-size: 1em;
    font-weight: bold;
 	margin: 0px;
    padding: 0px;
    display: block;
}


/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
    background: url('images/poster.jpg') no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 760px;
    height: 73px;
    margin-top: 0px;
}

/* Navigation strips */
#navtop, #navbottom
{
    background: url('images/background_nav_main.jpg') repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 760px;
    height: 45px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #000000;
}

/* Breadcrumb strip */
#breadcrumb
{
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: 23px;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}


/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 240px;
/*    position: relative; */
}

#columnright
{
    margin-left: 245px;
   /*  position: relative;*/
}

.leftblock
{
    border: 1px solid #000063;
    padding: 15px;
    margin-bottom: 10px;
    background-color: white;
    vertical-align: top;
}

 .rightblock
{
    border: 1px solid #000063;
    padding: 15px;
    margin-bottom: 10px;
    background-color: white;
    position: relative;
    width:446px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}


/* A full width block on the page */

.fullwidth
{
	border: 1px solid #000063;
	width: 694px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	background-color: white;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}


/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}

.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}

.calcurrentmonth
{
    /* no styles needed at this time */
}

.calothermonth
{
    background-color: #DCD78E;
}

.calcurrentday
{
    background-color: #FFFFC1;
}

.calweekend
{
    background-color: #FEEB95;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;     
}


/************************************************************************
* 
* Global formatting
*
************************************************************************/

.address
{
	
}

.norsk
{
	font-style: italic;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}

