body {
	background: url(../images/bg.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#wrapper {
	position: relative;
	margin: auto;
	background: url(../images/bg-wrapper.png) top no-repeat;
	width: 938px;
	height: 936px;
}

#container {
	width: 914px;
	position: relative;
	margin: auto;
}

/* header */
#header1 {
	width: 100%;
	height: 112px;
}

h1.logo {
	position: relative;
	width: 284px;
	height: 81px;
	background: url(../images/leegstra-logo.png);
	left: 35px;
	top: 20px;
}

h1.logo a {
	width: 284px;
	height: 81px;
	display: block;
	text-indent: -9999px;
	font-size: 0px
}

img.topImg {
}

/* main column */
#main {
	float:left;
	width:543px;
	padding: 39px 58px 20px 58px;
}

#main h2 {
	font-size: 18px;
	font-weight: normal;
	color: #002A6E;
	width: auto;
	padding-bottom: .35em;
	margin-bottom: 1em;
	background: url(../images/dotted-line-horizontal.gif) bottom repeat-x;
}

#main h3 {
	font-size: 13px;
	font-weight: bold;
	color: #002A6E;
	width: auto;
	padding-bottom: .5em;
}

#main p {
	margin: 0 0 1.25em 0;
	line-height: 1.55em;
	text-align: justify;
}

#main a, #sidebar a {
	color: #002A6E;
	text-decoration: underline;
}

#main a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#main ul {
	list-style: circle;
	margin: .25em 0 1em 1.25em;
	line-height: 1.75em;
	color: #666;
}

#main ul li {
	padding-left: .25em;
}
	
/* side bar */	
#sidebar {
	float:right;
	width:195px;
	padding: 30px;
	min-height: 510px;
	height:auto !important; /* voor moderne Browser */
	height:510px; /*voor IE6 */
}

#sidebar form {
	height: 30px;
}

#sidebar form input.searchField {
	border: 1px solid #002A6E;
	height: 20px;
	line-height: 20px;
	width: 160px;
	padding: 0 5px;
	color: #405F92;
}

#sidebar .submitSearchBtn {
	position: relative;
	top: 6px;
}

#sidebar h2 {
	background: url(../images/bg-h2-sidebar.gif) left 1px no-repeat;
	padding-left: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #002A6E;
	width: auto;
	padding-bottom: .35em;
	margin: 1.5em 0 .25em 0;
}

#sidebar p {
	line-height: 1.55em;
}

#sidebar a {
	color: #002A6E;
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* footer */
#footer {
	width: 100%;
	background: url(../images/dotted-line-horizontal.gif) top repeat-x;
	padding: 1em 0;
	text-align: center;
	color: #666;
	font-size: 11px;
}

#footer p {
	width: 100%;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.tf {
	float: right;
	padding-right: .5em;
}

/* news */

ul#newsList {
	list-style: none;
	margin: 0;
}

ul#newsList li {
	background: url(../images/dotted-line-horizontal.gif) bottom repeat-x;
	padding: 0 0 1.5em 0;
	margin-bottom: 1.5em;
}

.newsDate {
	float: right;
}

/* other styles */
.clear {
	width: 100%;
	clear: both;
	font-size: 0px;
	text-indent: -9999px;
}

.highlight {
	background: #C1BEDA;
	color: #002A6E;
}

.dottedLine {
	width: 100%;
	background: url(../images/dotted-line-horizontal.gif) repeat-x;
	height: 1px;
	margin: 20px 0;
}

table#productLogos td {
	padding: 20px 0;
	line-height: 1.5em;
}

table#productLogos td.logos {
	display: table-cell;
	text-align: center;
}

a.clientLogin {
	position: absolute;
	left: 56%;
	margin-left: 290px;
	top: 248px;
	z-index: 1000;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/key-icon.gif) 0 0 no-repeat;
	padding-left: 18px;
}

a.clientLogin:hover {
	color: #F6E28B;
}

/* ie6 message */
#ie6msg {
	width: auto;
	border: 1px solid #DFDFDF;
	background: #F4F4F4;
	color: #000;
	padding: 2em;
	text-align: left;
	margin-bottom: 20px;
}

#ie6msg p {
	margin: 0;
}

/* image carrousel */
#imageScroller { 
	width:195px; 
	margin:20px auto;
	border: none;
}

#imageScroller a { text-decoration:none;}
#imageScroller img { border: none; }

.imageScroller-jcarousellite { width:195px; }
.imageScroller-jcarousellite ul li{ list-style:none; display:block; }
.clear { clear: both; }

img.hpPartnerLogo {
	position: absolute;
	z-index: 100000;
	left: 50%;
	margin-left: 210px;
	top: 35px;
}

.pandLeegstra {
	position: relative;
	top: 20px;
	background: #FFF;
	padding: 2px;
	border: 1px solid #0F3777;
}


.ictnews{
	margin-bottom:10px;
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	line-height:20px;
}