/*BEGIN ALGEMENE STYLESHEET*/
HTML {
	font-family: sans-serif;
	font-size:11px;
}

BODY {
	margin:0;
	padding:0;
	background-color:#ffffff;
  	min-width: 860px;
}

* {
	margin:0;
	padding:0;
}

@font-face {
font-family: BebasNeue;
src: url('/pam/custom/BebasNeue.otf');
}


a {
	color:#0095c3;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

.containertop{
  width:100%;
  background-image: url(grfx/bgtopcontainer.jpg);
  height: 272px;
}

.top{
  width: 860px;
  margin: 0 auto;
}

.logo{
  height: 148px;
  width: 148px;
  float: left;
}

.righttop{
  width: 710px;
  float: left;
  height: 40px;
}

.topmenu{
  width: 712px;
  float: left;
  height: 108px;
}

.headercenter{
  	width: 860px;
  	margin-left: auto;
  	margin-right: auto;
  	position: relative;
  	z-index: 50;
  	margin-top: -125px;
}

  
.containermid{
  background-image: url(grfx/bgmiddle.jpg);
  background-repeat: repeat-x;
  width: 100%;
  min-height: 340px;
  background-color: #e3e3e3;
}

.ie7 .main{
  margin-top: 10px;
}
.main{
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.extrablock{
  overflow:hidden;
  width: 860px;
  background-color: #ffffff;
  min-height: 270px;
  margin: 0 auto;
  padding-top:20px;
}



.containterbottom{
  width: 100%;
  min-height: 91px;
  background-color: #1e1e1e;
  background-image: url(grfx/footer.jpg);
  background-repeat: repeat-x;
}

.footer{
  width: 860px;
  margin: 0 auto;
}

.blockleft {
  float:left;
  width:50%;
}

.blockright {
  float:right;
  width:50%;
}
/*EIND ALGEMENE STYLESHEET*/

/*BEGIN TEMPLATE OBJECT Afbeelding - Logo Eurocer Building*/
.object2 img{
  margin-top: 15px;
  margin-left: 15px;
}
/*EIND TEMPLATE OBJECT Afbeelding - Logo Eurocer Building*/

/*BEGIN TEMPLATE OBJECT Menu - Hoofdmenu*/
.object4 {
  float:left;
  margin: 27px 0 0 23px;
}

.object4 ul {
  float:left;
  list-style-type:none;
}

.object4 ul ul,
.object4 ul ul ul,
.object4 ul li:hover ul ul  {
  display:none;
}

.object4 a {
  text-transform:uppercase;
  color: #ffffff;
  font-size: 11px;
  font-weight:bold;
}

.ie7 .object4 a {
  float:left;
  width:100%;
}

.object4 ul li {
  float:left;
  margin-left:13px;
  line-height:37px;
}

.object4 ul li:first-child {
  margin-left:0;
}

.object4 ul li .menuleft,
.object4 ul li .menuright {
  float:left;
  width:4px;
  height:37px;
}

.object4 ul li .menumid {
  float:left;
  height:37px;
}

.object4 ul li:hover .menuleft,
.object4 ul li.selected .menuleft {
  background-image:url(/pam/front/templates/homepage/grfx/menu-left.jpg);
}

.object4 ul li:hover .menumid,
.object4 ul li.selected .menumid  {
  background-image:url(/pam/front/templates/homepage/grfx/menu-mid.jpg);
}

.object4 ul li:hover .menuright,
.object4 ul li.selected .menuright  {
  background-image:url(/pam/front/templates/homepage/grfx/menu-right.jpg);
}

.object4 ul li:hover ul {
  display:block;
  position:absolute;
  z-index:999;
  margin-top:37px;
}

.ie7 .object4 ul li:hover ul {
  clear: both;
  margin-top: 0px;
}

.object4 ul ul li {
  float:left;
  clear:both;
  margin:0;
  padding:0;
  padding-left:10px;  
  width:146px;
  min-height:20px;
  line-height:20px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-mid.jpg);
}

.object4 ul ul li.first {
  float:left;
  width:146px;
  height:17px;
  line-height:17px;
  min-height:17px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-top.png);
}

.object4 ul ul li.last  {
  float:left;
  width:146px;
  height:12px;
  min-height:12px;
  line-height:12px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-bot.png);
}

