html {
	height:100%;
}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;	
	height: 100%;
	/*background-image: url(grafik/fs_main_bg_1024.gif);
	_background-image: none;*/
	background-repeat: repeat-y
	font-family: arial;
	font-size: 12px;
} 

.align-left{
	text-align:left;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}


body TD {
	font-family: arial;
	font-size: 12px;
}
body div {
	font-family: arial;
	font-size: 12px;
}

a {
	text-decoration: underline;
	color: #333;
	font-family: arial;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a:visisted {
	text-decoration: none;
}
/* Kolonner */

#mainbox {	
	height: 100%;
	width: 980px;
	background-image: url(grafik/fs_main_bg_1024.gif);
	background-repeat; repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#toplogo {
	height: 57px;
	_height: 80px;
	width: 605px;
	_width: 980px;
	background-image: url(grafik/fs_logobar_1024_2.gif);
	text-align: left;
	padding-left: 185px;
	padding-right: 190px;
	vertical-align: middle;
	overflow: hidden;
	padding-top: 23px;
}
#toptext {
	height: 60px;
	color: white;
	vertical-align: middle;

}
#menucol {
	padding-top: 15px;
	text-align: left;
	float: left;
	width: 169px;
}
#contentcol {
	padding-top: 15px;
	float: right;
	text-align: left;
	width: 780px;
	_width: 795px;
	padding-right: 15px;
}

#bundbar {
	background-image: url(grafik/fs_bund_1024.gif);
	height: 32px;
	float: none;
	clear: both;
	text-align: center;
	bottom: 0px;
	/*_bottom: -2px;*/	
	position: fixed;
	
	width: 100%;
	_width: 980px;	
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}

/*.twocol .leftcontent{
	padding-top: 15px;
	text-align: left;
	float: left;
	width: 495px;
	padding-left: 0px;
	margin-left: 0px;
}

.twocol .rightcontent{
	padding-top: 15px;
	text-align: left;
	float: right;
	width: 270px;
}

.threecol .leftcontent{
	padding-top: 15px;
	padding-right: 16px;
	text-align: left;
	float: left;
	width: 249px;
	_width: 259px;
}

.threecol .middlecontent{
	padding-top: 15px;
	text-align: left;
	float: left;
	width: 249px;
}

.threecol .rightcontent{
	padding-top: 15px;
	text-align: left;
	float: right;
	width: 249px;
}*/


.topLogoText td { vertical-align: middle; }


/* MENU */

#menucol ul {
	list-style-type: none;
}
ul ul {
	list-style-type: none;
}

.menu1-level1-no a, .menu1-level1-act a, .menu1-level2-no a, .menu1-level2-act a, .menu1-level3-no a, .menu1-level3-act a, .menu1-level1-cur a, .menu1-level2-cur a, .menu1-level3-cur a{
	display: block;
	font-family: "arial";
	font-size: 12px;

	_line-height: normal;
	color: #000000;
	text-decoration: none;
	margin-left: -17px;
	_margin-left: -22px;
	padding-left: 17px;
	_padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
}

.menu1-level2-no a, .menu1-level2-act a, .menu1-level2-cur a{
	margin-left: -47px;
	padding-left: 17px;
	_margin-left: -47px;
	_padding-left: 17px;
}

.menu1-level3-no a, .menu1-level3-act a, .menu1-level3-cur a{
	color: #333333;
	margin-left: -77px;
	padding-left: 17px;
	_margin-left: -77px;
	_padding-left: 17px;
}

.menu1-level1-no a, .menu1-level2-no a, .menu1-level3-no a{
	background-image: url(grafik/fs_no_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 55%;	

}
li .menu1-level1-no a, li .menu1-level2-no a, li .menu1-level3-no a, li .menu1-level4-no a{
	background-image: url(grafik/fs_no_menu.jpg);
}

.menu1-level1-act a, .menu1-level2-act a, .menu1-level3-act a{
	background-image: url(grafik/fs_act_menu.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}

.menu1-level1-cur a, .menu1-level2-cur a, .menu1-level3-cur a{
	background-image: url(grafik/fs_cur_menu.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}

.menu1-level1-act a:visited, .menu1-level2-act a:visited, .menu1-level1-cur a:visited, .menu1-level2-cur a:visited{	
	color: #000000;
}

.menu1-level3-act a:visited, .menu1-level3-cur a:visited{
	color: #333333;
}

.menu1-level1-no a:visited{	
	color: #000000;
}
.menu1-level1-no a:hover, .menu1-level2-no a:hover, .menu1-level3-no a:hover {
	color: #666666;
}


/* TEKST */


p, p.bodytext , p.bodytext TD, .rightcontent p.bodytext , .csc-textpic-caption {
	font-family: "arial";
	font-size: 12px;
	color: #000;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	margin-bottom: 15px;
}

#toptext p.bodytext { margin-bottom: 0px;}

/*
.twocol .leftcontent p.bodytext{
	padding-left 20 px;
	_padding-left 0px;
	margin-left: 20px;
	_margin-left: 20px;
}
*/

#bundbar p.bodytext, #bundbar p.bodytext a {
	font-family: "arial";
	font-size: 12px;
	color: #000000;
	padding-top: 4px;
	margin-top: 10px;
	_padding-top: 20px;
	_margin-top: 0px;
	_margin-bottom: -20px;
	text-decoration: none;
}
#bundbar p.bodytext a:visited {
	color: #000000;
}

.csc-subheader {
	font-family: "arial";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#bundbar p.bodytext a:hover {
	color: #666666;
}

h1, h1 a {
	font-family: "arial";
	font-size: 35px;
	font-weight: normal;
	color: #6A6967;
	padding-top: 0px;
	text-decoration: none;
	margin-bottom: 20px;
}

h2, h2 a {
	font-family: "arial";
	font-size: 18px;
	font-weight: normal;
	color: #6A6967;
	margin-top: -10px;
	top: -3px;
	_top: -6px;
	position: relative;
	text-decoration: none;
}


h3, h3 a {
	font-family: "arial";
	font-size: 18px;
	font-weight: normal;
	color: #6A6967;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none;
}

#toplogo h1 {
	font-family: "arial";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
/*
.rightcontent h1, .leftcontent h1, .middlecontent h1{
	font-family: "arial";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	margin-bottom: 10px;

}

.rightcontent h2, .leftcontent h2, .middlecontent h2 {
	font-family: "arial";
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 0px;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

.rightcontent h3, .leftcontent h3, .middlecontent h3{
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: -3px;	
}

*/
#toplogo p.bodytext, #toplogo p.bodytext a {
	font-family: "arial";
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	float: bottom;
}

#toplogo p.bodytext strong {
	font-size: 12px;
}

/* MAIL FORM */

	.csc-mailform-field {margin-bottom: 5px;_margin-left:5px;}

	.csc-mailform-field label {

		font-family: "arial";
		font-size: 12px;
		color: #000000;
		width: 300px;
		float: left;
		display: block;
	}

	.csc-mailform-field .csc-mailform-radio label {
		float: left;
		display: block;
	}
	
	.csc-mailform input, .csc-mailform textarea{
		font-family: "arial";
		font-size: 10px;
		color: #000000;
	}

