/* Body – centrerar text och tar bort marginaler */body { 
	padding:0px;
	text-align:left;
	background-color: #ffff66;
	margin: 0px;
}

/* Center - skapar ett centrerat block */


#center {
	margin: 0px auto;
	width: 780px;
	height: 300px;
	position: absolute;
	top: 20px;
	border-top:  5px ridge #993300;
	border-left:  5px ridge #993300;
	left: 5%;
}

/* Content – absolut pos. */

#content {
	background-color: white;
	width: 570px;
	position: absolute;
	margin-right: 0px;	
	border-bottom:  5px ridge #993300;
	border-right:  5px ridge #993300;
	margin-top: 10px;
	border-top: solid 1px #993300;
	border-left: solid 1px #993300;
	top: 20px;
	left: 200px;
	padding-top: 20px;
}

/* Nav – navigering, absolut pos. */

#nav {
	width: 120px;
	position: absolute;
	float: left;
	text-align: left;
	text-decoration: none;
	top: 0px;
	left: 20px;
}

/* Bilder */

.border_float_right {
	border: 10px solid black;
	float: right;
	padding: 0px;
	margin: 0px 0px 20px 20px;
}

.float_right {
	float: right;
	padding: 0px;
	margin: 10px 20px 20px 20px;
}

#nav img {
	text-decoration: none;
	border-style: none;
	margin-top: 20px;
}

/* Textutseenden */

#nav a {
	color: #993300;
	text-decoration: none;
	text-align: center;
	font: bold 1em Arial, Helvetica, sans-serif;
}

#nav a:hover {
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}

.navigering a {
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#content p, li, td {
	color: black;
	margin-right: 20px;
	margin-left: 20px;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
}

#content h1, h2, h3, h4, h5, h6 {
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
}
#content h1 {
	font-size: 1.3em;
}

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

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

.no_wrap {
	white-space: nowrap;
}


.fet {
	font-weight: bold;
}
