html,body {
	width: 100%;
	height: 100%;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/background.gif);
	background-color: #000000;
}
td	
	{
	font-family: tahoma,arial,verdana;
	font-size: 11px;
	color: #000000
	}
#page {
	height: 600px;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
#footer {
	position: relative;
	width:763px;
	height:17px;
	background-image: url(images/footer.jpg);
	display: block;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	color: #ffffff;
	display: block;
	padding: 6px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

h1 {
	font-size: 18px;
	color: #8bc53e;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
	color: #8bc53e;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 18px;
	color: #8bc53e;
	font-weight: bold;
	margin-bottom: 5px;
}


#divId1 {
}


/* Kalendern */
.kalenderTable {
	background-color: #f1f1f1;
	font-size: 11px;
	text-align: center;
	color: #222222;
	width: 210px;
	margin-top: 10px;
}
.kalenderHeader {
	background-color: #8bc53e;
	background-image: url(images/calendarHeader.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}
.tableHeaderBrown {
	background-color: #8e7938;
	background-image: url(images/tableHeaderBrown.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}
.kalenderForstaVeckan {
	background-color: #6c755f;
}
.kalenderIdag {
	background-color: #d9e5c1;
}
.kalenderDagar {
	background-color: #ffffff;
}
.eventsHeader {
	font-size: 24px;
	color: #8bc53e;
}
.eventsText {
	font-size: 11px;
	color: #666666;
}
.eventsLink {
	font-size: 11px;
	font-weight: bold;
	color: #8bc53e;
}
/* Kalendern slut */



td.menu_container {
	text-align: right;
	vertical-align: bottom;
	padding: 0 2px 8px 0;
}

td.menu_container table {
	width: auto;
}

td.menu_container a, td.menu_container a.no_hover:hover, td.menu_container a.no_hover:active {
	color: #333333;
	font-size: 11px;
	background-color: transparent;
	display: block;
	height: 100%;
	padding: 0 7px;
	text-decoration: none;
}

td.menu_container a:hover, td.menu_container a:active {
	text-decoration: none;
	background-color: #ECECEC;
}

td.menu_container a.on {
	font-weight: bold;
}

td.content {
	width: 676px;
}

td.main_content_container {
	padding: 9px 26px 26px 26px;
}

td.footer {
	height: 30px;
}

div.container {
	background-color: #FFFFFF;
}

div.print_container {
	background-color: #FFFFFF;
	padding: 9px 29px 26px 23px;
}

div.footer_separator {
	height: 9px;
}

div.divLine, hr {
	height: 5px;
	background-color: #00549a;
}

td.left_menu {
	width: 200px;
	padding-top: 15px;
}

td.left_menu div.menuDiv {
	margin: 2px 0;
}

td.left_menu a, td.left_menu a:link, td.left_menu a:visited {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
}

td.left_menu a:hover, td.left_menu a:active, td.left_menu a.on {
	background-color: #2675b7;
	text-decoration: none;
}

td.left_menu a.bold {
	font-weight: bold;
}



td.left_menu a.menu_item {
	padding: 4px 1px 6px 12px;
}
.wWindow
	{
		/*filter:alpha(Opacity=90);*/
		position: absolute;
		top: 100px;
		left: 20px;
		float: left;
		width: 600px;
		height: 550px;
		background-color:#F1F3F5;
		border-collapse: collapse;
		border:1px solid #000000; 
		padding-top:5;
		padding-bottom:5;
		padding-left:5;
		padding-right:5;
		text-align: left;
		vertical-align: top;
		z-index: 200;
	}
.wDragable
	{
		position:relative;
		/*cursor:hand;*/
		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
	}


