/*
Theme Name: Snoeprollen
Theme URI: http://www.snoeprollen.nl/
Description: Dit theme is speciaal ontworpen voor snoeprollen.nl.
Version: 1.0

License: Zoethorst B.V.								
*/




/*==================Optimus Websites Reset================== */
/* Created by: William Bijker */ 

/*==================CSS Reset==================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: "Corbel", Arial, Helvetica, sans-serif;
}


html {
	height: 100%;
    overflow-y: scroll;
}

body {
	background: #fff url("images/shopp.png") top repeat-x;
min-width: 1000px;
	color: #000;
	font-size: 14px;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover { 
    text-decoration: underline;
}

a:visited {
	text-decoration: none;
}


h1 {
	color: #000;
	font-size: 30px;
	font-weight: normal;
}

h2 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

h3 { 
    color: #fff;
    font-size: 20px;
	font-weight: normal;
}

h4, h4:a, h4:a visited {
	color: #000;
}

/*==================Website================== */

.container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

#top {
	min-width: 1000px;
        width: 100%;
	height: 53px;
	background: url("images/top.png") repeat-x; 
	padding: 0;
}

#nav {
	width: 1000px; height: 53px;
	margin: 0 auto;
}
#nav ul,
#nav li {
	width: auto; height: 53px;
	list-style: none;
}
#nav li {
	position: relative;
	float: left;
}
#nav li a {
	width: auto; height: 53px;
	padding: 0 5px;
	display: block;
	line-height: 53px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
}

#nav li a:hover, #nav li.current-menu-item a, #nav li.current-menu-parent a {
     color: #fff;
     background: #e22a63;
     height: 60px;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
}

/*pagina-specifiek*/
#slider {
	background: url("images/slider.png") repeat-x;
	min-width: 1000px;
	min-height: 583px;
}

#sliderbox {
  width: 1000px;
	height: 181px;
	margin-top: 15px;
	background: url("images/slidertextbox.png") repeat-x;
}

.sliderboxtext {
  width: 280px;
  margin-right: 10px;
  margin-left: 35px;
  margin-top: 20px;
  float: left;
}

#intro {
  width: 700px; /*t+m*/
	height: 100%;
  float: left;
}

.introtext {
  width: 300px;
  height: 100%;
  margin: 15px 50px 0 0;
  float: left;
}

#intromerken {
  width: 650px;
  height: 100%;
  margin-top: 15px;
  float: left;     
} /*=>*/ 

.merk {
  height: 70px;
  positon: absolute;
  top: 50%; bottom: 50%;
  padding-right: 15px;
  float: left;
  margin-top: 10px;
}

#page {
  margin-top: 20px;
}

#contacttext {
  width: 580px;
  float: left;
}

#contactmap {
  width: 400px;
  float: left;
  margin: 50px 0 0 20px;
}

/*sidebar*/
#sidebar {
  width: 250px;
  margin: 15px 0 0 0;
  float: right;
}

/*footer*/
#footer {
  width: 1000px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #999999; 
}

#logo {
  width: 100px;
  height: 57px;
  float: right; 
  background: url("images/logo.png") no-repeat;
}

#merken {  
  width: 220px; 
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 15px 20px; 
  float: left;  
  background: #e22a63; 
  border-radius: 7px;
}
  
#merken h2, merken li a:visited {
  color: #fff;
}

.columnmerken {
  width: 50%;
  float: left;
  color: #fff;
}

.columnmerken a { 
  color: #fff;
}

/*Slider*/

#example {
  width:1000px;
  height:350px;
  position:relative;
}

#frame {
  position:absolute;
  z-index:0;
  width:1000px;
  height:341px;
  top:-3px;
  left:-80px;
}

#slides {
  position:absolute;
  top:15px;
 
  z-index:100;
}

#slides li {
  display: none;
}

.slides_container {
  width:1000px;
  overflow:hidden;
  position:relative; 
  display:none;
}

.slides_container a {
	width:1000px;
	height:350px;
	display:block;
}

.slides_container a img {
	display:block;
}


