/* Main config */
  * {
    margin:0px;
    padding:0px;
    font-family: Verdana, sans-serif;
    font-size:12px;
    border-spacing:0px;
    border-collapse:collapse;
    border:0px;
    line-height:18px;
  }
  br {
    height:0px;
  }
  a {
    color:#f0f;
    text-decoration:none;
  }
  a:hover {
    text-decoration:underline;
  }
  h1,h2,h3,h4 {
    font-size:12px;
  }
  body {
    background:url(../art/bg.jpg);
  }

#root {
  width:1100px;
  position:relative;
  margin:0px auto;
}

#hd1 {
  position:absolute;
  top:30px; left:100px;
}
#hd2 {
  position:absolute;
  top:95px;
  left:0px;
}
#header {
  position:relative;
  float:right;
  width:260px;
  height:300px;
  text-align:left;
  font-weight:bold;
  color:#fff;
  font-size:16px;
  padding-top:40px;
}

#menu {
  position:relative;
  float:left;
  width:223px;
  margin-left:60px;
  margin-top:80px;
}
#menu ul {
  list-style:none;
}
#menu ul li {
  width:223px;
  height:24px;
  margin-bottom:4px;
  background:url(../art/menu_inactive.png) no-repeat top left;
  cursor:pointer;
}
#menu ul li:hover {
  background:url(../art/menu_inactive_hover.png) no-repeat top left;
}
#menu ul li.active {
  background:url(../art/menu_inactive_hover.png) no-repeat top left;
}
#menu ul li p {
  font-size:14px;
  padding-top:3px;
  padding-left:10px;
}
#menu a {
  font-size:14px;
  color:#f6f;
  font-weight:bold;
  text-decoration:none;
}

#content {
  position:relative;
  float:left;
  width:800px;
  margin-left:10px;
  overflow:hidden;
}
#content div.images {
  width:270px;
  float:left;
  margin-left:10px;
}
#content div.images img.itemimg {
  margin-top:12px;
}
#content div.items {
  width:520px;
  float:left;
  overflow:hidden;
}
#content img.itemimg {
  width:240px;
  float:left;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:4px;
  border:1px solid #ff00fc;
}
#content img:hover {
  border-color:#fff;
}

div.item {
  position:relative;
  float:left;
  width:100%;
}
div.item p, div.item h2, div.item h1 {
  margin-left:10px;
}
div.item p.prijs {
  font-weight:bold;
  color:#ff00fc;
  font-size:26px;
  line-height:30px;
}
div.item p.more {
  text-align:right;
}
hr.itemsep {
  border:0px;
  width:100%;
  margin:13px 10px;
  display:block;
  height:1px;
  overflow:hidden;
  background:#ff00fc;
}

#content div.album {
  float:left;
  overflow:hidden;
  margin:5px 5px 10px;
}
#content div.album img {
  display:block;
  margin:0px;
  border:1px solid #ff00fc;
}
#content div.album p {
  display:block;
  text-align:center;
  color:#ff00fc;
}
#content div.albumimage {
  float:left;
  overflow:hidden;
  margin:5px;
  width:134px;
  height:120px;
  overflow:hidden;
}
#content div.albumimage img {
  display:block;
  margin:0px;
  border:1px solid #ff00fc;
}
#content div.albumimage p {
  display:block;
  text-align:center;
  color:#ff00fc;
}
#content div.album:hover img, #content div.albumimage:hover img {
  border-color:#fff;
}

div.nieuwsshortitem p, div.nieuwsshortitem h2 {
  margin-left:10px;
}
div.nieuwsshortitem p.date {
  font-style:italic;
  color:#ff00fc;
  margin-bottom:4px;
}
#content div.nieuwsshortitem img {
  float:right;
  border:1px solid #ff00fc;
}

#formdiv {
  float:left;
  margin-left:10px;
}
#form_submit {
  padding: 0px 20px;
  border: 1px outset #a8b2d6;
  background:#fff;
  color:#030144;
  cursor:pointer;
  line-height:22px;
  width:70px;
  text-align:center;
  float:right;
  margin:4px 10px;
}
#form_submit:hover {
  border: 1px inset #a8b2d6;
  background:#eee;
}
table.form td {
  padding-right: 10px;
  padding-top:4px;
  vertical-align:top;
  line-height:22px;
}
table.form input, table.form textarea {
  border:1px inset #a8b2d6;
  width:300px;
  font-size:14px;
}
table.form textarea {
  margin-top:3px;
  height:80px;
}
table.form div.boxlist_input {
  float:left;
  width:22px;
}
table.form div.boxlist_label {
  float:left;
  width:40px;
}

div.gbleft {
float:left;
width:460px;
overflow:hidden;
}
div.gbright {
float:left;
width:270px;
margin-left:20px;
overflow:hidden;
}
div.gbnav {
  position:relative;
  width:100%;
height:20px;
background:#f6f;
color:#fff;
}
div.gbnav a {
  color:#fff;
}
div.gbnav p.left {
width:100px;
float:left;
text-align:left;
line-height:20px;
}
div.gbnav p.middle {
width:260px;
float:left;
text-align:center;
line-height:20px;
}
div.gbnav p.right {
width:100px;
float:left;
text-align:right;
line-height:20px;
}
div.gbitem {
background:#ddd;
margin-top:5px;
margin-bottom:5px;
}
div.gbitem p.name {
width:340px;
float:left;
line-height:20px;
overflow:hidden;
}
div.gbitem p.ip {
width:120px;
float:left;
line-height:20px;
overflow:hidden;
text-align:right;
}
div.gbitem p.text {
border-top:1px solid #ff00fc;
float:left;
width:460px;
background:#fff;
margin-bottom:5px;
}

#content div.gbinput img.code {
  border:0px;
  margin:0px;
  width:175px;
  height:45px;
}
#content #gbinput_name {
  border:1px inset #a8b2d6;
  font-size:14px;
  float:right;
}
#content #gbinput_text {
  border:1px inset #a8b2d6;
  font-size:14px;
  width:100%;
  margin-top:5px;
  margin-bottom:5px;
  height:100px;
}
#content #gbinput_code {
  border:1px inset #a8b2d6;
  font-size:14px;
  width:80px;
  margin-right:10px;
}
#content div.gbinput div.submit {
  padding: 0px 20px;
  border: 1px outset #a8b2d6;
  background:#fff;
  color:#030144;
  cursor:pointer;
  line-height:22px;
  width:70px;
  text-align:center;
  float:right;
  margin:5px 0px;
}
#content div.gbinput div.submit:hover {
  border: 1px inset #a8b2d6;
  background:#eee;
}

img.smiley {
  margin:5px 0px 0px 10px;
}
div.nieuwsshortitem img {
  margin-left:10px;
}

div.aanbieding {
  width:223px;
  height:230px;
  overflow:hidden;
  position:relative;
}
div.aanbieding img {
  display:block;
  margin:0px;
}
div.aanbieding p.title {
  font-size:16px;
  padding-left:12px;
  margin-top:5px;
}
div.aanbieding p.prijs {
  color:#f6f;
  font-weight:bold;
  font-size:24px;
  line-height:30px;
  padding-left:12px;
}
div.aanbieding h2 {
  padding:0px 10px 5px;
  margin:0px;
}
a.shakeimg img {
  width:200px;
  float:left;
  margin-right:10px;
  margin-left:10px;
  border:1px solid #f6f;
}

#footer {
  width:600px;
  text-align:center;
  margin:20px auto;
}
#footer p, #footer a {
  color:#000; font-size:10px;
  text-decoration:none;
}

