/*************************************************************/
/**															**/
/**						CONTENT STYLESHEETS					**/
/**															**/
/*************************************************************/

/*

	Project developed by:
	Into-IT
	Douwe Hoogeveen
	Internet Solutions
	0592.413012

	
*/

/* --------------------------- Default styles ------------------------------- */

body, html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#002c5d;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}



h1 { 
	font-size:21px;
	margin:0px;
	margin-bottom:5px;
}

h1 {
	color:#002E5E;
}

h5, h2 {
	margin:0px;
	font-size:13px;
	font-weight:bold;
}
p { 
	line-height:1.5; 
	margin:0 0 1em;
}

a {
	color:#336cac;
	text-decoration:none;	
}

a:hover {
	color:#002c5d;
	text-decoration:underline;	
}

legend {
	text-align:left;
	font-family:Arial;
	font-size: 14px; 
	font-weight: bold; 
	color: #004F80;	
}

fieldSet {
	border:solid #E7EBB7 1px;
	padding: 5px;
	max-width:540px;
	font-size:12px;
}

.submit_button {
	border:none;
	font-family:Arial;
	font-size: 14px;
	color: #004F80;
	background:none;
	font-weight:bold; 
	cursor:pointer;
	text-decoration:none;
}

div#container_content_contentholder {
	width:980px;
	clear:both;
	border-collapse:collapse;	
	display:table;
}

table#container_content_contentholder td {
	padding:0px;
	margin:0px;
	text-align:left;
	vertical-align:top;
}

div#container_content_left {
	width:34px;
	padding:20px;
	float:left;
	display:table-cell;
}

div#container_content_body {
	width:592px;
	padding:20px 47px 20px 47px;
	float:left;
	background:#e6e6e6 url(../gfx/bg_container_content_body.gif) repeat-x top left;
}

div#container_content_right {
	width:200px;
	padding:20px 10px;
	float:left;
}



