/* Start of CMSMS style sheet 'fiskidag' */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#2A3260 url(uploads/images/layout/tile.gif) repeat-x;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0em 0em 1em 0em;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2 {
		color:#2C3762;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background: #fff url(uploads/images/layout/grafik.gif) repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	background:#fff url(uploads/images/layout/header.gif) no-repeat;
    height:130px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
	
	div#navigation {
		padding:1em;
		background:#fff url(uploads/images/layout/nav_white.gif) no-repeat;
		height:50px;
		}
		div#navigation p {
			font-style:italic;
			font-size:1.1em;
			margin:0;
		}	

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#fff;
	border-top:6px double white;
       border-bottom:10px solid #2B305F;
    }
	div#footer p {
		padding:1em;
		margin:0;
	}

	#faux {
	 overflow: auto;
	 width: 100%
	}

	
	#leftcolumn { 
	 display: inline;
	 color: #333;
	 margin: 0px 10px 10px 10px;
	 padding: 0px;
	 width: 210px;
	 float: left;
	 border:0px solid #000;
	}
	#rightcolumn { 
	 float: right;
	 color: #333;
	 margin: 0px 10px 10px 0px;
	 padding: 0px;
	 width: 620px;
	 display: inline;
	 position: relative;
	border:0px solid #000
	}
		
	.clear { clear: both; background: none; }

a.submeny:link {font-size:13px; color:#18507C; text-decoration:none; padding-bottom:3px;}
a.submeny:visited {font-size:13; color:#18507C; text-decoration:none; padding-bottom:3px;}
a.submeny:hover {font-size:13px; color:#18507C; text-decoration:none; padding-bottom:3px; font-weight:bold;}
a.submeny:active {font-size:13px; color:#18507C; text-decoration:none; padding-bottom:3px;font-weight:bold;}

a.submeny_top:link {font-size:13px; color:#18507C; text-decoration:none;}
a.submeny_top:visited {font-size:13; color:#18507C; text-decoration:none;}
a.submeny_top:hover {font-size:13px; color:#18507C; text-decoration:none; font-weight:bold;}
a.submeny_top:active {font-size:13px; color:#18507C; text-decoration:none; font-weight:bold;}

#meny {margin-left:35px;}
#meny li{display: inline; list-style-type: none; }
/* End of 'fiskidag' */

