/* ================================ 
   ------------BODY---------------- 
   ================================ */
html, body {
	height:100%;
}

body {
	background:#f0f4f5 none repeat scroll 0 0;
	height:100%;
	margin: 0;
	padding: 0;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:10pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#383838;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

hr{
	color:#8ba3b1;
	background-color: #8ba3b1;
	border: 0;
	height:1px;
}

h3{
	color: #607e8f;	
	font-family:Century Gothic,Arial,Verdana,Helvetica,sans-serif;
}

h4{
	color: #126cbc;	
}
.centeredImage{
	text-align:center;
}

.bottom{
	vertical-align:text-bottom;
}
.clearfix {
	display:block;
}
.clear {
	clear:both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatNone, img.floatNone{
    float: none;
}
.required{
	color:red;
	font-weight: bold;	
}
.blueText{
	color:#6B747C;
}

.lightBlueText{
	color:#e1ebf1;
}

.redText{
	color:#e52c08;
}

.image{
	border:0px;
	margin-right: 10px;
	float:left;
}

.circle{
	list-style: circle;	
}

.bold{
	font-weight: bold;	
}

div.ajaxLoader{
	background-color:#6B747C;
	color:#E1EBF1;
	display:none;
	height: 20px;
	width: 100px;
	position: fixed;
	top: 5px;
	right:5px;
	text-align: center;
	vertical-align:middle;
	padding: 5px;
	z-index: 5000;
}

input.submit{
	background-color:#8BA3B1;
	color:#e1ebf1;
	font-weight: bold;
	display:block;
	float:right;
	clear: both;	
	margin-top: 5px;
}

.failure{
	color: #FC8283;
}

ul.failure {
	list-style-type: none;	
}

table.acomTable{
	width: 100%;	
}

table.acomTable a{
	color: black;
}

table.acomTable {
	border-collapse:collapse;
	border: #8BA3B1 solid thin;
}

table.acomTable thead th{
	height: 50px;
	color: #607E8F;
	background-color: #B5CCDA;
	font-size: 15px;
	border: #8BA3B1 solid thin;
}

table.acomTable tbody tr:hover td.odd{
	background-color: #8ba3b1;
}

table.acomTable tbody tr:hover td.even{
	background-color: #8ba3b1;
}

table.acomTable td{
	border-collapse:collapse;
	border: #8BA3B1 solid thin;
	padding: 10px 5px;
}
table.acomTable td.odd{
	background-color: #e1ebf1;
}
table.acomTable td.even{
	background-color: white;
}

/* ================================ 
   ------------LOGINFORM----------- 
   ================================ */

form#loginForm{
	width: 300px;
	clear:both;
}

form#loginForm input.text{
	font-size:10pt;
	margin:0;
	background:#FFFFFF url(../images/fieldbg.gif) repeat-x scroll center top;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	padding:2px 0;
	float: right;
	clear:right;
	width: 148px;
}

form#loginForm input.error{
	border-color:#FC8283;
}

form#loginForm label{
	float: left;
	clear:left;
	font-size:10pt;
	margin: 2.5px 5px;
	text-align: right;
	width: 140px;
}

/* ================================ 
   ------------HEADER-------------- 
   ================================ */

div#header_wrap {
	height:345px;
	min-width:960px;
	margin-top: 10px;
	position: relative;
}
div#header{
	background-color:white;
	width: 960px;
	height: 345px;
	margin: 0 auto;
	z-index:1000;
	position: relative;
}
div#header div#logo{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	height: 129px;
	width: 150px;
	left:-38px;
	top: -10px;
	position: absolute;
	z-index: 5000;
	cursor:pointer;
}
/* ================================ 
   ------------HEADER MENU--------- 
   ================================ */
   
div#header div#menu{
	font-weight: bold;
	height:90px;
	position:relative;
	width:960px;
	background-color:#8ba3b1;
	color:#e1ebf1;
	font-size: 18px;
	font-weight: normal;
	z-index: 4999;
}

div#header div#menu a.main{
	color:#e1ebf1;
}

div#header div#menu ul li.dir:hover {
	background-color: #6B747C;
}

div#header div#menu ul#nav{
	position:absolute;
	right:0px;
	margin-top:45px;
	list-style-type: none;
}

div#header div#menu li.dir{
	padding: 5px 15px;
}

div#header div#menu li.dir{
	display: inline;
}

div#header div#menu div#accordion{
	float:right;
	position: absolute;
	right: 5px;
	top:85px;
	background-color: transparent;
	display: none;
	clear: both;
	width: 300px;
}

