
{
	margin: 0em;
	padding: 0em;
}

h1,h2, h3
{
	text-transform: uppercase;
	letter-spacing: 0.2em;	
	font-size: 6 em:
}



body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #999999;
	color: #6F5129;

}
.textrubrik {
text-transform: uppercase;
	letter-spacing: 0.2em;
}
a
{
	color: #3A2000;
	text-decoration: none;
	font-weight:bold;
	text-transform: none;
	font-size: 0.9em;
	
}

a:hover
{
	text-decoration: underline;
}

/* Outer */

#outer
{
	width: 800px;
	margin: 0.0em auto;
	
	
}

/* -------------------------------------------------------- Header ------------------------------------------------------------------------*/

#header
{
/*	padding: 0.7em; */
	text-align: center;
	
}

#header h1
{
	font-size: 2em;
}

#header h2
{
	font-size: 1em;
	color: #747474;
}


/*---------------------------------------------------------------- Menu ---------------------------------------------------------------------*/

#menu
{
	width: 800px;
	height: 100px;
	background:  url('images/a1.jpg') top left no-repeat;

}

#menu ul
{
	list-style: none;
	text-align: left;
	position: relative;
	top: 45px;
		
}

#menu li
{
	padding: 0em 1.0em 0em 1.0em;
	display: inline;
	text-align: left;
	
 	
	
}

#menu li a
{
	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

#menu  li a:hover
{
	text-decoration: underline;
}

/*------------------------------------------------------------------------- Content ---------------------------------------------*/

#content
{
	width: 800px;
	background:  url('images/a3.jpg') top left repeat-y;
}
#content table
{
	margin-bottom: 0.5em;
	
}

#content table th
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	padding: 0.1em;
}

#content table td
{
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 0.9em;
}

#content table tr.rowA
{
	background-color: #999999;
	color: inherit;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 0.9em;
}

#content table tr.rowB
{
	/*background-color: #CDBDA7;*/
	color: inherit;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 0.9em;
}
#content table tr.rowHead
{
	padding-left: 1em;
	margin-bottom: 0em;
	font-size: 10pt;
	
}


#content h2,h3
{
	position: relative;
	/*color: #3F2109; */
	margin-bottom: 0.1em;
	padding-bottom: 0.1em;
	/*border-bottom: solid 1px #DFBF99; */
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 5px #999999;
	padding-left: 1em;
	margin-bottom: 0em;
}


/* ---------------------------------------------------- bodycont ---------------------------------------------------------------------------- */

#bodypos
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -18em;
	width: 100%;
}

#bodycont
{
	margin: 2em 2.0em 0em 10em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;
	
}
#bodytabl
{
	width="580px" ;
}

#menypos
{
	position: relative;
	z-index: 12;
	float: left;
	width: 8em;
	margin-top: 2em;
	margin-left: 1.5em;
}

#menypos p
 {	font-size: 0.7em;
	text-align: left;
}
/* ---------------------------------------------------- Footer ---------------------------------------------------------------------------- */

#footer
{
	width: 800px;
	height: 90px;
	padding-top: 1px;
	background: url('images/a4.jpg') top left no-repeat;
	text-align: center;
	font-size: 0.7em;
	
}

.clear
{
	clear: both;
}