.object4 ul ul li:hover ul {
  display:block;
  position:absolute;
  z-index:999;
  margin-left:146px;
  margin-top:-25px;
}

.ie7 .object4 ul ul li:hover ul {
  margin-left:0;
}

.object4 ul ul ul li {
  float:left;
  clear:both;
  margin:0;
  padding:0;
  padding-left:10px;  
  width:146px;
  min-height:20px;
  line-height:20px;
  padding-left:15px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-sub-mid.png);
}

.object4 ul ul ul li.first {
  float:left;
  width:146px;
  height:17px;
  line-height:17px;
  min-height:17px;
  padding-left:15px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-sub-top.png);
}

.object4 ul ul ul li.last  {
  float:left;
  width:146px;
  height:12px;
  min-height:12px;
  line-height:12px;
  padding-left:15px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-sub-bot.png);
}
/*EIND TEMPLATE OBJECT Menu - Hoofdmenu*/

/*BEGIN TEMPLATE OBJECT Afbeelding - Header*/
.object5{
  width: 860px;
  margin-left: auto;
   margin-right: auto;
   margin-top: -125px;
}

.ie7 .object5{
  margin-top: 0;
}
/*EIND TEMPLATE OBJECT Afbeelding - Header*/

/*BEGIN TEMPLATE OBJECT Afbeelding - Ronde hoek*/
.object6{
  position: absolute;
  margin-top: -242px;
}

.ie7 .object6{
  margin-left: 0px;
  position: static;
}
/*EIND TEMPLATE OBJECT Afbeelding - Ronde hoek*/

/*BEGIN TEMPLATE OBJECT Lijst - Homepage*/
/*.object12 .item{
  width: 250px;
  float: left;
  margin-left: 15px;
  margin-right: 0px;
  padding-left: 25px;
  
}*/

.object12 #nummer1{
  width: 252px;
  float: left;
  padding-right: 21px;
}

.object12 #nummer2{
  width: 252px;
  float: left;
  padding-right: 21px;
  padding-left: 31px;
}

.object12 #nummer3{
  width: 245px;
  float: left;
  padding-left: 34px;
}


.object12 h2{
  font-size: 14px;
  margin-bottom: 10px;
}

.object12 p{
  margin-top: 10px;
}

.object12 a.readmore{
  display: block;
  font-size: 12px;
  color: white;
  line-height: 24px;
  text-align: center;
  width: 81px;
  margin-top: 12px;
  height: 24px;
  background-image: url(grfx/readmorebutton.png);
}
/*EIND TEMPLATE OBJECT Lijst - Homepage*/

/*BEGIN TEMPLATE OBJECT Tekstblok - Footer*/
.object13 p{
  color: white;
  margin-left: 10px;
  padding-top: 40px;
}

.object13{
  width: 230px;
  float: left;
}
/*EIND TEMPLATE OBJECT Tekstblok - Footer*/

/*BEGIN TEMPLATE OBJECT Menu - Footermenu*/
.object14{
  float: right;
}

.object14 ul{
  padding-top: 40px;
  list-style: none;
}

