/**************************************************************************************************** 
-- Lavet af Hans Henrik Jensen for Cumuli 2007 --
-- Master CSS Stylesheet for Axel website der styre alle templates --
-- OBS!! Se "navigationCumuliStyle.css" for CSS Stylesheet der styre navigationen --
*****************************************************************************************************
Body, links, og typografi -
****************************************************************************************************/
*{margin:0;}

html, body{
	height: 100%; /* Required */
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-image:url(img/top_strip.jpg);
	background-repeat:repeat-x;
	margin:0;
}
p{
	margin:0;
	padding:0;
}

.column2_image {
	float: left;
	margin-bottom: 5px;
	clear: both;
}

.column2_caption {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.axelHeadliner01{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a:link {
	color:#9b8e2e;
	text-decoration:none;
}
a:visited{
	text-decoration:none;
	color:#655b15;
}
a:hover{
	text-decoration:none;
	color:#002786;
}
a:active{
	text-decoration:none;
	color:#002786;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{
	font-size:12px;
	color:#000000;
}
h2{
	font-size:14px;
	color:#000000;
}
.h1Gold{
	font-size:12px;
	color:#9B8E2E;
	font-weight:normal;
}
.h1GoldBold{
	font-size:12px;
	/*color:#9B8E2E;*/
	color: #000;
	font-weight:bold;
}
a img{
	border:none; 
}

td{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
	padding:0;
	margin:0;
}
/**************************************************************************************************** 
-- Div tags og classes --
****************************************************************************************************/
#axel_logo{
	float:left;
	padding-top:10px;
	text-align:left;
	width:100px;
	height:36px;
}
#contentContainer{
	text-align:center;
	width:100%;
	height:96.7%;
	min-height:96.7%;
	padding-bottom: 40px;
}
#insideContentContainer{
	width:783px;
	height:auto;
	margin:0px auto 0px auto;
}
#frontpageTitle{
	clear:both;
	height:28px;
	padding-top:0px;
	padding-bottom:0px;
}
#flashcontent{
	text-align:left;
	width:628px;
	height:162px;
	float:left;
}
#sidebarContainer{
	margin-left:23px;
	background-image:url(/img/dottedline_v.jpg);
	background-repeat:repeat-y;
	text-align:left;
	width:132px;
	height:auto;
}
#sidebarContainerTop{
	background-image:url(/img/dottedline_h.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#subNavigation{
	margin-left:12px;
	width:120px;
	font-weight:bold;
}
#subTeaser{
	border:none;
	margin-left:12px;
	width:120px;
	height:auto;
	text-align:center;
	color: #333333;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Helvetica, Arial, sans-serif;
} 
#mainContent{
	margin-top:10px;
	text-align:left;
	width:629px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
}
/**************************************************************************************************** 
-- Login page and login components --
****************************************************************************************************/

#sidebarFormSearch{
	width:132px;
	float:right;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#000;
	position:relative;
}

#sidebarFormSearch .textfield {
	width:120px;
	height:15px;
	border:solid 1px #8fa9c1;
}

#sidebarTitle01{
	float:right;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333333;
}
#loginForm01{
	width:132px;
	float:right;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#000;
	position:relative;
}
#username{
	margin-top:5px;
	margin-bottom:5px;
	width:120px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
}
#password{
	margin-top:5px;
	width:120px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
}
.login{
	margin-top:5px;
	width:65px;
	height:auto;
	background-color:#e9e9e9;
	color: #333333;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}
/**************************************************************************************************** 
-- Search page and search components --
****************************************************************************************************/
#formSearch01{
	float:right;
	padding:0px 0px 0px 0px;
	margin:10px 8px 0px 0px;
	width:200px;
	height:35px;
	text-align:right;
	background-color:;
	position:relative;
	vertical-align:;
}

#formSearch01 #keyword {
	width:120px;
	height:15px;
	border:solid 1px #8fa9c1;
}

