html {height:100%;margin-bottom:1px}
body  {
	font: 11px "Lucida Grande", Arial, Helvetica, sans-serif, Verdana ;
	background: url(backbround.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;	
}
#container { 
	margin: 0 auto; 
	width: 960px;
	text-align: left;
	height:100%;
	
} 
#header { 
	padding: 0px;
	width: 100%;
		background-color:#FFFFFF;
		border:1px solid #c5def0;
} 

#header h1 {
	margin: 0; 
	padding: 0;
}

#menu { 
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainContent { 
background-color:#FFFFFF;
padding: 10px 20px 10px 20px;
border:1px solid #c5def0;
margin: 0;
clear:both;
} 

#footer { 
	padding: 0;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size:9px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center {
text-align:left;
}
a {
	color:  #0079c2;
	text-decoration:none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	}
	
h2 {
		font-size: 18px;
		line-height:1.3em;
		font-weight: normal;
		letter-spacing: 1px;
		color: #0079c2;
		}
h3 {
		font-size: 14px;
		font-weight: bold;
		line-height:1.3em;
		font-weight: normal;
		letter-spacing: 1px;
		color: #0079c2;
	}
h4 {
		font-size: 12px;
		font-weight: bold;
		line-height:1.3em;
		margin-bottom:0;
		font-weight: normal;
		letter-spacing: 1px;
		color: #0079c2;
	}
	

a:visited {color: #0079c2;}

a:hover {color: #0079c2; text-decoration:underline;}

.linje {
border:1px dotted #c5def0;
}



