@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #999;
	margin-top: 10px;
	background-color: #FFF;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	color: #36F;
	border: thin solid #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: 0 00px 0 00px;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: left;
	background-color: #FFF;
	text-decoration: none;
	width: 240px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainButton {
	alignment-adjust:10px
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
	list-style-position: inside;
	list-style-type: square;
}
.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;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: normal;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #000;
	cursor: default;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#cccccc;
	padding:0px;
	font-size: 12px;
	cursor: auto;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #900;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: normal;
	height: auto;
}
.twoColFixLtHdr #container #mainContent ul {
	color: #666;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	list-style-type: square;
	list-style-position: outside;
}
.twoColFixLtHdr #container #mainContent form .input {
	position: static;
	right: 200px;
	display: inline-table;
}
.twoColFixLtHdr #container #footer table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	list-style-type: square;
	list-style-position: inside;
	color: #666;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
/* Show only to IE PC \*/
* html .boxhead h2 {
	height: 1%;
} /* For IE 5 PC */
* html .boxhead p {
	height: 1%;
} /* For IE 5 PC */
.sidebox {
	margin: 0 auto; /* center for now */
	width: 240px;
	font-size: 100%;
	background-image: url(../images/sbbody-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/sbhead-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxhead h2 {
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0, 0, 0, .4) 0px 2px 5px; /* Safari-only, but cool */
	background-image: url(http://www.actium.nl/images/sbhead-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxhead p {
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0, 0, 0, .4) 0px 2px 5px; /* Safari-only, but cool */
	background-image: url(http://www.actium.nl/images/sbhead-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxbody {
	margin: 0;
	padding: 5px 30px 31px;
	background-image: url(http://www.actium.nl/images/sbbody-l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.boxbody a {
	background-image: url(http://www.actium.nl/images/pijl.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 1px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 0;
	padding-top: 2px;
	font-size: 12px;
}
a #alink {
	color: #FF0;
	cursor: auto;
}
.ts-1 {
	border: none;
	height: 110px;
	text-align: left;
	width: 950px;
}

.ts-1-1 {
	border: none;
	clear: both;
	display: inline;
	float: left;
	height: 14px;
	line-height: 14px;
	margin-left: 2px;
	margin-top: 2px;
	padding: 1px;
	width: 186px;
}

.gen-1 {
	vertical-align: middle;
}

.ts-1-2 {
	border: none;
	display: inline;
	float: left;
	height: 14px;
	line-height: 14px;
	margin-left: 2px;
	margin-top: 2px;
	padding: 1px;
	width: 185px;
	color: #666;
}

.ts-1-3 {
	border: none;
	display: inline;
	float: left;
	height: 14px;
	line-height: 14px;
	margin-left: 2px;
	margin-top: 2px;
	padding: 1px;
	width: 186px;
	color: #666;
}

.gen-29 {
	clear: both;
}
.twoColFixLtHdr #container #footer a {
	font-size: 12px;
	cursor: auto;
}
.twoColFixLtHdr #container #mainButton a img {
	float: right;
	top: 30px;
	padding-right: 17px;
}
.twoColFixLtHdr #container #mainButton a:hover img {
	float: right;
	top: 30px;
	padding-right: 16px;
	padding-top:1px;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	cursor:default;
	background:none;
}