#frmSearch{margin:0;padding:0;height:20px;
}
#keyword{
	height:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:17px;
	color:#000;
	border:0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 3px;
	vertical-align:middle ;
}
#submit{
	padding:0px 0px 0px 0px;
	margin:1px 0px 0px 0px;
	vertical-align: middle;

} 
#SearchResultInfo{
	color: #333333;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	padding-bottom:10px;
}
#searchPageContent li{
	text-decoration:none;
	color: #333333;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom: dotted 1px #9B8E2E;
}
#searchPageContent a{
	text-decoration:none;
	color: #333333;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}
#searchPageContent a:hover{
	text-decoration:none;
	color:#3333FF;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}
#SearchResultPaging{
	color: #333333;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	padding-top:10px;
}
/**************************************************************************************************** 
-- Corporate Teasers with text and Image version 1 and 2 --
****************************************************************************************************/
div#corporateTeaser_w_i01{
	width:120px;
	height:24px;
	padding-top:5px;
	font-family:Arial;
	font-size:10px;
	color:#333;
	font-weight:bold;
	background-image:url(/img/sub_btn_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}
div#corporateTeaser_w_i02{
	width:120px;
	height:24px;
	padding-top:5px;
	font-family:Arial;
	font-size:10px;
	color:#333;
	font-weight:bold;
	background-image:url(/img/sub_btn_bg_over.jpg);
	background-repeat:no-repeat;
	float:left;
}
div#corporateTeaser_w_i03{
	width:120px;
	height:24px;
	padding-top:5px;
	font-family:Arial;
	font-size:10px;
	color:#333;
	font-weight:bold;
	background-image:url(/img/sub_btn_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}
div#corporateTeaser_w_i04{
	width:120px;
	height:24px;
	padding-top:5px;
	font-family:Arial;
	font-size:10px;
	color:#333;
	font-weight:bold;
	background-image:url(/img/sub_btn_bg_over.jpg);
	background-repeat:no-repeat;
	float:left;
}
div#corporateTeaser_w_i05{
	width:120px;
	height:24px;
	padding-top:5px;
	font-family:Arial;
	font-size:10px;
	color:#333;
	font-weight:bold;
	background-image:url(/img/sub_btn_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}
div#corporateTeaser_w_i01 a{
	text-decoration:none;
	color:#333;
}
div#corporateTeaser_w_i01 a:hover{
	text-decoration:none;
	color:#333;
}
div#corporateTeaser_w_i02 a{
	text-decoration:none;
	color:#333;
}
div#corporateTeaser_w_i02 a:hover{
	text-decoration:none;
	color:#333;
}
div#corporateTeaser_w_i03 a{
	text-decoration:none;
	color:#333;
}
div#corporateTeaser_w_i03 a:hover{
	text-decoration:none;
	color:#333;
}
div#corporateTeaser_w_i04 a{
	text-decoration:none;
	color:#333;
}
div#corporateTeaser_w_i04 a:hover{
	text-decoration:none;
	color:#333;
}
div#corporateTeaser_w_i05 a{
	text-decoration:none;
	color:#333;
}
div#corporateTeaser_w_i05 a:hover{
	text-decoration:none;
	color:#333;
}
/**************************************************************************************************** 
-- Styles for Dictionary --
****************************************************************************************************/
div#axelDictionary{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
}
div#axelDictionary ul{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	border-bottom: dotted 1px #9B8E2E;
}
div#axelDictionary ul a{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
}
div#axelDictionary li{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
}
div#axelDictionary li a{
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;
}
div#axelDictionary li a:hover{
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#9B8E2E;
	padding-top:5px;
	padding-bottom:5px;
}
div#axelDictionary a{
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
}
div#axelDictionary a:hover{
	text-decoration:underline;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
}
#LetterIndexList{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#9B8E2E;
	padding-top:5px;
	padding-bottom:5px;
}
.LetterIndex Style1{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#ccc;
	padding-top:5px;
	padding-bottom:5px;
}
div#A h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#B h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#C h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#D h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#E h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#F h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#G h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#H h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#I h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#J h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#K h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#L h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#M h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#N h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#O h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#P h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#Q h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#R h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#S h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#T h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#U h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#V h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#W h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#X h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
div#Z h2{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	height:10px;
	padding-top:5px;
}
/**************************************************************************************************** 
-- Styles for News --
****************************************************************************************************/
div#newsTopPage{
	font-family:Verdana;
	font-size:10px;
	color:#333;
}
div#newsTopPage a{
	text-decoration:none;
	color:#333;
}
div#newsTopPage a:hover{
	text-decoration:none;
	color:#002686;
}
.NewsTeaserItemDate{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#9B8E2E;
	padding-top:5px;
}
.NewsArchiveItemDescription{
	padding: 0em 0em 0.8em 0em;
}
.NewsArchiveItemTitle{
	font-family:Verdana;
	font-size:11px;
	color:#333;
	font-weight:bold;
}
div#NewsArchivePaging{
	padding: 1em 0em 0em 0em;
}
div#NewsArchivePaging a{
	text-decoration:none;
	color:#333;
}
div#NewsArchivePaging a:hover{
	text-decoration:none;
	color:#002686;
}
.NewsArchiveItemDescription{
	border-bottom: dotted 1px #9B8E2E;
}

