body {
	background-color: #D7D7D7;
	background-image: url('img/back_line.gif');
	background-repeat: repeat-y;
	font-family:"trebuchet MS";
	font-size: 13px
}

.newsbox {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	overflow: auto;
	color: #555555;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	
}

.docLink a:hover {
	background-color: #E9E4D5;
}

.docLink a {
	color: #C47438;
	text-decoration: none;
	font-weight: bold;
}

.fetstil {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #FF9A00;
	font-weight: bold;
}

.rubrik {
	font-size: 24px;
	height: 14px;
	font-family: "Century Gothic";
	color: #FF9A00;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-family: "Century Gothic";
	color: #FF9A00;
}


#Logo_layer {
	position:absolute;
	width:985px;
	z-index:1;
	left: 0;
	top: 0
}


#Activity_layer {
	position:absolute;
	width:185px;
	z-index:2;
	left: 789px;
	top: 107px;	background-color:#FFFFFF
}

#Content_layer {
	position:absolute;
	width:559px;
	z-index:3;
	left: 220px;
	top: 110px;
	height: 520px;
}

#Menu_layer {
	position:absolute;
	width: 150px;
	left: 35px;
	top: 110px;	overflow: hidden;
}

#menu_layer li {
	background-color: #fafafa;
	list-style:none;
	position: relative;	left: -30px;
	border-color: #CCCCCC #000000 #AAAAAA;
	font-weight: bold;
	margin-bottom: 5px;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;	padding-left: 3px;
	width:150px;	min-width:150px;	max-width:150px;
}

/* color & style for root level active folder
-----------------------------------------------*/
#menu_layer li.here { /* this sets the color of the active menu parent. */
	color: #7e0429;	text-decoration: underline;	font-weight:bold;
}

#menu_layer li.here a {/* An item in the first level list, not currently selected */
	color:#AB0635;
	text-decoration: none;
}

#menu_layer li a {/* An item in the first level list, not currently selected */
	color:#AB0635;
	text-decoration: none;
}

/*  turn off level 2 folders (sub menu items) */
#menu_layer ul ul {
    display: none;
}

/* show the items in the level 2 folder path when you are there*/
#menu_layer li.here ul {
   display: block;}

/* color & Style for level 2 active folder
-----------------------------------------------*/
#menu_layer li.here ul li a {/* An item in the 2nd level list, not currently selected */
	color:#AB0635; 
	text-decoration: none;
}
#menu_layer li.here li.here a { /* The ACTIVE item in the 2nd level list */

	color:#AB0635;
	text-decoration: underline;	font-weight:bold;
}

/*  turn off level 3 folders (sub menu items of sub menus) */
#menu_layer ul li ul li ul li {
    display: none;
}

/* show the items in the level 3 folder path when you are there*/
#menu_layer li.here ul li.here ul li {
   display: block;
   margin:0;
}

/* color & Style for level 3 active folder
-----------------------------------------------*/
#menu_layer li.here li.here ul li a { /* An item in the 3rd level list, not currently selected */
	color:#AB0635; 
	text-decoration: none;
}
#menu_layer li.here li.here li.here a { /* The ACTIVE item in the 3rd level list */
	background-color: #E7E7E7;
	color:#AB0635; 
	text-decoration: none;
}


/*Styles for calendarview */
#calendar li {
	list-style:none;
	position: relative;
	left: -30px;
}
#calendar li.week {
	color:#AB0635;
	text-decoration: underline;
	font-weight:bold;
}

/*  Day */
#calendar li.day {
	padding-left: 5px;
	font-weight:bold;
    color: #000000;
}

#calendar li.timeevent {
	padding-left: 5px;
    color: #7e0429;
}