.object14 ul li{
  float: left;
  border-left: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.object14 ul li:first-child{
  border: none;
}

.object14 ul li a{
  line-height: 16px;
  color: white;
  font-size: 12px;
}
/*EIND TEMPLATE OBJECT Menu - Footermenu*/

/*BEGIN TEMPLATE OBJECT Zoekbar*/
.object16{
  width: 320px;
  height: 36px;
  float: right;
  background-image: url(grfx/button.png);
}

.object16 .searchbar{
  width: 155px;
  height: 20px;
  margin-top: 6px;
  margin-left: 8px;
  float: left;
  background-image: url(grfx/searchbar.png);
}

.object16 input.zoekbalk{
  border: none;
  background: none;
  line-height: 11px;
  height: 20px;
  border: 0px solid grey;
  font-size: 11px;
  position: absolute;
  margin-left: 5px;
  width: 145px;
}

.object16 .searchbutton{
  margin-left: 130px;
}

.object16 .login{
  margin-top: 10px;
  width: 143px;
  margin-left: 3px;
  float: left;
  color: white;
  text-align: center;
}

.object16 a{
  color: white;
  font-size: 12px;
}
/*EIND TEMPLATE OBJECT Zoekbar*/

/*BEGIN TEMPLATE OBJECT Landingpage Gerelateerd*/
.object28{
  width: 850px;
  margin-left: 10px;
  float: left;
  margin-top: 11px;
  color: white;
  font-size: 11px;
}

.object28 .lp_show{
  display: inline;
  font-size: 11px;
}

.object28 .lp_hidden{
  display: none;
  font-size: 11px;
}

.object28 a{
  color: white;
  font-size: 11px;
}
/*EIND TEMPLATE OBJECT Landingpage Gerelateerd*/

/*BEGIN TEMPLATE OBJECT Afbeelding - Header afbeelding*/
.object32{
  margin-top: -245px;
  width: 541px;
  height: 242px;
  overflow: hidden;
  postition: absolute;
}

/*EIND TEMPLATE OBJECT Afbeelding - Header afbeelding*/

/*BEGIN TEMPLATE OBJECT Tekstblok - Header tekst*/
.object33{
  margin-left: 565px;
  width: 260px;
  height: 160px;
  margin-top: -205px;
  overflow: hidden;
}

.object33 h1{
  text-transform:uppercase;
  line-height: 28px;
  color: white;
  font-size: 20px;
}

.object33 h2{
  text-transform:uppercase;
  color: white;
    line-height: 24px;
  font-size: 16px;
}

.object33 h3{
  text-transform:uppercase;
  color: black;
    line-height: 18px;
  font-size: 12px;
}


.ie7 .object33{
  margin-top: -205px;
  position: absolute;
}

/*EIND TEMPLATE OBJECT Tekstblok - Header tekst*/

/*BEGIN PAGINA OBJECT Tekstblok - Footer*/
.object13 p{
  color: white;
  margin-left: 10px;
  padding-top: 40px;
}

.object13{
  width: 230px;
  float: left;
}
/*EIND PAGINA OBJECT Tekstblok - Footer*/

/*BEGIN PAGINA OBJECT Menu - Footermenu*/
.object14{
  float: right;
}

.object14 ul{
  padding-top: 40px;
  list-style: none;
}

.object14 ul li{
  float: left;
  border-left: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.object14 ul li:first-child{
  border: none;
}

.object14 ul li a{
  line-height: 16px;
  color: white;
  font-size: 12px;
}
/*EIND PAGINA OBJECT Menu - Footermenu*/

/*BEGIN PAGINA OBJECT Zoekbar*/
.object16{
  width: 320px;
  height: 36px;
  float: right;
  background-image: url(grfx/button.png);
}

.object16 .searchbar{
  width: 155px;
  height: 20px;
  margin-top: 6px;
  margin-left: 8px;
  float: left;
  background-image: url(grfx/searchbar.png);
}

.object16 input.zoekbalk{
  border: none;
  background: none;
  line-height: 11px;
  height: 20px;
  border: 0px solid grey;
  font-size: 11px;
  position: absolute;
  margin-left: 5px;
  width: 145px;
}

.object16 .searchbutton{
  margin-left: 130px;
}

.object16 .login{
  margin-top: 10px;
  width: 143px;
  margin-left: 3px;
  float: left;
  color: white;
  text-align: center;
}

.object16 a{
  color: white;
  font-size: 12px;
}
/*EIND PAGINA OBJECT Zoekbar*/

/*BEGIN PAGINA OBJECT Afbeelding - Logo Eurocer Building*/
.object2 img{
  margin-top: 15px;
  margin-left: 15px;
}
/*EIND PAGINA OBJECT Afbeelding - Logo Eurocer Building*/

/*BEGIN PAGINA OBJECT Landingpage Gerelateerd*/
.object28{
  width: 850px;
  margin-left: 10px;
  float: left;
  margin-top: 11px;
  color: white;
  font-size: 11px;
}

.object28 .lp_show{
  display: inline;
  font-size: 11px;
}

.object28 .lp_hidden{
  display: none;
  font-size: 11px;
}

.object28 a{
  color: white;
  font-size: 11px;
}
/*EIND PAGINA OBJECT Landingpage Gerelateerd*/

/*BEGIN PAGINA OBJECT Afbeelding - Eurocer-Building - Header afbeelding*/
.object32{
  margin-top: -245px;
  width: 541px;
  height: 242px;
  overflow: hidden;
  postition: absolute;
}

/*EIND PAGINA OBJECT Afbeelding - Eurocer-Building - Header afbeelding*/

/*BEGIN PAGINA OBJECT Tekstblok - Home - Header tekst*/
.object33{
  margin-left: 565px;
  width: 260px;
  height: 160px;
  margin-top: -205px;
  overflow: hidden;
}

.object33 h1{
  text-transform:uppercase;
  line-height: 28px;
  color: white;
  font-size: 20px;
}

.object33 h2{
  text-transform:uppercase;
  color: white;
    line-height: 24px;
  font-size: 16px;
}

.object33 h3{
  text-transform:uppercase;
  color: black;
    line-height: 18px;
  font-size: 12px;
}


.ie7 .object33{
  margin-top: -205px;
  position: absolute;
}

/*EIND PAGINA OBJECT Tekstblok - Home - Header tekst*/

/*BEGIN PAGINA OBJECT Menu - Hoofdmenu*/
.object4 {
  float:left;
  margin: 27px 0 0 23px;
}

.object4 ul {
  float:left;
  list-style-type:none;
}

.object4 ul ul,
.object4 ul ul ul,
.object4 ul li:hover ul ul  {
  display:none;
}

.object4 a {
  text-transform:uppercase;
  color: #ffffff;
  font-size: 11px;
  font-weight:bold;
}

.ie7 .object4 a {
  float:left;
  width:100%;
}

.object4 ul li {
  float:left;
  margin-left:13px;
  line-height:37px;
}

.object4 ul li:first-child {
  margin-left:0;
}

.object4 ul li .menuleft,
.object4 ul li .menuright {
  float:left;
  width:4px;
  height:37px;
}

.object4 ul li .menumid {
  float:left;
  height:37px;
}

.object4 ul li:hover .menuleft,
.object4 ul li.selected .menuleft {
  background-image:url(/pam/front/templates/homepage/grfx/menu-left.jpg);
}

.object4 ul li:hover .menumid,
.object4 ul li.selected .menumid  {
  background-image:url(/pam/front/templates/homepage/grfx/menu-mid.jpg);
}

.object4 ul li:hover .menuright,
.object4 ul li.selected .menuright  {
  background-image:url(/pam/front/templates/homepage/grfx/menu-right.jpg);
}

.object4 ul li:hover ul {
  display:block;
  position:absolute;
  z-index:999;
  margin-top:37px;
}

.ie7 .object4 ul li:hover ul {
  clear: both;
  margin-top: 0px;
}

.object4 ul ul li {
  float:left;
  clear:both;
  margin:0;
  padding:0;
  padding-left:10px;  
  width:146px;
  min-height:20px;
  line-height:20px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-mid.jpg);
}

.object4 ul ul li.first {
  float:left;
  width:146px;
  height:17px;
  line-height:17px;
  min-height:17px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-top.png);
}