/**************************************************************************************************** 
-- Newsletter subscription styles --
****************************************************************************************************/
div.newsletterDottedline{
	background-image:url(/img/dottedline_h.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:4px 0px 10px 0px;
	height:15px;
}
input.text{
margin:10px 6px 4px 0px;
padding-left:2px;
height:15px;
border:#1c5180 solid 1px;
font-size:10px;

}
input.button{
margin:11px 0px 0px 0px;
vertical-align: top;
}

.FormBuilderInputElement{
line-height:22px
}

/**************************************************************************************************** 
-- Layout Contact --
****************************************************************************************************/
#contact-left {
	float: left;
	width: 265px;
	padding-right:10px;
	margin-top:0px;
}
#contact-center { 
	float: left;
	width:105px;
	text-align:center;
}
#contact-right {
	float: left;
	width: 160px;
	padding-left:10px;
	margin-top:0px;
}
.tdVertDot{
background-image:url(img/dottedline_v.jpg);
background-position:left;
background-repeat:repeat-y;
width:20px;
} 
.tdHorizDot{
background-image:url(img/dottedline_h.jpg);
background-repeat:repeat-x;
background-position:top;
} 

/**************************************************************************************************** 
-- Layout 2 columns standard --
****************************************************************************************************/

#contentWrapper{
position:relative;
	width: 629px;
	height: 200px;
	background-image:url(/img/dottedline_v.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
}
#side-left {
	position:relative;
	float: left;
	width: 299px;
	padding-right:10px;
	margin-top:0px;
}

#side-right {
position:relative;
	float: right;
	width: 299px;
	padding-left:10px;
	margin-top:0px;
	vertical-align:top;
}
#center { 
position:relative;
	float: left;
	width:5px;
	height:100px;
	text-align:center;
	background-color:;
}
/* The hack */
#centerImage{
	text-align:center;	
	background-image:url(img/pixel.gif);
	background-repeat:none;
	background-color: ;
}
#img_holder01{
	width:292px;
	height:190px;
	padding-left:4px;
}
#smallWrapper{
	width:292px;
	height:147px;
}
#img_holder02{
	float:left;
	width:163px;
	height:147px;
	padding-top:10px;
	padding-left:4px;
}
#captionHolder01{
	float:left;
	width:110px;
	height:147px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#000;
	margin:8px 0px 0px 8px;
}
/**************************************************************************************************** 
-- Layout 2 columns Frontpage --
****************************************************************************************************/
#contentWrapperFrontpage{
	width:629px;
	height:auto;
}
#side-left-frontpage {
	float: left;
	width: 312px;
	border:solid 1px #EEEEEE;
	background-color:;
	position:absolute;
	text-align:center;
}
#subside-left-float{
	width:272px;
	margin:15px auto 15px auto;
	background-color:;
	text-align:left;
}
#side-right-frontpage {
	float: right;
	width: 296px;
	margin-top:0px;
	background-color:;
}

#side-right-frontpage IMG {
	margin-top:10px;
	margin-bottom:10px;
}

#articleDivider{
	background-image:url(img/dottedline_h.jpg);
	background-repeat:repeat-x;
	width:290px;
	height:10px;
	margin:8px 0px 0px 0px;
	position:relative;
	background-color:;
}