p#loginError{
	text-align: right;
	clear: both;
	position:relative;
	font-size:0.75em;
	margin:0px 0px 5px;
}

/* ================================ 
   ------------HEADER BOTTOM------- 
   ================================ */

div#header div#bottomLeft{
	background-color:#b5ccda;
	height:220px;
	position:relative;
	top:0px;
	width:407px;
	float: left;
	padding: 35px 20px 0px;
}
   
div#header div#bottomRight{
	height:243px;
	position:relative;
	width:503px;
	float:right;
	margin-top: 12px;
	z-index: -1000;
}

div#threePeopleImage{
	background:#FFFFFF url(../images/headerImage.png) no-repeat scroll 0 0;
	height:100%;
	width:100%;
	position:relative;
}
   
/* ================================ 
   ------------latest NEWS--------- 
   ================================ */
div#latestNews{
	position:relative;
	color:white;
	font-weight: normal;
	height: 100%;
	width: 100%;
}

div#latestNews a{
	color:white;
	border: 0;
}

div#latestNews a img{
	border: 0;
}

div#latestNews ul{
	list-style: none;
}

div#latestNews li ul {display:inline-block;}
div#latestNews li ul {display:block;}

div#latestNews ul, li {
	margin: 0; 
	padding: 0;
}

div#latestNews .newsTitle{
	margin: 2px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0 4px;
	float: left;
	clear: left;
	width: 300px;
}
div#latestNews .newsDate{
	margin: 2px 0px;
	float: right;
	clear: right;
	width: 95px;
	text-align: right;
}

a.rss{
	height: 16px;
	width: 16px;
	background-image: url('../images/rssIconBlue.png');
	background-repeat: no-repeat;
	background-position: bottom;	
}
a.rss:hover{
	background-position: top;
	text-decoration: none;	
}

/* ================================ 
   ------------HEADER TITLE-------- 
   ================================ */
div#header h1{
	text-align: center;
	background-color: white;
	color:#8ba3b1;
	position:absolute;
	bottom:0px;
	margin: 0 0;
	height: 15px;
	width: 200px;
	padding-top: 10px; 
	font-family:Century Gothic,Arial,Verdana,Helvetica,sans-serif;
	font-size: 15px;
}



/* ================================ 
   ------------PAGE---------------- 
   ================================ */

div#page_wrap{
	background:#FFFFFF none repeat scroll 0 0;
	margin:0 auto;
	position:relative;
	width:960px;
	padding-top: 10px;
}

div#page{
	background:#FFFFFF url(../images/contentBG.png) repeat-y scroll 0 0;
	position:relative;
	width:960px;
}

/* ================================ 
   ------------CONTENT------------- 
   ================================ */


div#content_wrap{
	float:left;
	width:710px;	

}
div#content{
	float:left;
	float: left;
	padding: 30px 30px;
	width: 650px;
}

/* ================================ 
   ------------HOME --------------- 
   ================================ */

div#intro{
	font-size: 17px;
	font-family:Trebuchet MS,Arial,Verdana,Helvetica,sans-serif;
	color:#545454;
	float:left;
    width:500px;
}

div#latestColumn{
	width:48%;
	float:left;
}

div#partners{
	width:48%;	
	float:right;
}

div#partners img{
	margin:10px;
	height: 80px;
}

div#businessComputer{
    float:left;
    width:150px;
}

/* ==========================================
   ------------BUSINESS COMPUTER PAGE -------
   ========================================== */


#businessComputerFieldSet label{
    clear:left;
    float:left;
    font-size:10pt;
    margin:2.5px 5px;
    text-align:right;
    width:25%;
}

#businessComputerFieldSet input.text{
    width:247px;

}

.businessComputerImage{
    margin:15px 70px;
}

p#ajaxBusinessResponse{
    text-align:center;
    font-weight:bolder;
}

#businessComputerFieldSet{
    border:0px dotted #8BA3B1;
    width:610px;
    padding:12px;
}

div.pc{
    background-color:#D7E6EE;
    border:1px dotted #8BA3B1;
    display:block;
    width:290px;
    margin:0px 13px 13px 0px;
    min-height:280px;
    padding:10px;
    position:relative;
}

div.pc h3{
    text-align:center;
}

.amount{
 
}
.amountText{
    width:15px;
}

/* ================================
   ------------CONTACT PAGE -------
   ================================ */
   
div#contactForm{
	position: relative;
}   

