/********************************************
   AUTHOR:  			RM 
	TEMPLATE NAME:		hertog-textieldruk
	DATE:          		Maart 2009          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	font: 12px/1.75em arial, sans-serif;
	color: #000000;
	margin: 0 0 15px 0;
	background-color: #ffffff;
}

/* links */
a, a:visited {
	color: #0C8A2D;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 0;
}
a:hover {
	color: #0C8A2D;
	font-weight: bold;
	background: inherit;
	text-decoration:underline;
}

/* headers */
h1, h2, h3 {
	font-family: arial, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 110%;	
}

h1, h2, h3, p {
	margin: 0;
}


img {
	border: 1px solid #0C8A2D;
	padding: 5px;
}
img.no-border {
	border: none;
}

a:hover img {
	border: 1px solid 3FF#40B !important; /* IE fix*/
	border: 1px solid #990000;
}

/********************************************
   LAYOUT
********************************************/ 
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff url(none) repeat-y;
	margin-top: 00px;
	border-color: #000000;
}
#header {
	position: relative;
	background-image: url(base_pics/top.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	height: 136px;
	width:1000px;
	color: #fff;
	border: 1px solid #0C8A2D;

}
#hlogo {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 3px;
	left: 7px;
	background-image: url(base_pics/HTd.gif);
	background-repeat: no-repeat;
	height: 132px;
	width: 150px;
}
#htext {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 165px;
	height: 130px;
	width: 833px;
	color:#003300;
}
#content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	margin-top: 0px;
	overflow: hidden;
	}

#leftcol{
	float: left;
	width: 145px;
	margin:5px 0 0 10px;
	padding-top: 1em;
	}

#rightcol{
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 160px;
	border-left: 2px solid #D8ECD5;
}

#footer {
	width: 1000px;
	font-size: 100%;
	font-weight:bold;
	text-align: center;
	color:#0C8A2D;
	background: #D8ECD5 url(none) no-repeat;
	border: 1px solid #0C8A2D;
}

#ftext {
	clear: both;
	width: 1000px;
	height: 30px;
	padding-top: 15px;
	text-align: left;
	background-color: #ffffff;
}

