body {
	margin: 10px 10px 10px 10px;
	background-color: #c5dad3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #364602 url("images/scotch.jpg");
}

.newsTable table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.contentArea {
	padding-left: 40px;
	padding-right: 40px;
}

.content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
}

h1 {
	font-size: 24px;
	color: #868a8a;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

h2 {
	font-size: 18px;
	color: #868a8a;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	color: #868a8a;
	font-weight: bold;
	margin-bottom: 5px;
}
.divider
{
	width: 100%;
	clear: both;
	display: block;
}

.menu
{
	background-color: #6bb869;
	background: url(images/bg_topmenu.gif) repeat-x;
}
.ederaMenu
{
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	list-style: none;
}
.ederaMenu li
{
	text-align: left;
}
.ederaMenu a {
	white-space: nowrap;
}
.ederaMenu li:hover ul, .ederaMenu li.selectedItem ul {
	display: block;
}
.ederaMenu li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	display: none;
}
.ederaMenu li ul li {
	position: relative;
	left: 0px;
}

.ederaMenu li.mainlevelId1 {
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	float: left;
}
.ederaMenu li.mainlevelId1 ul {
	margin-left: -5px;
	margin-top: -1px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 100px;
	max-width: 250px;
}
.ederaMenu li.mainlevelId1 a {
	color: #FFFFFF;
	padding: 3px;
	font-family: Arial;
	font-size: 11px;
	display: block;
	text-decoration: none;
}
.ederaMenu li.mainlevelId1 ul li a {
	padding: 0px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 2px;
}

.levelId2 {
	background-color: #4fab4d;
}

.oddMenu {
	background-color: #4fab4d;
}

.evenMenu {
}

.ederaMenu li.mainlevelId1 a:hover {
	color: #FFFFFF;
	background-color: #6bb869;
}

* html .ederaMenu li.mainlevelId1 ul { width: 250px; }
* html .ederaMenu li.mainlevelId1 ul { margin-top: -1px; }
* html .ederaMenu li.mainlevelId1 ul li { height: 1px; margin-bottom: -5px; }
* html .ederaMenu li.mainlevelId1 { width: 10px; }

.wWindow
	{
		position: absolute;
		top: 100px;
		left: 20px;
		float: left;
		width: 600px;
		height: 550px;
		background-color:#F1F3F5;
		border-collapse: collapse;
		border:1px solid #000000; 
		padding-top:5px;
		padding-bottom:5px;
		padding-left:5px;
		padding-right:5px;
		text-align: left;
		vertical-align: top;
		z-index: 200;
	}
.wDragable
	{
		position:relative;
		z-index:1000;
		visibility: hidden;
	}
.menuTopOff
	{
	background-color: #26494a;
	border-style: solid;
	border-width: 1px;
	border-color: #26494a
	}
.menuTopOn
	{
	background-color: #2e5a5b;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #26494a
	}
.menuBot
	{
	background-color: #2E5A5B;
	border-style: none solid solid;
	border-width: 1px;
	border-color: #26494A
	}

/* Kalendern */
.kalenderTable {
	background-color: #f1f1f1;
	font-size: 11px;
	text-align: center;
	color: #222222;
	width: 210px;
	margin-top: 10px;
}
.kalenderHeader {
	background-color: #4fab4d;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}
.tableHeaderBrown {
	background-color: #8e7938;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}
.kalenderForstaVeckan {
	background-color: #6c755f;
}
.kalenderIdag {
	background-color: #d9e5c1;
}
.kalenderDagar {
	background-color: #a3b388;
}
.eventsHeader {
	font-size: 14px;
	font-weight: bold;
	color: #4fab4d;
}
.eventsText {
	font-size: 11px;
	color: #666666;
}
.eventsLink {
	font-size: 11px;
	font-weight: bold;
	color: #4fab4d;
}
/* Kalendern slut */