.object4 ul ul li.last  {
  float:left;
  width:146px;
  height:12px;
  min-height:12px;
  line-height:12px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-bot.png);
}

.object4 ul ul li:hover ul {
  display:block;
  position:absolute;
  z-index:999;
  margin-left:146px;
  margin-top:-25px;
}

.ie7 .object4 ul ul li:hover ul {
  margin-left:0;
}

.object4 ul ul ul li {
  float:left;
  clear:both;
  margin:0;
  padding:0;
  padding-left:10px;  
  width:146px;
  min-height:20px;
  line-height:20px;
  padding-left:15px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-sub-mid.png);
}

.object4 ul ul ul li.first {
  float:left;
  width:146px;
  height:17px;
  line-height:17px;
  min-height:17px;
  padding-left:15px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-sub-top.png);
}

.object4 ul ul ul li.last  {
  float:left;
  width:146px;
  height:12px;
  min-height:12px;
  line-height:12px;
  padding-left:15px;
  background-image:url(/pam/front/templates/homepage/grfx/sub-sub-bot.png);
}
/*EIND PAGINA OBJECT Menu - Hoofdmenu*/

/*BEGIN PAGINA OBJECT Afbeelding - Header*/
.object5{
  width: 860px;
  margin-left: auto;
   margin-right: auto;
   margin-top: -125px;
}

.ie7 .object5{
  margin-top: 0;
}
/*EIND PAGINA OBJECT Afbeelding - Header*/

/*BEGIN PAGINA OBJECT Afbeelding - Ronde hoek*/
.object6{
  position: absolute;
  margin-top: -242px;
}

