﻿BODY
{
	background-color: #fff;
	color: Black;
	margin: 10px; /* reset browser margins to 10*/
	text-align: center;
	font-family: "Lucida Grande" , "Lucida Sans" , "Lucida Sans Unicode" , Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 68%;
}

/* General settings */
TABLE, IMG, FORM, INPUT, TEXTAREA, SELECT, RADIO /* everyone :) */
{
	margin: 0;
}
IMG
{
	border: 0px;
}
TABLE, TD, INPUT, TEXTAREA, SELECT /* theese elements requires explicit font specs */
{
	font-family: "Lucida Grande" , "Lucida Sans" , "Lucida Sans Unicode" , Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 1em;
}

H1
{
	margin: 0; /*overskrift i sort*/
	padding: 0;
	font-size: 1.8em;
	color: Black;
}
H2
{
	margin: 0; /*Underskrift i grøn*/
	padding: 0 0 5px 0;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	color: #4a7c3c;
}
H3
{
	margin: 0; /*Under underskrift i grøn*/
	padding: 0 0 5px 0;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	color: #4a7c3c;
}
H4
{
	margin: 0; /* Under under underoverskrift i sort */
	padding: 0 0 5px 0;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	color: Black;
}

H5
{
	margin: 0; /* Under under under underoverskrift i sort */
	padding: 0 0 5px 0;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: bold;
	color: Black;
}
H6
{
	margin: 0; /* Under under under underoverskrift i sort */
	padding: 20px 0 5px 0;
	font-size: 0.9em;
	line-height: 1.0em;
	font-weight: bold;
	color: Black;
}
P
{
	margin: 0;
	padding: 0 0 10px 0;
}
EM
{
	font-style: normal;
}
.ulink, .ulink:hover, .ulink:visited, .ulink:active
{
	color: #000;
	text-decoration: underline;
}
A, A:visited, A:hover, A:active
{
	color: #000;
	text-decoration: none;
}

/* Screen settings */

DIV#Screen
{
	width: 992px; /* 75% - 1024x768 Screen width excluding scrollbar */
	height: 725px; /*768px*/
	clear: both;
	border: solid 1px black; /* thin silver border */
	text-align: left; /* realing to left to ensure text is correctly displayed */
	background-color: #999999; /* sets the background color of the whole screen area - this is overwritten by the content */
}
DIV#ScreenLeft
{
	width: 168px;
	height: 100%;
	overflow: hidden; /* makes sure large menu items does not disturb the design */
	float: left;
	
}
DIV#ScreenRight
{
	width: 824px;
	height: 100%;
	float: right;
	background-color: #FFFFFF;
}

/* Header section */
DIV#Header
{
	width: 824px;
	height: 60px;
	clear: both; /* clear floats */ /* background-image:url(graph/banner.jpg); /* should be relative path */
	background-position: center center; /* center image according to width/height */
	background-repeat: no-repeat;
	background-color: #999999;
}
DIV#Header1
{
	width: 824px;
	height: 25px;
	clear: both; /* clear floats */ /* background-image:url(graph/banner.jpg); /* should be relative path */
	background-position: center center; /* center image according to width/height */
	background-repeat: no-repeat;
	background-color: #999999;
}

/* Left section */
#Logo
{
	height: 78px; /* matches top of header */
	text-align: center;
	margin-top: 10px; /* position the logo - remember to ajust height when ajusting margin-top */
}

DIV#LeftMenu
{
	color: black; /* left menu - only the text below*/
	height: 546px; /* changing the left footer image may influence the height of the left menu */
	font-size: 12px; /* Tekst i menuenrammen... */
	color: black;
}
DIV#LeftMenu UL /* For at lave en liste i menuen */
{
	margin: 5px;
	line-height: 1.4em;
}
DIV#LeftMenu UL LI /* For at lave et punkt i listen */
{
	list-style-type: none;
	background: none;
	color: black;
}
DIV#LeftMenu UL A /* Links i menulisten */
{
	color: black;
}
DIV#LeftMenu UL A:hover /* "mouseover" links i menulisten */
{
	color: blue;
}
DIV#LeftMenu UL A:selected /* "valgt" links i menulisten */
{
	color: black;
}
DIV#LeftMenu UL A:active /* "onclick" links i menulisten */
{
	color: white;
}

DIV#News
{
	margin: 10px;
}

/* main content */
DIV#Content
{
	margin-top: 3px;
	width: 800px;
	height: 613px; /*643*/
	padding: 10px;
	overflow: auto; /*float:left;*/
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #999999;
	scrollbar-shadow-color: rgb(0,0,0);
	scrollbar-highlight-color: rgb(0,0,0);
	scrollbar-3dlight-color: #black;
	scrollbar-darkshadow-Color: #black;
	font-size: 16px; /* Tekst i indholdssiden... */
}

/*   DIV#ContentRight
   {
      margin-top:3px;
      padding:10px;
      width:184px;
      height:643px;
      float:right;
      background-color:white;
      overflow:hidden;
   }*/

DIV#Footer
{
	text-align: center;
}
