@import url("custom.css");

/* Herdefinieren html tags */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006699;
	background-color:#3AB2CB;
	background-image: url(/images/bgVerloop.jpg);
	background-repeat:repeat-x;
	line-height:135%;
	margin:0;
	min-height:377px;
}
*html body {
	height:377px;
}
p {
	margin:0 0 8px 0;
}
a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#006699;
	text-decoration:underline;
}
img {
	border:none;
}
*html img {
	behavior:url("/htc/pngbehavior.htc");
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
hr {
	border:none; 
	border-bottom:1px solid #BCE2EB;
	height:0px;
}
h1 {
	font-size:18px;
	margin:10px 0 20px 0;
	font-weight:bold;
	color:#3AB2CB;
}
h2 {
	font-size:15px;
	margin:0 0 10px 0;
	font-weight:bold;
}
h3 {
	color:#003366;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0 0 10px 0;
}
h4 {
	color:#003366;
	font-size:11px;
	font-weight:bold;
	margin:0;
}
h5 {

}
h6 {
	font-size:11px;
	font-weight:bold;
	margin:0px;
}
form {
	margin:0px;
	padding:0px;
}
input, select, textarea, option {
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
abbr {
	border:none;
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}


