/* @override http://akessonsost.se/akessons.css */

body { 
	padding:0px;
	text-align: left;
	margin: 0px;
	background: #a32500 url(bilder/kakel.gif) repeat-y 300px;
}

/* Nav – navigering, absolut pos. */

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

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

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

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

/* Content */

#contentruta {
	width: 570px;
	height: 490px;
	position: absolute;
	border-top: 3px solid black;
	border-left: solid 3px black;
	border-bottom: 5px solid #cc9933;
	border-right: 5px solid #cc9933;
	padding: 0px;
	overflow: auto;
	top: 30px;
	left: 175px;
	margin: 0px;
	text-align: left;
	background-color: #f5f1d4;
}

#content{
	width: 500px;
	position: relative;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#content p, li, ul, td {
	color: black;
	font: 14px/1.4em Arial, Helvetica, sans-serif;
	text-align: left;
}

#content h1, h2, h3, h4, h5, h6 {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.linehight_small {
	margin-bottom: -0.6em;
}

.no_wrap {
	white-space: nowrap;
}

.fet {
	font-weight: bold;
}


/* Bilder */

.right {
	margin: 10px 0px 10px 20px;
	position: static;
}

img {
	border: 2px solid black;
}

