/*
@CHARSET "ISO-8859-1";

@import url(header.css);
@import url(menu.css);
@import url(main.css);
@import url(contact.css);
@import url(news.css);
@import url(footer.css);
@import url(loggedincontent.css);
@import url(jquery.autocomplete.css);
*/

HTML,body
{
	width: 100%;
    padding: 0 auto;
	padding: 0px;
	margin: 0 auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ../images, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

p {
	margin:0px; padding:0px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear
{
clear:both;
}

h1
{
	font-family: Calibri, sans-serif, Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
}

h2
{
	font-family: Calibri, sans-serif, Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

h3
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	line-height: 1;
	font-family: sans-serif, Arial;
	font-size: 18px;
	font-weight: bold;
}

.newsTitle
{
	padding: 0px;
	padding-bottom: 3px;
}

.date
{
	color: #a7a6a6;
}

A:link 			{color: #32ac35; text-decoration: none}
A:visited 		{color: #32ac35; text-decoration: none}
A:active 		{color: #32ac35; text-decoration: none}
A:hover 		{color: #32ac35; text-decoration: underline;}

body
{
	font-family: sans-serif, Arial;
	font-size:13px;
	line-height:16px;
	color: #4d4d4d;
}

.background
{
width: 100%;
min-height: 700px;
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
}

.header
{
width: 1000px;
height: 120px;
margin-right: auto;
margin-left: auto;
background-color: transparent;
}

.headerLogo
{
width: 321px;
height: 65px;
background-image:url(../images/logo_big.png);
background-repeat: no-repeat;
float: left;
cursor:pointer;
margin-top: 18px;
}

.headerSearch
{
width: 219px;
height: 28px;
background-image: url(../images/search.png);
background-repeat: no-repeat;
float: right;
margin-top: 84px;
}

.headerSearchButton
{
background-image: url(../images/search_button.png);
float:right;
width: 48px;
height: 28px;
cursor: pointer;
}

.headerSearchField
{
background-color: transparent;
float: left;
padding-left: 10px;
padding-top: 6px;
width: 157px;
border: none;
}


.menu
{
width: 1000px;
height: 42px;
margin-right: auto;
margin-left: auto;
background-color: transparent;
}

.menuButton
{
color:#FFFFFF;
font-family:calibri, Arial;
font-size:15px;
font-weight:bold;
height:20px;
padding:11px;
width:178px;
float:left;
cursor: pointer;
}

.menuButton2
{
background-image: url(../images/button1.jpg);
text-decoration: none;
}

.menuButton2:hover
{
background-image: url(../images/button1h.jpg);
color: #007854;
}

.menuButton2Active
{
background-image: url(../images/button1h.jpg);
color: #007854;
}

.menuButton3
{
background-image: url(../images/button2.jpg);
text-decoration: none;
}

.menuButton3:hover
{
background-image: url(../images/button1h.jpg);
color: #007854;
}

.menuButton3Active
{
background-image: url(../images/button2h.jpg);
color: #007854;
}

.menuButton4
{
background-image: url(../images/button3.jpg);
text-decoration: none;
}

.menuButton4:hover
{
background-image: url(../images/button1h.jpg);
color: #007854;
}


.menuButton4Active
{
background-image: url(../images/button3h.jpg);
color: #007854;
}

.menuButton5
{
background-image: url(../images/button4.jpg);
text-decoration: none;
}

.menuButton5:hover
{
background-image: url(../images/button1h.jpg);
color: #007854;
}

.menuButton5Active
{
background-image: url(../images/button4h.jpg);
color: #007854;
}

.menuButton6
{
background-image: url(../images/button5.jpg);
text-decoration: none;
}

.menuButton6:hover
{
background-image: url(../images/button1h.jpg);
color: #007854;
}

.menuButton6Active
{
background-image: url(../images/button5h.jpg);
color: #007854;
}

.main
{
width: 1000px;
/*min-height: 600px;*/
margin-right: auto;
margin-left: auto;
border-left: 1px solid #ECECEC;
border-right: 1px solid #ECECEC;
background-color:#ffffff;
background-image: url(../images/left_column.gif);
background-repeat: repeat-y;
}

.footer
{
width: 1000px;
margin-right: auto;
margin-left: auto;
border-left: 1px solid #ECECEC;
border-right: 1px solid #ECECEC;
height: 18px;
padding-top: 5px;
background-color:#f79621;
text-align: center;
color: #4d4d4d;
}

.floatRight
{
float:right;
}

.floatLeft
{
float:left;
}

.blankett
{
height: 36px;
padding-left: 40px;
padding-top: 12px;
background-image: url(../images/attached.png);
background-color: transparent;
background-repeat: no-repeat;
margin-top: 10px;
font-weight: bold;
}

.leftColumn
{
float:left;
width: 170px;
padding-top: 10px;
color:#148943;
font-family:calibri, Arial;
font-size:13px;
font-weight:bold;
}

.bread
{
width:780px;
padding:25px;
padding-top:10px;
float: right;
overflow:hidden;
word-wrap:break-word;
}

.subMenu
{
padding: 5px;
padding-left: 12px;
color: #128a42;
cursor:pointer;
text-decoration: none;
background-color: #dedede;
}

.subMenu:hover
{
background-color: #dedede;
text-decoration: none;
}

.subSubMenu
{
padding: 5px;
padding-left: 16px;
background-repeat: no-repeat;
background-position: left center;
color: #128a42;
cursor: pointer;
text-decoration: none;
}

.subSubMenu:hover
{
background-color: #dedede;
text-decoration: none;
}

.subActive
{
background-color: #006b65;
color: #ffffff;
}

.subActive:hover
{
background-color: #006b65;
}

.L
{
float:left;
font-size:10px;
height:10px;
line-height:12px;
width:9px;
text-decoration: none;
}
/* -----------------------------  INDEX ONLY  --------------------------------*/

.footerIndex
{
background-color:#ededed;
}

.breadIndex
{
padding: 20px;
padding-top:10px;
width: 660px;
float: left;
background-color: #ffffff;
/*min-height:655px;*/
}

.breadBigButtonsContainer
{
height: 105px;
width: 644px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

.breadBigButtonsL
{
height: 105px;
width: 322px;
float: left;
background-image: url(../images/m&p_button.jpg);
cursor: pointer;
}

.breadBigButtonsR
{
height: 105px;
width: 322px;
float: left;
background-image: url(../images/h&p_button.jpg);
cursor: pointer;
}

.rightColumn
{
width: 300px;
padding-top: 20px;
float: right;
}

.rightBox
{
width: 300px;
min-height: 30px;
float: left;
background-image: url(../images/divider.gif);
background-repeat: repeat-x;
padding-top: 10px;
padding-bottom: 5px;
}

.rightBoxLink
{
float: right;
background-color: transparent;
padding-right: 10px;
padding-top: 10px;
}

.fondStats
{
float: right;
color: #007854;
background-color: transparent;
padding-right: 10px;
}

.fondStatsText
{
float: left;
background-color: transparent;
width: 200px;
}

.zebraWhite
{
padding: 5px;
padding-left: 10px;
height: 16px;
}

.newsItem
{
padding: 5px;
padding-left: 10px;
border-bottom:dotted 1px gray;
padding-bottom:20px;
}

.newsImg
{
width:750px;
overflow:hidden;
}

.zebraGrey
{
padding: 5px;
padding-left: 10px;
background-color: #ededed;
height: 16px;
}

.lsf_white { background-color:white; }
.lsf_gray { background-color:#ececec; }

.contentText
{
width:770px;
overflow:hidden;
word-wrap:break-word;
}