.ie7 .object6{
  margin-left: 0px;
  position: static;
}
/*EIND PAGINA OBJECT Afbeelding - Ronde hoek*/

/*BEGIN PAGINA OBJECT Login*/
.paginaobject2020 {
  float:left;
  width:330px;
}

.paginaobject2020 label {
  float:left;
  width:150px;
}

.textfieldbg {
  float:left;  
  background-image:url(/pam/front/templates/homepage/grfx/text-bg.png);
  width:179px;
  height:22px;
  line-height:22px;
}

.paginaobject2020 input[type="text"],
.paginaobject2020 input[type="password"] {
  float:left;
  width:169px;
  height:22px;
  line-height:22px;
  padding:0 5px;
  border:0;
  background-color:transparent;
  font-size:11px;
}

.paginaobject2020 p {
  float:left;
  clear:both;
  width:100%;
  margin-bottom:5px;
}

.paginaobject2020 a.login{
  float:right;
  font-size: 12px;
  color: white;
  line-height: 24px;
  text-align: center;
  width: 81px;
  margin-top: 12px;
  height: 24px;
  background-image: url(/pam/front/templates/default/grfx/loginbutton.png);
}

.forgotton {
  float:left;
  margin-top:15px;
  color:#000;
  text-decoration:underline;
}

.forgotton:hover {
  text-decoration:none;
}

.ie7 .paginaobject2020 a.login {
  clear:both;
  margin:10px 0;
}

.paginaobject2020 .error-message {
  color:red;
}

.notify {
  float:left;
  border: 1px solid #CCCCCC;
  background-color: #fffeae;
  padding: 2px;
  margin-bottom:10px;
}
.notify ul {
  margin-left:20px;
}
.notify img { 
  margin-right: 4px;
}
.notify span {
  float:left;
}
/*EIND PAGINA OBJECT Login*/

/*BEGIN PAGINA OBJECT Tekstblok - Login*/
.paginaobject2021 {
  float:left;
  width:100%;
}

.paginaobject2021 h1{
  font-size: 16px;
  color: #067d81;
}

.paginaobject2021 h2{
  font-size: 14px;
  color: #067d81;
}

.paginaobject2021 h3{
  font-size: 12px;
  color: #067d81;
}
/*EIND PAGINA OBJECT Tekstblok - Login*/

/*BEGIN PAGINA OBJECT Tekstblok - Product family*/
.paginaobject2024 {
  float:left;
  width:100%;
}

.paginaobject2024 h1{
  font-size: 16px;
  color: #067d81;
}

.paginaobject2024 h2{
  font-size: 14px;
  color: #067d81;
}

.paginaobject2024 h3{
  font-size: 12px;
  color: #067d81;
}
/*EIND PAGINA OBJECT Tekstblok - Product family*/

/*BEGIN PAGINA OBJECT Home productgroepen*/
.product_tree {
  float:left;
  width:100%;
}

.product_tree h1{
  font-size: 16px;
  color: #067d81;
}

.product_tree a.readmore{
  display: block;
  font-size: 12px;
  color: white;
  line-height: 24px;
  text-align: center;
  width: 81px;
  margin-top: 12px;
  height: 24px;
  background-image: url(grfx/readmorebutton.png);
}
/*EIND PAGINA OBJECT Home productgroepen*/

/*BEGIN PAGINA OBJECT Lijst - Homepage*/
/*.object12 .item{
  width: 250px;
  float: left;
  margin-left: 15px;
  margin-right: 0px;
  padding-left: 25px;
  
}*/

.object12 #nummer1{
  width: 252px;
  float: left;
  padding-right: 21px;
}

.object12 #nummer2{
  width: 252px;
  float: left;
  padding-right: 21px;
  padding-left: 31px;
}

.object12 #nummer3{
  width: 245px;
  float: left;
  padding-left: 34px;
}


.object12 h2{
  font-size: 14px;
  margin-bottom: 10px;
}

.object12 p{
  margin-top: 10px;
}

.object12 a.readmore{
  display: block;
  font-size: 12px;
  color: white;
  line-height: 24px;
  text-align: center;
  width: 81px;
  margin-top: 12px;
  height: 24px;
  background-image: url(grfx/readmorebutton.png);
}
/*EIND PAGINA OBJECT Lijst - Homepage*/

