@charset "UTF-8";

body {
	font: normal 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
table {
	font-size: 11px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.selected {
	color: #bd007b;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #bd007b;
	margin: 10px 0 0 0;
}
h2 {
	font-size: 12px;
	color: #622181;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #bd007b;
	margin: 0px 0px 14px 0px;
}
h4 {
	font-weight: bold;
	margin: 0px;
	font-size: 11px;
}

h5 a {
	color: #bd007b;
	font-weight: bold;
	font-size: 11px;
}
h5 {
	font-size: 11px;
	color: #bd007b;
	margin-bottom: -0.8em;
}

.twoColFixRtHdr #container {
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 

.twoColFixRtHdr #sidebar1 img {
	margin-bottom: -10px;
	margin-bottom: 10px;
}

.twoColFixRtHdr #header {
	background: #BD007B;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 173px;
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D4D600; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 30px 0px 20px;
	margin: 15px 40px 35px 0px;
	display: inline;
	clear: none;
}
* html #sidebar1 {
	width: 220px;
	w\idth: 170px;
	}
.paars {
	font-weight: bold;
	color: #622181;
	font-size: 10px;
	line-height: 1 em;
	padding: 0 0 4px 0;
}
.paars a {
	font-size: 10px;
	color: #622181;
	font-weight: bold;
	text-decoration: none;
}

.paars a p {
	margin-bottom: 0px;
	margin-top: 0px;
}

.twoColFixRtHdr #mainContent {
	margin: 15px 260px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 45px 0px 40px;
	width: 500px;
	position: relative;
	left: 0px;
	top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

* html #mainContent {
	width: 585px;
	w\idth: 500px;
	} 
.twoColFixRtHdr #mainTop {
	height: 40px;
	padding: 10px 40px 0px 40px;
	margin: 0px;
	width: 765px;
}
#mainTop h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}
.twoColFixRtHdr #footer {
	padding: 7px 27px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bd007b;
	color: #FFFFFF;
	height: 26px;
	margin: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 9px;
	font-weight: normal;
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer .footer_right {
	float: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* TOOLBAR */

.twoColFixRtHdr #header #menu {
	height: 25px;
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

#nav {
	margin: 0;
	padding: 0px;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
	font-size: 8px;
	}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	font-size: 8px;
	}

#nav a {
	float: left;
	padding: 25px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only */
	font-size: 8px;
	}
	
#nav a:hover {
	background-position: 0 -25px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -50px;
	}
	
#nav a.selected:hover {
	background-position: 0 -50px;
	}

#nav a.rechts {
	background-position: 0 -75px;
	}

#nav a.rechts:hover {
	background-position: 0 -100px;
	}
	
#thome a  {
	width: 134px;
	background: url(../images/nav_home.jpg) no-repeat left top;
	}

#tnews a  {
	width: 137px;
	background: url(../images/nav_news.jpg) no-repeat left top;
	}

#tinfo a  {
	width: 137px;
	background: url(../images/nav_info.jpg) no-repeat left top;
	}

#tcontact a  {
	width: 137px;
	background: url(../images/nav_contact.jpg) no-repeat left top;
	}

#tlinks a  {
	width: 147px;
	background: url(../images/nav_links.jpg) no-repeat left top;
	}

/* SHOP LAYOUT */

#mainContent .shop_klein {
	background-image: url(../images/bg_artsmall.gif);
	background-repeat: no-repeat;
	height: 180px;
	width: 155px;
	margin-right: 20px;
	padding: 10px 10px 10px 10px;
	clear: none;
	float: left;
	margin-bottom: 28px;
}
.twoColFixRtHdr .pijl {
	float: right;
	margin-top: 11px;
}
.twoColFixRtHdr .art_tekst {
	clear: none;
	float: left;
	margin-top: 5px;
}

/* ARTIKEL LAYOUT */

.twoColFixRtHdr #artikel_row {
	height: 525px;
	width: 717px;
	background-image: url(../images/bg_artikel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 24px;
	margin: 0px 0px 35px;
}
img.artikelgroot {
	margin: 0px 24px 0px 0px;
	float: left;
}
img.artikel_klein {
	margin: 0px 23px 0px 0px;
	float: left;
	clear: none;
}
.twoColFixRtHdr .artikel_klein p {
	margin-top: 2px;
	margin-bottom: 1px;
}
.twoColFixRtHdr .artikel_tab {
	margin-top: 28px;
	background-image: url(../images/tab_artklein.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bd007b;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 383px;
}

/* diversen */

#mainContent .link {
	height: 105px;
	width: 150px;
	margin-right: 15px;
	padding: 10px 10px 10px 10px;
	clear: none;
	float: left;
	margin-bottom: 30px;
	background-color: #e3e4e4;
}

#mainContent .link img {
	margin-bottom: 5px;
}

.link h4 p {
	margin-bottom: 0px;
	margin-top: 0px;
	}

/* PIVOT specific */

.newsdumpentry img {
	margin-bottom: 5px
}
.newsdumpentry {
	border-bottom: 1px dashed #622181;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	}
.newsentry {
	border-bottom: 1px dashed #622181;
	margin-bottom: 10px;
	/* padding: 0px 0px 10px 0px; */
	}
.pivot-popupimage {
	margin-right: 20px;
	}
#artikel_row div #plus {
	position: absolute;
	z-index: 2;
	top: 51px;
	right: -20px;
}
