html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, table, td, tr, img { 
	/* Set FONT defaults */
	font-family: verdana, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;

	/* Remove default margins */
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* Some default styles and background layout */

body {
	height: 100.01%;
	color: #000000;
	background: #ffffff url(../images/design/background.png) repeat-x fixed 0em 0em;
}

body,table {
	font-size: 10px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	text-align: center;
	margin: 0.2em auto 0.2em auto;
	font-size: 1.8em;
	letter-spacing: 0.08em;
	font-variant: small-caps;
}

h2 {
	text-align: left;
	margin: 0.2em 1.2em 0.2em 1.2em;
	font-size: 1.2em;
}

h3 {
	text-align: left;
	margin: 0.2em 1.2em 0.2em 1.2em;
	font-size: 1.1em;
}

p {
	text-align:left;
	margin: 0.5em 0.2em 0.3em 0.4em;
}

ol {
	text-align:left;
	margin: 0.5em 0.2em 0.3em 0.4em;
  list-style-type: lower-greek;
}
ol li {
  margin-top: 0.1em;
}
ol ol {
  margin-left: 1em;
}

/*linkie magic*/
a:link { 
	color: #990000; 
}
a:visited { 
	color: #770000; 
}
a:active { 
	color: #990000; 
}
a:hover { 
	color: #990000; 
	text-decoration: underline;
}
a[rel~="external"]:after {
	color: #990000;
	margin-left:0.2em;
	content: '\BB ';
}
a:visited[rel~="external"]:after {
	color: #770000;
}
a[rel~="external"][hreflang="se"]:after {
	background-image: url(../images/design/external_swedish.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right:1.3em;
}

/* default classes */
.strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.smallcaps {
	font-variant: small-caps;
}

/* layout */
/* div#cornerMenu {
	position: absolute;
	top: 10em;
	left: 6em;
}

	div#cornerMenu > ol
	{
		list-style-type: none;	
		background: url(../images/design/menuBackground.png);
		width: 15em;
		padding: 1.5em 2em 1.5em 2em;
	}
	

	div#cornerMenu li
	{
		font-size: 2em;	
	}
	*/

div#wrapper {
	margin: 1em auto;
	width: 50em;
}

	div#wrapper > h1 {
    cursor: pointer;
	}

	div #wrapper > div#content {
		position: absolute;

		top: 3.5em;
		width: 50em;
	}
