@charset "utf-8";


.sky {
	background-image: url(images/sky.jpg);
	background-repeat:no-repeat;
	background-position: top;
}
tr.black_orange td {
	background-color:#000;
	border-bottom-width:3px;
	border-bottom-color:#D16F1A;
	border-bottom-style:solid;
	}
tr.black_green td {
	background-color:#000;
	border-bottom-width:3px;
	border-bottom-color:#206E37;
	border-bottom-style:solid;
	}
tr.black_red td {
	background-color:#000;
	border-bottom-width:3px;
	border-bottom-color:#8B0305;
	border-bottom-style:solid;
	}
tr.black_turquois td {
	background-color:#000;
	border-bottom-width:3px;
	border-bottom-color:#0E909E;
	border-bottom-style:solid;
	}
tr.black_grey td {
	background-color:#000;
	border-bottom-width:3px;
	border-bottom-color:#aaa;
	border-bottom-style:solid;
	}
.itafdesign_mid {
	background-image: url(images/itafdesign_boostyourimage.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-position:right;
}
.itafservice_center_mid {
	background-image: url(images/itafservice_center.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-position:right;
}
.itafdatacenter_services_mid {
	background-image: url(images/itafdatacenter_services.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-position:right;
}
.itafims_mid {
	background-image: url(images/itafims.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-position:right;
}
.itafhardwareshop_mid {
	background-image: url(images/itafhardwareshop.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-position:right bottom;
}
.footer_design{
	background-image:url(images/footers/footer_design.png);
	background-repeat:no-repeat;
	background-position:right;
	}
.footer_service{
	background-image:url(images/footers/footer_service.png);
	background-repeat:no-repeat;
	background-position:right;
	}
.footer_datacenter{
	background-image:url(images/footers/footer_datacenter.png);
	background-repeat:no-repeat;
	background-position:right;
	}
.footer_ims{
	background-image:url(images/footers/footer_ims.png);
	background-repeat:no-repeat;
	background-position:right;
	}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:normal;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:normal;
	width:600px;
}
.underline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:normal;
	text-decoration:underline;
}
.footer_index{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	font-weight:normal;
}
.toepassing_orange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight:normal;
	margin-left:10px;
	margin-right:10px;
	display:block;
	background-color:#F90;
	border-bottom-width:1px;
	border-bottom-color:#fff;
	border-bottom-style:solid;

}
.toepassing_green{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight:normal;
	margin-left:10px;
	margin-right:10px;
	display:block;
	background-color:#206E37;
	border-bottom-width:1px;
	border-bottom-color:#fff;
	border-bottom-style:solid;

}
.toepassing_red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight:normal;
	margin-left:10px;
	margin-right:10px;
	display:block;
	background-color:#8B0305;
	border-bottom-width:1px;
	border-bottom-color:#fff;
	border-bottom-style:solid;

}
.toepassing_turquois{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight:normal;
	margin-left:10px;
	margin-right:10px;
	display:block;
	background-color:#0E909E;
	border-bottom-width:1px;
	border-bottom-color:#fff;
	border-bottom-style:solid;

}
.toepassing_grey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight:normal;
	margin-left:10px;
	margin-right:10px;
	display:block;
	background-color:#aaa;
	border-bottom-width:1px;
	border-bottom-color:#fff;
	border-bottom-style:solid;

}
a.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.orange:link {
	display:inline;
	color:#000;
	background-color:#F90;
}
a.orange:visited {
	display:inline;
	color:#000;
	background-color:#F90;
}
a.orange:hover {
	display:inline;
	color:#F90;
	background-color:#000;
}
a.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.green:link {
	display:inline;
	color:#fff;
	background-color:#206E37;
}
a.green:visited {
	display:inline;
	color:#fff;
	background-color:#206E37;
}
a.green:hover {
	display:inline;
	color:#206E37;
	background-color:#000;
}
a.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.red:link {
	display:inline;
	color:#fff;
	background-color:#8B0305;
}
a.red:visited {
	display:inline;
	color:#fff;
	background-color:#8B0305;
}
a.red:hover {
	display:inline;
	color:#8B0305;
	background-color:#000;
}
a.turquois {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.turquois:link {
	display:inline;
	color:#fff;
	background-color:#0E909E;
}
a.turquois:visited {
	display:inline;
	color:#fff;
	background-color:#0E909E;
}
a.turquois:hover {
	display:inline;
	color:#0E909E;
	background-color:#000;
}
a.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.grey:link {
	display:inline;
	color:#000;
	background-color:#aaa;
}
a.grey:visited {
	display:inline;
	color:#000;
	background-color:#aaa;
}
a.grey:hover {
	display:inline;
	color:#aaa;
	background-color:#fff;
}









.white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B1C2D3;
	text-decoration: none;
}
a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B1C2D3;
	text-decoration: none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EE2B7B;
	display: block;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_top {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	position:
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
}
.frame_top {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.frame_bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.frame_left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
}
.frame_right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
}
a.item:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EE2B7B;
	font-weight: bold;
	text-decoration: none;
}
a.item:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EE2B7B;
	font-weight: bold;
	text-decoration: none;
}
a.item:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B70F52;
	font-weight: bold;
	text-indent: 11px;
	text-decoration: none;
	margin-left: 10px;
}
a.one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.one:link {
	color: #aaa;
}
a.one:visited {
	color: #fff;
}
a.one:hover {
	color: #fff;
}
a.two:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F87A0;
	font-weight: bold;
	text-decoration: none;
}
a.two:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F87A0;
	font-weight: bold;
	text-decoration: none;
}
a.two:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #344A58;
	font-weight: bold;
	text-decoration: none;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F87A0;
	font-weight: bold;
	text-decoration: none;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EE2B7B;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	left: 5px;
}
.body_diensten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	display: block;
	position: static;
}
.ict_menu {
	background-color: #CCCCCC;
	overflow: visible;
	z-index: 1;
	position: static;
	background-position: right top;
	float: right;
	top: 10px;
	right: 10px;
	padding: 10px;
}


#KickOffTekst{
  font-family: Helvetica;
  font-weight: bold;
  color:#000000;
  font-size: 16px;
}

#KickOffTekst h1{
  font-size: 28px;
  font-weight: bold;
}

#KickOffGroot {
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  margin-left: 20px;
  font-family: Helvetica;
  font-weight: bold;
  text-align: center;
}

#KickOffForm td{
  font-family: Helvetica;
  color:#000000;
  font-size: 14px;
}

#error{
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88ffaaaa,endColorstr=#ffaaaaaa);
  background: rgba(255, 200, 200, 0.5);
  color:#ff0000;
  font-size: 14px;
  text-align: left;
}

#KickOffForm input[type=submit]{
  background-color: green;
  color: white;
  font-size: 20px;
  border: none;
}