div#contactForm div.form-row{
	margin: 3px 0px;
	clear: both;
}
div#contactForm label {
	clear:left;
	float:left;
	font-size:10pt;
	margin:2.5px 5px;
	text-align:right;
	width:25%;
}

div#contactForm input.text{
	width:450px;
}

div#contactForm .error{
	border-style: inset;
	border: 2px solid #FC8283;
}

div#contactForm input.submit{
	margin-right:40%;
}

div#contactForm li{
	list-style:none;
	margin-bottom:15px;
}

div#contactForm ul{
	margin-left: 15%;
}

div#contactForm p#intro{
	margin: 15px 15px 50px;
}

p#ajaxResponse {
	margin: 15px 15% 15px;
	text-align: center;
	clear: both;
	height: 50px;
	position:relative;
}	
ul.radio_list li {
	display:inline;
}
div#contactForm ul.radio_list label{
	float:none;	
}

/* ================================ 
   ------------ABOUT PAGE --------- 
   ------------WIE?		  --------- 
   ================================ */
ul#employeeGallery{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;	
}

ul#employeeGallery li{
	float:left;
	height:125px;
	margin:0;
	padding:10px 10px 40px;
	position:relative;
	width:140px;
}

ul#employeeGallery li a{
	color:black;
}

ul#employeeGallery li img{
	background:#FFFFFF none repeat scroll 0 0;
	border:thin solid #E1E2E3;
	height:105px;
	margin:0;
	padding:0;
	width:140px;
}

/* ================================ 
   ------------ABOUT PAGE --------- 
   ------------WAAR?	  --------- 
   ================================ */

div#mapsLogo{
	background:#fff url("../images/notAvailable.png") no-repeat;
	height: 129px;
	width:217px;
	background-position: top center;
}

div#map{
	width: 654px; 
	height: 400px;
	margin-bottom: 20px;	
}

/* ==============================================
   ------------VERKOOPSVOORWAARDEN PAGE ---------
   ============================================== */
ul#verkoopsvoorwaarden{
  list-style: decimal;
}

/* ================================
   ------------SIDEBAR------------- 
   ================================ */

div#sideBar{
	color:#6b747c;
	float:right;
	position:relative;
	width:250px;
	height:100%
}
div#sideBar img{
  border: none;
  margin: 0;
  padding: 0;
}

div#sideBar div#slogan{
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	width: 190px;
	padding: 40px 30px;
	margin-bottom:50px; 	
}

div#sideBar div#address{
	text-align: left;
	width: 190px;
	padding: 0px 30px; 	
	margin-bottom:50px;
	font-size: 10pt;
	font-weight: normal;
}

div#sideBar div#social{
  display: block;
  margin: 0px auto 100px;
  padding: 0;
  width: 100%;
  height: 50px;
}
div#social ul{
  width: 100%;
  list-style: none outside none;
}
div#social li{
  float: left;
  margin: 0 10px;
}

div#sideBar div#iblogo{
	background:url(../images/informaticaBegeleidersLogo.png) no-repeat scroll 0 0;
	width: 180px;
	height:128px;
	padding: 0px 35px; 	
	margin: 0px auto 150px;
	
}

/* ================================ 
   ------------BANNER-------------- 
   ================================ */

div#banner{
	background:url(../images/bannerBG.png) no-repeat scroll 0 0;
	width: 650px;
	height:112px;
	position: relative;
	margin: 50px 0px;
}

div#banner div#image{
	background:url(../images/acom20years.png) no-repeat scroll 0 0;
	height: 112px;
	width: 115px;
	position:absolute;
	margin:0px;	
}

div#banner h2{
	display: block;
	position:absolute;
	margin:10px 0 0 145px ;	
}

div#banner p{
	display: block;
	position:absolute;
	margin:40px 0 0 145px ;	
	width: 400px;
}



   

/* ================================ 
   ------------FOOTER-------------- 
   ================================ */
   
div#footer_wrap{
	display:block;
	min-width:960px;
	border-top:4px solid #8ba3b1;
	margin:0 auto;
	color:#607E8F;
	background-color: #F0F4F5;
	font-size: 0.8em;
}
div#footer{
	height: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	float: right;
  line-height: 20px;
}

div#footer a{
	color:#607E8F;
}

div#footer a.amiko {
  text-indent: -9999px;
  text-decoration: none;
  border: none;
  display: block;
  width: 55px;
  height: 16px;
  float: right;
  background: url(../images/amiko.png) 0px 0px no-repeat;
}
div#footer a.amiko:hover{
  text-decoration: none;
  border: none;
  background: url(../images/amiko.png) 0px -16px no-repeat;
}

