@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #EFF1F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
	padding:0px;
	margin:0px;
}
h1 {
	padding:0px;
	margin:0px;
	color:#D40000;
	font-size:35px;
	font-weight:normal;
}
h2 {
	padding:0px;
	margin:0px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
}
a {
	font-size: 11px;
	color: #D40000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
input
{
	width:370px;
	height:auto;
	border:0px;
	border-bottom:1px solid #404040;
	color:#D40000;
	background-color:none;
	background-image:url(images/large-spacer.gif);
}
.rescue-training {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#000;
	padding:35px;
	vertical-align:top;
}
.rescue-trainings {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#000;
	vertical-align:top;
}
.emergency {
	background-image:url(images/dotline.gif);
	background-repeat:repeat-x;
	height:37px;
	width:100%;
}
.webdesign {
	padding-top:8px;
	color:#676767;
	font-size:10px;
}
.webdesign a {
	font-size:10px;
	color:#676767;
	text-decoration:none;
	font-weight:normal;
}
.knop
{
	background-image:url(images/send-question.gif);
	width:127px;
	height:26px;
	display:block;
	text-align:right;
	float:right;
}

