body {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #f7f3f0;
	vertical-align: top;
}

td {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	line-height: 160%;
}

	td.sidespace {
		width: 50%;
	}

	td.datecell {
		background-color: transparent;
	}

		#date {
			text-align: right;
			font-style: italic;
			font-size: 12px;
			margin-right: 7px;
		}
	
	td.maincell {
		width: 500px;
		background-color: #fcfbfa;
		border-left: solid 1px #b9b9b9;
	}

		.main {
			margin: 0px 7px 0px 25px;
		}

	td#sidebar {
		width: 215px;
		background-image: url(images/sidebar.png);
		background-repeat: repeat-y; 
	}

	td.bottomcell1 {
		background-color: #fcfbfa;
		border-left: solid 1px #b9b9b9;
		border-bottom: solid 1px #b9b9b9;
	}

	td.bottomcell2 {
		height: 20px;
		background-image: url(images/sidebar.png);
		background-repeat: repeat-y;
		border-bottom: solid 1px #b9b9b9;
	}

#headimage {
	width: 715px;
	height: 240px;
	background-image: url(images/headimage.png);
	background-repeat: no-repeat;
	border: solid 1px #b9b9b9;
}

th {
	font-weight: bold;
	vertical-align: middle;
}

a:link {
	color: #2168b7;
	text-decoration: none;
}

a:visited {
	color: #99adc8;
	text-decoration: none;
}

a:hover {
	color: #4888d0;
	text-decoration: underline;
}

a:active {
	color: #4888d0;
}

a.ablue {
	color: #2168b7;
}

a.agrey {
	color: #656565;
}

h1 {
	width: 100%;
	font-size: 28px;
	margin-top: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight: bold;
}

h2 {
	width: 100%;
	font-size: 22px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
}

h3 { /* NB! h3 is used as newsheader*/
	width: 100%;
	font-size: 17px;
	margin: 10px 0px 0px 0px;
	padding-bottom: 2px;
	font-weight: bold;
}

	.newsheader {
		padding: 3px;
		background-color: #ece7e1;
		margin-top: 15px;
	}
	
	.footerheading {
	margin-left: -10px;
	}
	
h4 {
	width: 100%;
	font-size: 14px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
}

h5, h6 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

hr {
	height: 0px;
	width: 100%;
	background-color: #CCCCCC;
	text-align: left;
	margin: 5px 0px 5px -15px;
}

p {
	line-height: 140%;
	margin: 0px 0px 15px 0px;
	line-height: 160%;
}

	p.indent {
		text-indent: 30px;
	}

	p.newsindent {
		margin-left: 20px;
	}
	
	p.imgtext  {
		color: #888888;
		font-size: 12px;
		margin: 0px 0px -20px 5px;
		position: absolute;
	}

abbr, acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}

blockquote {
	background: transparent url(images/quote-left.png) left top no-repeat;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 20px;
}

blockquote div {
	padding: 0 30px;
	background: transparent url(images/quote-right.png) right bottom no-repeat;
}

#bottomtext {
	text-align: center;
	font-size: 10px;
	color: #999999;
	margin-top: 5px;
}

.newsdate, .mediadate {
	color: #656565;
	font-style: italic;
}

.red {
	color: #fe423b;
}

.grey {
	color: #888888;
}

/* Navigation menu start */
	#navlist {
		font-size: 17px;
		border-bottom: 1px solid #b9b9b9;
		margin: 0;
		padding-bottom: 31px;
		padding-left: 30px;
	}

	#navlist ul, #navlist li {
		list-style: none;
		list-style-position: outside;
	}

	#navlist a:link, #navlist a:visited {
		float: left;
		background: #ece7e1;
		border: 1px solid #b9b9b9;
		color: #464646;
		font-weight: normal;
		margin-right: 9px;
		padding: 4px 10px 4px 10px;  
		text-decoration: none;
	}

	#navlist a:link#current, #navlist a:visited#current {
		background: #fcfbfa;
		border-bottom: 1px solid #fcfbfa;
		color: #000000;
		cursor: pointer;
		font-weight: bold;
	}

	#navlist a:hover {
		color: #fe423b;
	}
/* Navigation menu end */

