
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Serif;
	background-color: #FFFFFF;
	color: #444;
	text-align: left;
	margin: 0;
	padding: 0;
	}

body.pincorner {
	background-image: url(img/pincorner_bkgr.jpg);
	background-repeat: no-repeat;
}

body.menu {
	background-image: url(img/menu_bkgr.gif);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-top: 5px;
	text-align: right;
}

body.header {
	background-image: url(img/header_bkgr.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 8px;
}

body.top {
	background-image: url(img/top_bkgr.jpg);
	background-repeat: no-repeat;
	margin-top: 70px;
}

body.main {
	padding-left: 40px;
	padding-top: 8px;
	padding-right: 25px;
}


td.vald
{
	background-image: url(img/pin.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
}

td.tom {
	padding-left: 40px;

}


h1
{
	font-family: Georgia;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 3em;
	font-weight: lighter;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.titeln {
	font-family: Georgia;
	color: #BD3142;
	font-style: italic;
	font-size: 1.4em;
	font-weight: bold;
}


h2 {
	font-family: Trebuchet MS;
	color: #BD3142;
	text-decoration: none;
	word-spacing: 0.15em;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-size: 1.5em;
	font-weight: lighter;
	font-variant: small-caps;
}

table tr td h2 a {
	font-family: Trebuchet MS;
	color: #666;
	text-decoration: none;
	word-spacing: 0.15em;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-size: 0.7em;
	font-weight: lighter;
	font-variant: small-caps;
	
}
table tr td h2 a:focus {
	outline-style: none;
}

h3 a {
	border-bottom: 1px dotted #999;
}


h3 {
	font-family: Georgia;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: lighter;
	}
	
h3.overskrift {
	font-family: Georgia;
	color: #BD3142;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.3em;
	font-weight: lighter;
	font-style: italic;
	}


h2 a, h2 a:visited {
	color: #666;
	text-decoration: none;
	}

h3 a, h3 a:visited, li a, li a:visited {
	color: #222;
	font-style: italic;
	text-decoration: none;
	}
	
h3 a:hover, li a:hover;{
	text-decoration: underline;
	}

ul {
	list-style: none;
	padding-left: 2em;
	text-indent: -1em;
}


ul li:before {
	content: "\00BB \0020";
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */


