*
{
    margin: 0;
}
html, body, form
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/Skabelon02_notext_Top_1.gif) repeat-x;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #333333;
    background-color: #fff;
}

#force-scrollbar
{
    position: absolute;
    top: 0;
    bottom: -2px;
    width: 1em;
    z-index: -1;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}

input, textarea
{
    font: bold 1.2em "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #333333;
}

#ansoegning
{
    position: relative;
}

#ansoegning input, textarea
{
    font: normal 1.0em Verdana;
    color: #333333;
}


h1, h2, h3
{
    margin: 0;
    font-weight: normal;
    color: #333333;
}

h1
{
    letter-spacing: -1px;
    font-size: 2.6em;
}

h2
{
    font-size: 1.8em;
    margin-bottom: 10px;
}

h3
{
    font-size: 1em;
    font-weight: bold;
}

p, ul, ol
{
    margin-bottom: 1.6em;
    line-height: 180%;
}

p
{
}

blockquote
{
    font-style: italic;
}

ul
{
}

ol
{
}


a
{
    /*    border-bottom: 1px dotted #EFEFEF;     text-decoration: none;     color: #356AA0; */
}

a:hover
{
    /*    text-decoration: none;     color: #CC0000; */
}

small
{
}

/*
hr
{
    display: none;
}
*/
img
{
    border: none;
}

img.left
{
    float: left;
    margin: 0 15px 0 0;
}

img.right
{
    float: left;
    margin: 0 0 0 15px;
}

.Error
{
    color: Red;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
}

/* Header */

#header
{
    width: 1000px;
    height: 119px;
    margin: 0 auto;
    position: relative;
}

#headerLogo
{
    position: absolute;
    top: 10px;
    width: 312px;
    right: 0px;
}

#headerLogo img
{
    padding-top: 0px;
}


#header h1
{
    float: left;
    margin-top: 10px;
    padding: 30px 190px 0 0; /*background: url(/images/img02.jpg) no-repeat right top;*/ /*text-transform: lowercase;*/
    letter-spacing: -3px;
    font-size: 4.4em;
}

#header h1 span
{
    color: #CC0000;
}

#header h1 a
{
    color: #807FBD;
}


/* Search */

#headerContact
{
    float: right;
    width: 150px;
    padding: 70px 0 0 0;
    color: #807FBD;
}

/* Page */

#dowhite
{
    background-color: #fff;
    width: 100%;
}

#page
{
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
    background-color: #fff;
}

/* Menu */

#menubar
{
    background: #FFFFFF url(/images/menu_1.gif) repeat-x;
    height: 29px;
    width: 100%;
    text-align: left;
}

#menubarShade
{
    background: #FFFFFF url(/images/topshade_13x1.png) repeat-x;
    height: 13px; /*width: 100%;     text-align: center; */
}


#menu {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	/*width: 109px;*/
	height: 45px;
	padding: 20px 12px 0px 12px;
	border-left: 1px solid #EDEBD5;
	/*text-transform: lowercase;*/
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #F49A24;
	color: #FFFFFF;
}

/*
#menu
{
    width: 1000px;
    height: 29px;
    margin: 0 auto;
}

#menu a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    height: 29px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    margin: 0px;
    vertical-align: middle;
}

#menu a:hover
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    height: 29px;
    background-color: #3366CC;
}

#menu ul
{
    float: left;
    height: 29px;
    margin: 0px;
    padding: 0px;
}

#menu li
{
    display: inline;
    height: 29px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

#menu .spacer
{
    color: #fff;
}
*/
.subMenuCol
{
     width: 200px;
     vertical-align: top;
}

.subMenuCol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.subMenuCol li {
	display: block;
	width: 200px;
	padding-left: 4px;
}

.subMenuCol a {
	height: 22px;
	padding: 3px 3px 5px 5px;
	text-decoration: none;
	font-size: 100%;
	color: #999999;
	width: 200px;
	display: block;
}

.subMenuCol a:hover {
	background: #F7F7F4;
	color: #666666;
}

.subMenuCol .active a {
	background: #F49A24;
	color: #FFFFFF;
}



/* Content */

#content
{
    width: 700px;
    position: relative;
}

#contentWide
{
    width: 1000px;
}

.addCol
{
    width: 150px;
    background-color: #fff;
    vertical-align: top;
    text-align: center;
    color: #ddd;
}

.addColFront
{
    width: 150px;
    background-color: #fff;
}

.post
{
    padding: 12px 50px;
    background: url(/images/img04_cam_small_g2.jpg) no-repeat;
}

.post .title
{
    letter-spacing: -1px;
    font-size: 2.4em;
    color: #807FBD; /* #356AA0; */
    padding-left: 0px;
}

.post .meta
{
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #EFEFEF;
    line-height: normal;
    color: #666666;
}

.entry
{
    margin-top: 15px;
}

/* Sidebar */

#sidebar
{
    float: left;
    width: 250px;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li
{
    margin-bottom: 20px;
    padding: 20px 40px;
    background: url(/images/img03-w250_purple.jpg) no-repeat;
}

#sidebar li ul
{
    line-height: 2em;
}

#sidebar li li
{
    margin: 0;
    padding: 0;
    background: none;
    border-bottom: 1px solid #EFEFEF;
}

#sidebar h2
{
    margin-bottom: 10px;
    text-transform: lowercase;
    letter-spacing: -1px;
    color: #807FBD; /* #CC0000;*/
}

#sidebar a
{
    border: none;
    color: #807FBD;
    font-weight: bold;
}

#sidebar a:hover
{
    border: none;
    color: #003366;
}

/* Banner bottom */
#banBottom
{
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 40px;
}

/* Footer */

#footer
{
    background: #FFC12E;
    padding: 30px 0px 15px 0px;
}

#footer p
{
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: normal;
}

#footer a
{
    border: none;
    color: #696363;
    text-decoration: none;
}

#footer a:hover
{
    border: none;
    color: #000;
    text-decoration: underline;
}


.footer, .push
{
    height: 4em;
}

.footer
{
    background: #000000;
}

.footer p
{
    margin: 0;
    padding: 10px 0px 0px 0px;
    text-align: center;
    line-height: normal;
}

.footer a
{
    border: none;
    color: #254B68;
}

.footer a:hover
{
    border: none;
    color: #fff;
}

#legal
{
    color: #696363;
}

/* Flow */

.flowWiz
{
    margin-bottom: 45px;
}

.flowButton
{
    background: url(     '/Images/button_yellow.png' );
    color: #fff;
    border: none;
    width: 109px;
    height: 37px;
}

.headLine
{
    color: #770C01;
    font-size: 1.4em;
    padding-bottom: 20px;
}

.headLineSub
{
    color: #333333;
    font-size: 1.0em;
    padding-bottom: 5px;
    font-weight: bold;
}

.itemDiv
{
    padding: 10px 10px 10px 10px;
    font-size: 0.9em;
}

.itemText
{
    padding: 3px 3px 3px 8px;
    font-size: 0.9em;
}

