
body {
	
	font-family:arial;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
  background-repeat:repeat-x;
  background-color: #f8f6f6;
  color: #444444;
  margin-top:0;
  padding-top:0;
  line-height: 1.5;
}

a {
	color: #007dae;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}



.total {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}



td.spacer {
	padding: 4px;
}


.footer {
	color: #5f5f5f;
	clear:both;
  padding-top:20px;
  font-size: 10px;
  padding-bottom: 10px;

}

.footer .right {
  float:right;
  color: #444444;

}

.footer .right a {
  border-left: 1px solid #CCCCCC;
  padding-left: 10px;
  padding-right: 10px;
}
.footer .right a.first {
  border-left:0;
}

.footer .verfrist{
  margin-right: 30px;
}

h1,h2,h3,h4 {
  line-height: 1.2;
	font-family: Arial,Verdana, Helvetica;
	color: #007dae;
  padding:0;
  margin:0;
	margin-bottom: 10px;
}


h1 {
	font-size: 34px;
  width: 200px;
  float:left;

	
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  margin-bottom: 4px;

}

input.button {
	padding-top: 0px;
}


ul {
	list-style-type: square;

	padding-left: 14px;
}
ul li {
	padding: 2px;
}


/* Submit button */
.buttonrow {
	text-align: center;
	
	background-color: #f4f4f4;
	padding: 5px;		
	
	
	border: 1px solid #CDCDCD;
}

.buttonrow input {
	margin-left: auto;
	margin-right: auto;
}

/* Header */ 

.header {
  margin-bottom: 20px;  
  height: 110px;
}

.header .logo {
  width: 224px;
  float:left;
}

/* Menu */

.menu {
  background-image:url('../images/menu_center.jpg');
  background-repeat:repeat-x;
  height: 107px;
  width: 716px;
  float:right;
}

.menu .menuBefore {
  background-image:url('../images/menu_left.jpg');
  background-repeat:no-repeat;
  height: 107px;
  width: 10px;
  float:left;
  
}
.menu div.menuItem {
  margin-top: 75px;
  display:block;
  float:left;
  margin-right:7px;
  margin-left: 7px;
  font-size: 16px;

  
}
.menu div.menuItem a {
	color: #323232;
  display:inline;
  font-size: 16px;
  font-weight:bold;
}


.menu .menuAfter {
  background-image:url('../images/menu_right.jpg');
  background-repeat:no-repeat;
  background-position:top right;
  height: 107px;
  width: 10px;

  float:right;
  
}


/* Box */

.box {
  background-image:url(../images/box_bg.jpg);
  background-repeat:repeat-x;
  background-color:#FFFFFF;
  background-position: top;
  margin-bottom: 10px;
}

.boxw {
  background-image:none;
  margin-bottom: 20px;
}

.box .top {
  background-image:url(../images/box_top.jpg);
  background-repeat:repeat-x;
  background-position:top;
  height: 9px;
}
.box .top .left {
  float:left;
  height: 9px;
  width: 7px;
  background-image:url(../images/box_topleft.jpg);
  background-repeat:no-repeat;
  background-position:top left;
}

.box .top .right {
  float:right;
  height: 9px;
  width: 7px;
  background-image:url(../images/box_topright.jpg);
  background-repeat:no-repeat;
  background-position:top right;
}

.box .bottom {
  background-image:url(../images/box_bottom.jpg);
  background-repeat:repeat-x;
  background-position:bottom;
  height: 8px;
}
.box .bottom .left {
  float:left;
  height: 8px;
  width: 7px;
  background-image:url(../images/box_bottomleft.jpg);
  background-repeat:no-repeat;
  background-position:bottom left;
}

.box .bottom .right {
  float:right;
  height: 8px;
  width: 7px;
  background-image:url(../images/box_bottomright.jpg);
  background-repeat:no-repeat;
  background-position:bottom right;
}

.box .contentleft {
  background-image:url(../images/box_left.jpg);
  background-repeat:repeat-y;
  background-position:left;

}

.box .contentright {
  background-image:url(../images/box_right.jpg);
  background-repeat:repeat-y;
  background-position:right;

}
.box .contentcenter {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}





/* Submenu */
.subMenu {
  height:auto;
}

.subMenu {
  margin-bottom: 10px;
  margin-top: 15px;
  height: 30px;
}

.subMenu .menuItem {
  float:left;
  margin-right: 10px;
}

.subMenu .menuItem a{
  float:left;
  padding: 3px;
  padding-left: 13px;
  padding-right: 13px;


}

.subMenu .menuItem a:hover {
  font-weight: bold;
  text-decoration: none;
}

.subMenu .menuItemSelected {
  
}


.subMenu div.menuItemSelected {
  
  background-image: url(../images/subMenu_bgright.jpg);
  background-repeat:no-repeat;
  padding-right:9px;
  background-position: right;
}

.subMenu  a.menuItemSelected {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left:9px;
  padding-right: 0px;
  background-image: url(../images/subMenu_bgleft.jpg);
  background-repeat:no-repeat;
  background-position: left;
  background-color: #007dae;
  color: #FFFFFF;

font-weight:bold;
}


/* Content specific */
.listvoordelen .item {
  width: 370px;
  height: 76px;

  padding-left: 70px;
}

.listvoordelen .item  h4 {


}

.listvoordelen .item img {
  float:left;
  margin-left: -70px;
  position: relative;
}

.home .telefonie {
  margin-bottom: 10px;
}



.home .werkstation .contentcenter,.home .telefonie .contentcenter {
  height: 154px;
}

#header_en {
  margin-bottom: 20px;
}