/**************************************************************************************************** 
-- Layout Download by Steen Knarberg--
****************************************************************************************************/
#downloadWrapper{
	float:left;
 	position:absolute;
 	width:635px;
 	height:400px;
}
#downloadTxtholder{
margin:5px 5px 5px 5px;
padding:0;
}
#downloadCategory{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	position:relative;
	float:left; 
	background-color:#002786; 
	height:auto; 
	width:197px;
	padding:0px 0px 0px 0px;
	margin:0px 15px 19px 0px;
}
#downloadCategoryLast{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	position:relative;
	float:left; 
	background-color:#002786; 
	height:auto; 
	width:197px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 19px 0px;
}

#downloadCategory a{
color:#FFFFFF;
}
#downloadCategoryLast a{
color:#FFFFFF;
}
.downloadSpacer{
	width:100px;
	height:4px;
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#adoberead{
	margin-top:10px;
	width:130px;
	height:40px;
	position:absolute;
}

/****** Download Underpage*******/
.downloadUnderpageLeft{
	position:relative;
	width:280px;
	height:auto;
	float:left;
	margin-right:48px;
}
.downloadlinedivider{
	position:relative;
	width:280px;
	height:7px;
	margin:5px 0px 0px 0px;
	background-image:url(img/dottedline_h.jpg);
	background-repeat:repeat-x;
}
.downloadUnderpageRight{
	position:relative;
	width:290px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	background-color:;
}
.downloadUnderpageArticleWrapper{
	position:relative;
	width:185px;
	height:100px;
	background-color:#002786;
	margin:14px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.downloadUnderpageArticle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	position:relative;
	width:180px;
	height:94px;
	margin:5px 0px 0px 5px;
}

.downloadUnderpageThumb{
	position:relative;
	width:88px;
	height:96px;
	background-color:#FFFFFF;
	margin:14px 0px 0px 7px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border:1px #002786 solid;
	float:left;
	background-color:;
	vertical-align:middle;
}
.downloadUnderpageThumb img{
	height:96px;
}

/**************************************************************************************************** 
-- Layout 2 columns Download --
****************************************************************************************************/
#contentWrapper{
	width:629px;
	height:auto;
	background-image:url(img/dottedline_v.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#contentWrapperDownload{
	width:629px;
	height:auto;
}
#side-leftDownload {
	float: left;
	width: 308px;
	padding-right:10px;
	margin-top:0px;
}
#side-leftDownload li{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: dotted 1px #9B8E2E;
}
#side-leftDownload li a{
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	color:#002686;
}
#side-leftDownload li a:hover{
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	color:#9B8E2E;
}
#side-rightDownload {
	float: right;
	width: 308px;
	padding-left:10px;
	margin-top:0px;
}
#center { 
	float: left;
	width:10px;
	text-align:center;	
}
/* The hack */
#centerImage{
	text-align:center;	
	background-image:url(/img/pixel.gif);
	background-repeat:none;
}
#img_holder01{
	width:292px;
	height:190px;
	padding-left:4px;
}
#smallWrapper{
	width:292px;
	height:147px;
}
#img_holder02{
	float:left;
	width:163px;
	height:147px;
	padding-top:10px;
	padding-left:4px;
}
#captionHolder02{
	float:left;
	width:129px;
	height:147px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#9B8E2E;
	padding-left:10px;
}
#underContentWrapper{
	clear:both;
	width:629px;
	height:auto;
	padding-top:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#9B8E2E;
	
}
/**************************************************************************************************** 
-- Footer --
****************************************************************************************************/
#contentContainer:after {
  	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
}
#container-foot {
  	width: 100%;
  	background:#002686;
  	position: absolute;
  	bottom: 0 !important;
  	bottom: -1px; /* For Certain IE widths */
  	height: 14px;
}
#foot {
  	background-color:#002686;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#FFFFFF;
	position: fixed;
	width:100%;
	padding:5px 0px 5px 0px;
	bottom: 0px;
	clear: both;

}
/**************************************************************************************************** 
Slut *rut finale -
****************************************************************************************************/
