﻿body, td, tr
{
    font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a,a:active,a:visited{
    color:#314844;
    text-decoration:none;
}

a:hover{
    color:#314844;
    text-decoration:underline;
}

body
{
    background: #e7eae8;
}

#wrapper
{
    background: #fff;
    width: 940px;
    margin: 20px auto auto auto;
    position: relative;
    padding: 35px 20px 20px 20px;
}

#innerwrapper
{
    width: 940px;
    position: relative;
}

#top
{
    height: 80px;
    border-bottom: 3px solid #c3c6c7;
    position: relative;
}

#logo
{
    width: 190px;
    height: 62px;
    float: left;
    position: absolute;
    left: 10px;
    top: 18px;
}


#menuHeader
{
    width: 530px;
    height: 35px;
    position: absolute;
    left: 210px; /* float:left;*/
}

#menuContent
{
    width: 530px;
    height: 15px;
    position: absolute;
    left: 210px;
    top: 54px; /*float:left;*/
}


#headerLogin
{
    width: 180px;
    height: 15px;
    position: absolute;
    left: 760px;
}

#headerSearch
{
    width: 180px;
    top: 50px;
    position: absolute;
    height: 20px;
    left: 760px;
}

#mainContent
{
    width: 940px;
    height: 300px;
    border-bottom: 3px solid #c3c6c7;
}

#ViewPageMainContent
{
    width: 680px;
    margin-right: 10px;
    min-height: 500px;
    float: left;
    margin-top: 10px;
    padding-left:20px;
}

#ViewPageRightContent
{
    width: 177px;
    float: right;
    margin-top: 10px;    
}

.vertiSeparator
{
    width: 33px;
    float: left;
    margin-top:10px;
    min-height: 500px;
    border-right:3px solid #c3c6c7;
   }

#flash
{
    width: 760px;
    height: 300px;
    position: absolute;
    top: 83px;
    left: 0px;
}

#box1
{
    background: #caddda;
    height: 264px;
    position: absolute;
    width: 160px;
    left: 760px;
    top: 91px;
    padding:10px;
}

#bottomLine1
{
    width: 750px;
    height: 135px;
    position: relative;
    margin-top: 8px;
    float: left;
}

#shortcut1
{
    background: #74a79f;
    width: 180px;
    height: 358px;
    position: relative;
    margin-top: 8px;
    float: right;
}

#bottomLine2
{
    width: 750px;
    height: 215px;
    position: relative;
    margin-top: 8px;
    float: left;
}

#shortcut2
{
    background: #caddda;
    width: 180px;
    height: 215px;
    position: relative;
    margin-top: 8px;
    float: right;
}

.serchField
{
    width: 147px;
    height: 16px;
    font-size: 11px;
    border: 1px solid #bdcdd4;
    margin: 0;
    padding: 0;
    float: left;
    background: url(../Img/searchBg.gif) repeat-x;
}

.searchBtn
{
    margin: 0;
    padding: 0;
    float: left;
    height: 18px;
    width: 30px;
}


.subMenus
{
    margin: 0 0 3px 10px;
   /** list-style: none;*/
    list-style-image:url("/Img/Arrow.png");
}
    
.subMenus a
{
    color: #000;
    text-decoration: none;
}

.subMenus a:hover
{
    color: #000;
    text-decoration: underline;
}

#headerLogin a
{
    color: #000;
    text-decoration: none;
}

#headerLogin a:hover
{
    color: #000;
    text-decoration: underline;
}

h2 a, a:active, a:visited
{
    color: #000;
    text-decoration: none;
}

h2 a:hover
{
    color: #000;
    text-decoration: underline;
}



/*OVERSKRIFTER*/

h1
{
    font-size: 22px;
    /*color:#669999;*/
    color:#669999;
}


h2
{
    font-size: 16px;
    margin-top: 0px;
}



/*TOPMENY*/

ul.menu
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu li
{
    position: relative;
    float: left;
}

ul.menu a
{
    color: #000;
    text-decoration: none;
}

ul.menu a:hover
{
    color: #000;
    text-decoration: underline;
}


/* SEARCH RES */

#searchResults 
{
	z-index:200;
	position:relative;
	padding:20px 40px 40px 40px;
}

#searchResults td
{
	padding:5px;
}

#searchResults .item 
{
	
}

#searchResults .alternating td 
{
	background: #f5f7f8;
}


#searchResults tr:last-child td
{
	background: #f5f7f8;
}

#searchResults .url a,.url a:visited
{
	color:#999;
	font-style:italic;
}