/* Live menu start */
	.clear{  
		clear: both;  
		height: 0;  
		visibility: hidden;
		display: block;  
	}  
  /*** menu ***/
	#livecontainer {
		width: 465px;
	}

	#livecontainer ul {
		list-style: none;
		list-style-position: outside;
	} 

	#livecontainer ul.menu li {
		float: left;
		margin-right: 5px;
		margin-bottom: -1px;
	}

	#livecontainer ul.menu li {
		display: block;
		padding: 4px 8px 4px 8px;
		background: #ece7e1;
		margin-bottom: -1px;
		border: 1px solid #b9b9b9;
		border-width: 1px 1px 1px 1px;
		position: relative;
		color: #464646;
		cursor: pointer;
	}

	#livecontainer ul.menu li.active {
		background: #fcfbfa;
		font-weight: bold;
		top: 1px;
		border-bottom: 0;
		color: #000000;
		z-index: 1;
	}
  /*** /menu ***/
  /*** content ***/
	.content {
		margin: 0pt auto;
		background: #fcfbfa;
		border-top: 1px solid #b9b9b9;
		text-align: left;
		padding-bottom: 20px;   
	}
  /*** /content ***/
	.content.t010 {
		display: block;
	}
	.content.t009 {
		display: none;
	}
	.content.t008 {
		display: none;
	}
	.content.t007 {
		display: none;
	}
	.content.t006etc {
		display: none;
	}
/* Live menu ends*/

.livelist ul, .livelist li {
	list-style-type: square;
	margin-left: -10px;
	padding: 2px;
}

/* Bio menu start */
  /*** menu ***/
	#biocontainer {
		width: 170px;
		margin-top: 0px;
		margin-left: -195px;
		text-align: right;
	}

	#biocontainer ul {
		list-style: none;
		list-style-position: outside;
	} 

	#biocontainer ul.biomenu li {
		float: none;
		margin-bottom: 5px;
	}

	#biocontainer ul.biomenu li {
		display: block;
		padding: 4px 8px 4px 8px;
		background: #ece7e1;
		margin-right: 0px;
		border: 1px solid #b9b9b9;
		border-width: 1px 1px 1px 1px;
		position: relative;
		color: #464646;
		cursor: pointer;
	}

	#biocontainer ul.biomenu li.active {
		background: #fcfbfa;
		font-weight: bold;
		border-right: 1px;
		color: #000000;
		z-index: 1;
	}
	
	#biocontainer2 {
		width: 450px;
		margin-top: 20px;
		margin-left: 0px;
	}

	#biocontainer2 ul {
		list-style: none;
		list-style-position: outside;
	}
  /*** /menu ***/
  /*** content ***/
	.biocontent {
		margin: -5px 0px 0px 0px;
		background: #fcfbfa;
		text-align: left;
		padding-bottom: 20px;
	}
  /*** /content ***/
	.biocontent.bio01 {
		display: block;
	}
	.biocontent.bio02 {
		display: none;
	}
	.biocontent.bio03{
		display: none;
	}
	.biocontent.bio04 {
		display: none;
	}
	.biocontent.bio05 {
		display: none;
	}
	.biocontent.bio06 {
		display: none;
	}
	.biocontent.bio07{
		display: none;
	}
	.biocontent.bio08 {
		display: none;
	}
/* Bio menu ends*/

.biolist ul, .biolist li {
	list-style-type: square;
	margin-left: -10px;
	padding: 2px;
}

.bioimg {
	margin: -5px 0px 20px 0px;
}

/* .background1 {
	background-image: url(images/background_1.jpg);
	background-repeat: repeat-y;
	}
	only vertically
		background-repeat: repeat-y;
	only horizontally
		background-repeat: repeat-x;
	background not scroll down:
		background-attachment: fixed;
	other
		background-repeat: no-repeat;
*/

/* Some stuff I could use:
<sub> and <sup> for raised/lowered text, looks cool, don't use if not necessary tough...
<pre> for codes (to get to use spaces and line breakes without <br> and stuff, great for codes and poems), <code> = code-font
colspan and rowspan (="3")
<table bgcolor="red"> and <table background="image.jpg"> (<td bgcolor="red">)
font-variant: small-caps makes all letters capitol, but still difference between T and t
Internet Explorer doesn't get <q> (haha), use " or &quot; to be on the safe side
<p class="backgroundx">
when using <img>, use align: left/right/center;. Image will appear on the next line */