/* Import other stylesheets for media: screen */
@import url("layout.css");
@import url("menu.css");
@import url("home.css");
@import url("content.css");

/* IE6 png fix */

div#logo img,
div#contact img,
div#contact .icon,
div.blockTopSmall,
div.blockBottomSmall,
div.blockTopNormal,
div.blockBottomNormal, 
div.blockTopLarge,
div.blockBottomLarge,
div#homePicture img,
div#logoText img,
div#homeBanner img,
div.blockTopHome,
div.blockBottomHome,
#menu img,
#menuItem1 ul li.menuBottom,
#menuItem2 ul li.menuBottom,
#menuItem3 ul li.menuBottom,
div#webshop img, 
div.supportItem, 
div.adviesRightItem img {
	_behavior: url("http://www.alt.nl.http-lb.bit.nl/css/iepngfix.htc");
}

/* Classes and styles */

html {
	height: 100%;
}

body {
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
}

h4 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
}

a {
	color: #0395ac;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a.itemlink {
	color: #000000;
	text-decoration: none;
}

a.itemlink:hover {
	text-decoration: none;	
}

hr {
	height: 0px; 
	border: 0px; 
	border-top: 1px solid #c0e4ea; 
	margin: 3px 0px 8px 0px;
	clear: both;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 1px;
}

form {
	margin: 0px;
	padding: 0px;	
}

input.text {
	width: 205px;
	float: left;
	margin-bottom: 2px;
	border: 1px solid #0395ac;
	background: url('../images/background_input.gif') repeat-x;
}

.textarea {
	width: 205px;
	float: left;
	margin-bottom: 2px;
	border: 1px solid #0395ac;
	background: url('../images/background_input.gif') repeat-x;
	font-family: Verdana;
	font-size: 11px;
	height: 100px;
	c olor: #000000;
}

input.small {
	width: 90px;
	float: left;
	margin-bottom: 2px;
	border: 1px solid #0395ac;
	background: url('../images/background_input.gif') repeat-x;
}

input.radiobutton {
	float: left;
	width: 20px;
	m argin: 0px 0px 0px 0px;
	border: 0px;
	background: #ffffff;
}

input.checkbox {
	float: left;
	width: 20px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	background: #ffffff;
}

input.button {
	float: right;
	/*width: 84px;*/
	margin: 5px 0px 0px 0px;
	border: 0px;
	background: #ffffff;
}

input.reset {
	float: right;
	/*width: 64px;*/
	margin: 5px 0px 0px 0px;
	border: 0px;
	background: #ffffff;
}

label.label {
	clear: left;
	display: block;
	float: left;
	width: 110px;
	padding: 3px 0px 4px 0px;
}

label.small {
	clear: none;
	display: block;
	float: left;
	width: 20px;
	padding: 3px 0px 4px 0px;
}

label.checkbox {
	clear: none;
	display: block;
	float: left;
	width: 140px;
	padding: 3px 0px 4px 0px;
}

p.title {
	color: #0395ac;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
