html, body { height: 2400px;  }
img { border: 0 }
body { width: 100%; margin: 0; font-family: Arial, helvetica, serif; font-size: 10pt; }
h1, h2, h3 { font-family: Arial, helvetica, serif; }

#left { position: relative; height: 100%; width: 20%; background: #eb7a17; float: left}
	#left .logo { padding-top: 16px; padding-left: 15%; margin-left: -2px;}
	#left h2 { padding: 0; margin: 0; padding-top: 16px; margin-left: 15%; font-size: 12px; }
	#left p { margin-left: 15%; padding-right: 2% }
	#left a { color: #ffffff; text-decoration: none; }
	#left a:hover { color: #f9f9f9; text-decoration: underline; }
	#left .outerdot { background: url(/files/design/gfx/dsi-prikker.gif); height: 40px; width: 39px; top: 20px; position: absolute; left: 100%;}
	#left .innerdot { background: url(/files/design/gfx/dsi-prik-1.gif); height: 38px; width: 19px; top: 50px; position: absolute; left: 0; display: none; }
	#left .innerouterdot { background: url(/files/design/gfx/dsi-prik-2.gif); height: 38px; width: 19px; top: 250px; position: absolute; left: 100%; margin-left: -19px; display: none;}


#content { height: 100%; width: 80%; float: left; clear: right; background: #ffffff;}
	#content .logo { padding-left: 40px; padding-top: 44px; padding-bottom: 16px;}

	#content #menu { width: 20%; float: left; font-size: 14pt; }
		#content #menu a { font-weight: bold; display: block; color: black; text-decoration: none; padding-bottom: 15px; padding-left: 40px;}
		#content #menu a:hover, #content #menu a.active { color: #eb7a17; }
	
	#content #text { height: 80%; overflow: auto; color: #000000; float: left; width: 80%; clear: right; }
		#content #text h1 { margin: 0; padding-top: 8px; padding-bottom: 8px; font-size: 14pt; color: #666666; }
		#content #text h2 { margin: 0; padding-top: 16px; padding-bottom: 8px; font-size: 12pt; }
		#content #text h3 { margin: 0; padding-top: 16px; padding-bottom: 8px; font-size: 11pt; }
		#content #text .padding { padding-right: 40px; line-height: 1.4em;}
		#content #text a {color: #eb7a17; text-decoration: none;}
		#content #text a:hover { text-decoration: underline; color: #FF0000; }
		#content #text table { border: none; line-height: 125%; }
		#content #text tr { background-color: #FFFFFF;  }
		#content #text td { vertical-align: top; }
		#content #text sup { background-color: #EEEEEE; color: #666666; padding: 2px; margin: 4px; }
