/*
* File: default.css
*/

body {
    margin: 0;
}

#logo {
    float: left;
    margin: 0 0 0 51px;
    border: none;
}

/*
* Page divs
*/

#wrap {
    width: 940px;
    height: 765px;
    margin: 32px auto;
    background: url("/images/page_bg-new.jpg") no-repeat top left;
    position:relative;
}

#navigation {
    float: right;
    height: 97px;
    margin: 0 51px 0 0;
    text-align: right;
}

#content {
    clear: both;
    background-color: #FFF;
    width: 714px;
    height: 307px;
    margin: 0 51px 0 51px;
    padding: 52px 62px 52px 62px;
    overflow: auto;
}

#startpage {
    clear: both;
    width: 838px;
    height: 428px;
    margin: 0 51px 0 51px;
    overflow: hidden;
}

#photoholder {
  width: 840px;
  height: 411px;
  background: url("/images/black_bg.gif") repeat-x top left;
}

#thephoto {
  width: 840px;
  height: 411px;
  margin: 0;
  padding: 0;
}

#welcome {
    position: relative;
    width: 200px;
    height: 200px;
    top: -340px;
    left: 620px;
}

#welcome p {
    color: #000;
}

#welcome a {
    color: #000;
}

#left {
    float: left;
    width: 380px;
}

#right {
    float: right;
    width: 300px;
}

#nyheter_left {
    float: left;
    width: 470px;
}

#nyheter_right {
    float: right;
    width: 180px;
    background-color: #f9f9f9;
    padding: 20px 10px 20px 20px;
}


/*
* Navigation
*/

#navigation ul {
    list-style: none;
    margin: 10px 0 0 50px;
    padding: 0;
}

#navigation li {
    display: block;
    float: left;
    font: .65em arial, helvetica, sans-serif;
    color: #555;
    text-transform: uppercase;
    margin: 0 0 0 15px;
}

#navigation a {
    text-decoration: none;
    color: #333;
}

#navigation li.dir_active a {
        font-weight: bold;
        color: #000;
}

/*
* Sub navigation
*/

#subnavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#subnavigation li a {
    font: .7em arial, "lucida sans", verdana, sans-serif;
    text-decoration: none;
    color: #555;
    line-height: 1.5;
}

#subnavigation li.active a {
    font-weight: bold;
}

/*
* Countdown
*/

p#countdown {
    display: block;
    margin: 25px 0 0 0;
    font: bold 1em arial, helvetica, sans-serif;
    color: #EEE;
}

p#countdown span {
    font: bold .7em arial, helvetica, sans-serif;
    text-transform: uppercase;
}

/*
* Thumbnails
*/

.thumbnail {
	float: left;
	background-color: #EFEFEF;
	padding: .5em;
	margin: 0 1em 1em 0;
}

.thumbnail img {
	border: none;
}

/*
* Partners
*/

.partnerbox {
    float: left;
    cursor: pointer;
    cursor: hand;
}

.partnerbox img {
    border: none;
}

#partners {
    margin-left: 40px;
}

/*
* Text
*/

h1 {
    font: bold 1.4em arial, "lucida sans", verdana, sans-serif;
    color: #555;
    margin: 0 0 0.8em 0;
}

h2 {
    font: bold 0.8em arial, "lucida sans", verdana, sans-serif;
    color: #555;
    margin: 2em 0 0.3em 0;;
    line-height: 1;
}

h3 {
    font: bold 0.8em arial, "lucida sans", verdana, sans-serif;
    color: #555;
    margin: 0 0 0.3em 0;;
    line-height: 1;
}

p {
    font: .7em arial, "lucida sans", verdana, sans-serif;
    color: #555;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

#left ul, #left ol, #nyheter_left ul, #nyheter_left ol, #right ul {
    font: .7em arial, "lucida sans", verdana, sans-serif;
    color: #555;
    line-height: 1.5;
    padding: 10px 0 10px 16px;
    margin: 0;
}

/*
* Links
*/

a {
    color: #555;
}

/*
* Forms
*/

fieldset {
    border: none;
    padding: 0;
}

label {
    font: bold .7em arial, "lucida sans", verdana, sans-serif;
    color: #555;
}

input.inputtext, textarea, select{
    font: .8em arial, "lucida sans", verdana, sans-serif;
    line-height: 1.3;
    margin: .2em 0 .6em 0;
    padding: .2em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background:#fff url("/images/fieldbg.gif") repeat-x top;
}

input.button {
    padding: .4em;
    border: 1px solid;
    font: .8em arial, "lucida sans", verdana, sans-serif;
    color: #444;
    border-color: #FFF #7F7F7F #7F7F7F #FFF;
    background: #ECEFE7 url("/images/btn_bg.gif") repeat-x top left;
}

/*
* Misc
*/

.clear {
    clear: both;
}

/*
* Data table
*/

table.results {
	border: none;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table.results th {
	background: #F3F3F3 url("/images/th_bg.gif") repeat-x top left;
	font: bold .7em arial,"lucidasans",verdana,sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: left;
}


table.results a{
	color: #000;
  	text-decoration: none;
}

table.results th div {
	background: url("/images/th_bottom_bg.gif") repeat-x bottom left;
}

table.results th span {
	display: block;
	padding: .5em;
	background: url("/images/separator.gif") no-repeat center right;
	cursor: help;
}

table.results td{
	font: .7em arial,"lucidasans",verdana,sans-serif;
	color: #000;
	padding: .5em;
	border-bottom: 1px dotted #CCC;
}

table.results tr:hover{
	background-color: #E3E3E3;
}

table.results tr.odd { background-color: #F3F3F3; }
table.results tr.odd:hover { background-color: #E3E3E3; }

.calendar {
    width: 185px;
    height: 165px;
    border: 1px solid #DADADA;
    border-top: none;
    margin: 0 10px 10px 0;
    float:left;
    background: url("/images/cal_bg.gif") repeat-x bottom left;
}

.calendar h3 {
    display: block;
    font: bold .7em arial,"lucidasans",verdana,sans-serif;
    color: #000;
    background: #F3F3F3 url("/images/th_bg.gif") repeat-x top left;
    margin: 0;
}

.calendar h3 span {
    display: block;
    padding: .5em;
    background: url("/images/th_bottom_bg.gif") repeat-x bottom left;
}

.calendar div {
    padding: .5em;
}

.calendar img {
    margin-bottom: 12px;
}

td {padding:2px;
font: .7em arial, "lucida sans", verdana, sans-serif;
    color: #333;
    line-height: 1.5;}
