﻿body {
	background-color: #ffffcc; /* #ffffcc */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 0;
}
a:hover {
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a {
	font-family: Arial, Helvetica, sans-serif;
/*	color: #008000; */
	color: #006600;
	text-decoration: none;
}

.layout {
	width: 800px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}

.standardtext {
	font-size: 16px;
}

#copyright {
	font-size: 10px;
	background-image: url('graphics/copyright-kantlinje.jpg');
	height: 20px;
}

#breadbox {
	width: 680px;
	padding: 3px;
}

#menu { width: 120px; }

#menu ul {
	list-style-type: none;
	width: 120px;
	position: relative;
	left: -35px; 
	top: 0;
/*	float: left;
	clear: right; */
} 

#menu li {
/*
	border: 1px dotted #999;
	border-width: 1px 0;
	margin: 5px 0;
*/
}

#menu li a { 
	color: #ff9900;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0px;
	text-decoration: none;
}

* html #menu li a {  /* make hover effect work in IE */
	width: 120px;
}

#menu li.left a:hover {
/*	background-color: #3d3; */
	color: #080;
	background-image: url('graphics/paw-left.gif'); 
	background-repeat: no-repeat;
	background-position: center right;
/*	border-right: 5px solid #009900; */
}

#menu li.right a:hover {
/*	background-color: #3d3; */
	color: #080;
	background-image: url('graphics/paw-right.gif'); 
	background-repeat: no-repeat;
	background-position: center right;
/*	border-right: 5px solid #009900; */
}

#skrytruta {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	width: 80%;
	border-bottom: 1px solid #006600;
	padding: 0px;
}

#skrytruta th {
	color: #ffffcc;
	font-size: 12px;
	text-align: left;
	text-indent: 20px;
	border-bottom: 1px solid #006600;
	background-image: url('graphics/skryt-tab2.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#skrytruta td {
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
}

.skryt-post {
	font-size: 12px;
}
.skryt-input {
	width: 400px;
	font-size: 12px;
}
.skryt-freetext {
	width: 400px;
	height: 200px;
	font-size: 12px;
}
.skryt-button {
	width: 100px;
	font-size: 12px;
}

/** Formatering/Layout för RAS **/

#breadbox h1 {
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
}

#breadbox h2 {
	font-size: 18px;
	font-weight: bold;
}

#breadbox h3 {
	font-size: 16px;
	font-weight: bold;
}

#breadbox h4 {
	font-size: 14px;
	font-weight: bold;
}

#breadbox p {
	font-size: 12px;
}

#breadbox ol {
}

#breadbox ul {
	font-size: 12px;
}

#breadbox table {
	font-size: 12px;
}

#breadbox th {
	font-size: 12px;
	font-weight: bold;
}

#breadbox .tb-grey {
	background-color: #dddddd;
}

.RAS li {
	font-size: 12px;
}

.RAS table {
	font-size: 12px;
}
