/* Primustel style :: Globetalk
Copyright (c) 12B Company
Original date 30 aug 2007
---------------------------------------------- */
.show {
  display:none;
  }
#show1 {
  display:block;
  }
* {
	margin:0;
	padding:0;
	font-family:Arial,Verdana,Helvetica,Sans-serif;
  }

body {
	font-size:12px;
	line-height:1.8em;
	color:#000;
  background:#fff;
  text-align:center;
  }

ul, li {
  margin:0;
  padding:0;
  list-style:none;
  }

#contain {
  width:783px;
  margin:0px auto;
  }
  #contain * {
  	text-align:left;
}

img 
{
    border:none;
   }

/* Identity
---------------------------------------------- */

#identity {
  display:block;
  background:#fff url('g/identity.gif') left 20px no-repeat;
  margin-top:10px;
  clear:both;
  height:92px;
  }
a#logo {
  display:block;
  width:175px;
  height:92px;
  text-indent:-999em;
  background:url('g/logoPrimus2.gif') -20px top no-repeat;
  }
#nav {
  width:auto;
  background:url('g/rounded_corner.gif') center bottom no-repeat;
  height:26px;
  }
  #nav ul {
    margin-left:148px;
    }
    #nav li {
      float:left;
      }
      #nav a {
        display:block;
        font-size:12px;
        line-height:15px;
        padding:8px 15px 3px;
        color:#fff;
        text-decoration:none;
        }
      #nav a:hover {
        background:#4686c3;
        }

/* Main
---------------------------------------------- */
#main {
  margin-top:10px;
  clear:both;
  }
#content {
  float:left;
  width:487px;
  }

#x1col,
#x2col {
  float:left;
  width:138px;
  }

#x1col {
  margin-right:10px;
  }
#x2col {
  margin-left:10px;
  }

/* Foot
---------------------------------------------- */
#foot {
  clear:both;
  text-align:center;
  border-top:3px solid #ec4344;
  background:#fff url('g/rounded_corner.gif') center bottom no-repeat;
  color:#fff;
  font-size:10px;
  padding-top:0px;
  height:22px;
  }
#foot a {
  color:#fff;
  text-decoration:none;
  }
  #foot a:hover {
    text-decoration:underline;
    }

/* Triggers
---------------------------------------------- */
.trigger {
  display:block;
  width:auto;
  margin-bottom:10px;
  height:165px;
  }
  .trigger.mini {
    height:78px;
    }
  #tr1 {  background-image:url('g/tr1.gif'); }
  #tr2 {  background-image:url('g/tr2.gif'); }
  #tr3 {  background-image:url('g/tr3.gif'); }
  #tr4 {  background-image:url('g/tr4.gif'); }
  #tr5 {  background-image:url('g/tr5.gif'); }
  
  a.trigger {
    background-position:top left;
    }
  a.trigger:hover {
    background-position:bottom left;
    }

/* Markup
---------------------------------------------- */
.label {
  display:block;
  background:url('g/rounded_corner.gif') left bottom no-repeat;
  height:1.9em;
  margin:0 0 2em 0;
  }
h1,h6 {
  color:#fff;
  background:url('g/rounded_corner_rdir.gif') right bottom no-repeat;

  padding:0.4em 15px 0.3em;
  font-size:1em;
  line-height:1.2em;
  }
h2,h3,h4,h5 {
  font-size:1em;
  color:#284895;
  margin:1em 0 0.2em;
  padding:0 15px;
  }
p {
  margin:0.2em 0 1em;
  padding:0 15px;
  font-size:1em;
  }
ol {
  list-style:none;
  margin:1em 15px 1.6em;
  }
  ol strong {
    font-size:18px;
    font-weight:bold;
    margin-right:5px;
    color:#284895;
    }

/* Wereldkaart
---------------------------------------------- */

#wereldkaart {
  display:block;
  width:auto;
  height:162px;
  background:url('g/wereldkaart.gif') bottom no-repeat;
  margin-bottom:12px;
  }
#wereldkaart select {
  width:280px;
  margin:40px 0 0 15px;
  padding:1px 4px;
  }

.patch {
  display:block;
  margin-top:0;
  padding-left:60px;
  font-weight:bold;
  color:#284895;
  }