body {
	background: url('gfx/bg.gif');
	background-color: #ced2d6;
	background-repeat: repeat-x; 
	background-attachment: fixed;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

img.ram {
	border: solid 1px #000000;
	}

div#huvudram {
	width: 669px;
	position: absolute;
	top: 98px;
	left: 50%;
	margin-left: -335px;
	text-align: center;
}

div#huvudtext {
	width: 669px;
	background-color: #DBBE87;
	background-image: url('gfx/textbg.png');

}

div#menyram {
	width: 669px;
	height: 51px;
	background-image: url('gfx/meny_bg.gif');
	background-repeat: no-repeat; 
	text-align: left;

}
div.bildtext {
	color: #000000;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	text-align:center;
}

div#footer {
	width: 669px;
	height: 10px;
	background-color: #2e475a;
}

div#meny {
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	cursor: default;
}
div#undermeny {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	margin-top: 4px;
	text-align: center;
	color: #FFFFFF;
	cursor: default;
	margin-top: 5px;
}
div#copyright {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	cursor: default;
	color: #3d5e79;
	text-align: right;
}
a {
	text-decoration: underline;
}	
a.copyright {
	color: #3d5e79;
	text-decoration: none;
}
a.meny {
	text-decoration: none;
	color: #d9b980;
}
a.meny:hover {
	color: #FFDF91;
}
a.undermeny {
	text-decoration: none;
	color: #FFFFFF;
}
a.undermeny:hover {
	text-decoration: underline;
}
a.svart {
	color: #000000;
}
span {
	font-family: Verdana,Arial,Helvetica;
	color : #0A0A0A;
}

span.rubrik1 {
	letter-spacing: 2px;
	font-size: 20px;
	color: #232323;
}

span.rubrik1b {
	letter-spacing: 2px;
	font-size: 20px;
	color: #000000;
}

span.rubrik2 {
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	color: #232323;
}

span.text11 {
	font-size: 11px;
	line-height: 16px;
}

span.basic11 {
	font-size: 11px;
}

span.basic10 {
	font-size: 10px;
}

span.basic5 {
	font-size: 5px;
}
input, textarea, select, option {font-family:Verdana,Arial; font-size: 11px; background-color: #E0DAC2;}