body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ececec;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
ul {
	margin: 0;
	padding: 0;
	list-style: inside;
}
a:link { color: #0099CC; }
a:active { color: #0099CC; }
a:visited { color: #0099CC; }
a:hover { color: #000000; }
.sage #container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.sage #header { 
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* top right bottom left */
	border: 10px solid #FFFFFF;
}
.sage #header td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.sage #header a:link { color: #0099CC; }
.sage #header a:active { color: #0099CC; }
.sage #header a:visited { color: #0099CC; }
.sage #header a:hover { color: #0099CC; }
.sage #links {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	border-top: 10px solid #ececec;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sage #links a:link { color: #000000; }
.sage #links a:active { color: #000000; }
.sage #links a:visited { color: #000000; }
.sage #links a:hover { color: #000000; }
.sage #main { 
	margin: 0 0 0 120px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the links div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #links space when the content in #links ends. */
	padding: 0px 0px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top: 10px solid #ececec;
	text-align: justify;
} 
.sage #footer { 
	padding: 0 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-left: 10px;
	background: #993333; 
	color: #FFFFFF;
} 
.sage #footer a:link { color: #FFFFFF; }
.sage #footer a:active { color: #FFFFFF; }
.sage #footer a:hover { color: #FFFFFF; }
.sage #footer a:visited { color: #FFFFFF; }
.sage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 10px;
}
.tekst {
	padding-bottom: 10px;
}
.imgleft { margin-right: 10px; margin-bottom: 5px; margin-top: 5px; border: 1px solid #000000; }
.imgright { margin-left: 20px; margin-top: 3px; margin-bottom: 8px; border: 1px solid #000000; }
.imgcenter { border: 1px solid #000000; display: block; text-align: center; margin-top: 5px; margin-bottom: 5px; }
.imghidden { display: none; }
.les {
	font-size: 11px;
	position: relative;
	top: 1px;
}
.les a:link { text-decoration: none; color: #993333; border: 1px solid #993333; padding: 2px; background-color: #FFFF99; width: 45px; }
.les a:visited { text-decoration: none; color: #993333; border: 1px solid #993333; width: 45px; }
.les a:hover { text-decoration: none; color: #FFFFFF; border: 1px solid #000000; width: 45px; background-color: #993333; }
.les a:active { text-decoration: none; color: #993333; border: 1px solid #993333; width: 45px; }
.vid {
	font-size: 11px;
	position: relative;
	top: 1px;
}
.vid a:link { text-decoration: none; color: #000000; border: 1px solid #000000; padding: 2px; padding-left: 7px; padding-right: 8px; background-color: #FFFF99; width: 45px; }
.vid a:visited { text-decoration: none; color: #000000; border: 1px solid #000000; width: 45px; }
.vid a:hover { text-decoration: none; color: #FFFFFF; border: 1px solid #000000; width: 45px; background-color: #993333; }
.vid a:active { text-decoration: none; color: #000000; border: 1px solid #000000; width: 45px; }
.gem a:link { color: #000000; text-decoration: none; }
.gem a:active { color: #000000; text-decoration: none; }
.gem a:hover { color: #000000; text-decoration: none; }
.gem a:visited { color: #000000; text-decoration: none; }