.box h3 {
  width: 200px;
}

.colleft {
  float:left;
  width: 460px;
}


.colright {
  float:right;
  width: 460px;
}

.clr {
  clear:both;
}

.clrMargin {
  clear:both;
  padding: 10px;
}


.box .imgright {
  float:right;  
}


.telefonie_home .vast {
  margin-bottom: 10px;
}


.telefonie_home .vast .contentcenter,.telefonie_home .mobiel .contentcenter {
  height: 154px;
}


.werkstation_community .jive_screenshots img {
  margin-left: 5px;
  border: 1px solid #CCCCCC;
  cursor:pointer;  
}

.werkstation_home .apparatuur .contentcenter {
  height: 160px;
}

.voordelen_box .item {
  padding-left: 70px;
  height: 105px;
}
.voordelen .voordelen_partners .col {
  height: 290px;
  margin-bottom: 10px;
  padding-left: 20px;
  float:left;
  border-right: 1px solid #DDDDDD;
  width: 264px;
  padding-right: 20px;
  margin-top: 20px;
}

.voordelen .voordelen_partners .colr {
  border: 0;
}

.voordelen .voordelen_partners a {
  float:left;
  padding-right: 30px;
  padding-bottom: 10px;
  /* for IE 
  filter:alpha(opacity=70);
  */
  /* CSS3 standard 
  opacity:0.7;
*/
}

.voordelen .voordelen_partners h4 {
  margin-bottom: 10px;
}

.prijzen .row1 .box .contentcenter {
  height: 550px;
}

.prijzen .row2 .box .contentcenter{
  height: 260px;
}

.prijzen .row3 .box .contentcenter{
  height: 200px;
}

.prijzen .row4 .box .contentcenter{
  height: 200px;
}

.prijzen .row5 .box .contentcenter{
  height: 340px;
}
.prijzen .box h2 {
  width: 300px;
}
.prijzen .up {
  float:right;
  font-size: 11px;
  padding-right: 15px;
  background-repeat:no-repeat;
  background-position:right;
  background-image: url('/images/up.gif');

}
.prijzen .up a {
  color: #777777;
}

.prijzen .boxes {
  margin-top:0px;
  padding-top:9px;
}

.prijzen .box .contentcenter {
  padding: 15px;
  }
  
  
.actie .box .contentcenter {
  padding: 15px;
}  
  
.actie .coll {
  margin-right: 10px;
}

.contact_iteml {
  padding-top: 10px;
  width: 100px;
  float:left;
  clear:both;
}
.contact_itemr {
  padding-top: 13px;
  float:left;
  width: 200px;
}

.contact .contacti .contentcenter {
  height: 220px;
}

.contact .contactf .contentcenter {
  height: 350px;
}

.contact .map .contentcenter {
   height: 350px;
}

.contact .adres .contentcenter {
  height: 220px;
}


.newyear2010 .topboxes .contentcenter {
  height: 440px;
}


.newyear2010 .topboxes .box .content {
  width: 260px;

}

.newyear2010 .voornemens .inputVoornemens .title {
  font-size: 17px;


}

.newyear2010 .voornemens .inputVoornemens textarea {
  width: 840px;
  font-size: 18px;
  color: #333333;

  
  height: 80px;
  margin: 5px;
  font-family: arial, helvetica, sans;
}

.newyear2010 .voornemens .perinfo input {
  font-size: 17px;
  color: #333333;
  font-weight: bold;
  padding: 5px;
  margin: 5px;
  width: 200px;
}

.newyear2010 .voornemens .perinfo input.formFieldDefaultValue {
  color: #666666;
    font-weight: normal;
}

.newyear2010 .boxw .contentcenter {
  padding: 15px;
}
