
/* 1. BODY */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
img {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

body {
	background: none;
	margin: 0px;
	padding: 0px;
}

body, td, th {
	font-size: 12px;
	font-family: 'arial', 'helvetica', sans-serif;
	color: black;
}

a, a:HOVER, a:ACTIVE, a:VISITED {
	color: #4F6321;
    text-decoration: none;
}

a:HOVER {
	color: #4F6321;
    text-decoration: underline;
}

th {
	text-align: left;
	font-weight: bold;
	background-color: #CCC;
}

td {
	vertical-align: top;
}

label {
    vertical-align: middle;
}

img {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	border: 0px;
}


/* 1.1 FRAME : columns, header, content */

#superDiv {
	position: absolute;
	left: 50%;
	margin-top: 0px;
	margin-left: -473px;
	padding: 0px;
	width: 900px;
	border-right: 1px solid #000;
	background-color: #FFF;
	background-image: none;
}

#header {
    left: 0px;
    margin-top: 0px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #CCC;
    background-image: none;
}

#headerBlock {
	width: 100%;
	left: 0px;
	margin-top: 0px;
	height: 100px;
    background-image: url(/images/newdesign/los-abonnement.gif);
    background-repeat: no-repeat;
	z-index: 2;
}

/* menu links */
#leftMenu {
    float: left;
    width: 140px;
    position: relative;
    padding: 0;
    margin: 0;
    border-left: 1px solid #000;
}

.leftMenuHolder {
    width: 140px;
    margin: 0;
    padding: 0;
}


.leftMenuHolder ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 9pt;
    width: 140px;
    border: 0px;
}

.leftMenuHolder ul li {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    border-bottom: 1px solid #000;
}

.leftMenuHolder ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    border:0px;
    padding: 5px 0 5px 5px;
    background: #E4E4E4;
}

.leftMenuHolder ul li a:hover, .leftMenuHolder ul li a.current {
    color: #000;
    text-decoration: none;
    background: #FFF;
}

#content {
	width: 730px;
	position: relative;
	float: left;
	margin: 0;
    padding: 10px 0px 10px 20px;
	min-height: 500px;
	z-index: 2;
}

.leftColumn {
    width: 345px;
    float: left;
}

.rightColumn {
    width: 345px;
    float: left;
    margin-left: 15px;
}

.startBlock {
    margin-bottom: 20px;
}

.compareFormDiv {
    width: 345px;
    background-color: #B6CE6C;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding-top: 5px;
}
.compareFormEl {
    border: 1px solid #000; 
    font-size: 9pt;
}

.compareForm {
    width: 100%;
}

.compareForm td {
    padding: 2px 15px 2px 15px;
}

a.arrowlink, a.arrowlink:HOVER, a.arrowlink:ACTIVE, a.arrowlink:VISITED {
    display:block;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #4F6321;
    background-image: url(/images/newdesign/arrow.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-bottom: 2px;
    text-decoration: underline;
}

a.arrowlink:HOVER {
    background-image: url(/images/newdesign/arrow_over.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}


a.orderLink, a.orderLink:HOVER, a.orderLink:ACTIVE, a.orderLink:VISITED {
    display:block;
    width: 85px;
    height: 25px;
    float: right;
    background-image: url(/images/newdesign/bestellen_pink.gif);
    background-repeat: no-repeat;
    padding: 0px;
    text-decoration: none;
}

a.orderLink:HOVER {
    background-image: url(/images/newdesign/bestellen_white.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}

a.backLink, a.backLink:HOVER, a.backLink:ACTIVE, a.backLink:VISITED {
    display:block;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #4F6321;
    background-image: url(/images/newdesign/arrow_back.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-bottom: 2px;
    text-decoration: underline;
}

a.backLink:HOVER {
    background-image: url(/images/newdesign/arrow_back_over.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}

div.transOFF {
	width: 180px;
	background-color: #FFFFFF;
	border:1px solid black;
	margin-top: 5px;
	padding: 3px;
}

div.transON {
	width: 180px;
	background-color: #FFFFFF;
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
	border:1px solid black;
	margin-top: 5px;
	padding: 3px;
}

div.newsItem {
	background-color: #FFFFFF;
	opacity:.30;filter: alpha(opacity=30); -moz-opacity: 0.3;
}

.semiTrans {
	background:url('/images/trans30.png');
}

<!--[if IE]>
.semiTrans {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/trans30.png', sizingMethod='scale');
	background: none;
}
<![endif]-->


.shouts {
	width: 180px;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #000;
	margin-top: 5px;
	font-size: 11px;
	vertical-align: middle;
}

.left {
	color: #FFF;
}

a.white, a.white:ACTIVE {
	color: #FFF;
	text-decoration: underline;
}
a.white:HOVER {
	color: #FFF;
	text-decoration: none;
}

a.black, a.black:ACTIVE {
	color: #000;
	text-decoration: underline;
}
a.black:HOVER {
	color: #000;
	text-decoration: none;
}

a.menuLink {
	color: #FFF;
	font-size: 15px;
}

.left_column {
	width: 270px;
}

.center_column_large {
    float: right;
	width: 450px;
}

.center_column_xlarge {
	width: 630px;
}

.gallery {
	float: left;
	padding: 4px;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #FFF;
	margin: 2px;
}

.gallery_over {
	float: left;
	border: 1px solid #000;
	padding: 4px;
	text-align: center;
	background-color: #FFF;
	margin: 2px;
}

.gallery-thumb {
	height: 150px;
	width: 150px;
	line-height: 75px;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #FFF;
}
.gallery-thumb td {
	vertical-align: middle;
	text-align: center;
}
.gallery-caption {
	height: 45px;
	width: 150px;
	padding-top: 1px;
}

.file {
	float: left;
	border: 1px solid #FFF;
	padding: 4px;
	text-align: center;
	background-color: #FFF;
	margin: 2px;
}

.file_over {
	float: left;
	border: 1px solid #000;
	padding: 4px;
	text-align: center;
	background-color: #FFF;
	margin: 2px;
}

.file-thumb {
	height: 81px;
	width: 110px;
	line-height: 75px;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #FFF;
}
.file-thumb td {
	vertical-align: middle;
	text-align: center;
}
.file-caption {
	height: 27px;
	width: 110px;
	padding-top: 1px;
}

.list {
	width: 100%;
	padding: 0px;
}

a img {
  border: 0px;
}

a:hover img a:active img {
  border: 0px;
}

/* 3.1 CONTENT BUILDER */

.content_mainholder {
	background-color: #FFFFFF;
	/* padding: 5px; */
	/* border: 1px solid #CCCCCC; */
	margin-bottom: 8px;
}

.content_mainholder a {
	color: #663399;
	text-decoration: underline;
}

.content_mainholder a:HOVER {
	color: #29153E;
}

.content_mainholder a:ACTIVE {
	color: #000;
}

#footer a {
	color: #663399;
	text-decoration: underline;
}

#footer a:HOVER {
	color: #663399;
}

#footer a:ACTIVE {
	color: #663399;
}

#footer {
	margin-bottom: 8px;
	font-size: 11px;
	color: #663399;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}

#breadcrumbs {
	margin-bottom: 5px;
}
#breadcrumbs a {
	font-size: 12px;
}
#breadcrumbs a.last_breadcrumb {
	text-decoration: none;
	color: black;
}

/* multiple pages */

.pages_browser {
	background-color: #E7EDED;
	background-color: #F1F1F1;
    border-top: 1px solid #CCCCCC;
	text-align: right;
	padding: 4px;
}

.pagesblock {
    font-size: 11px;
	font-family: 'arial', 'helvetica', sans-serif;
	padding: 0px 5px 0px 5px;
	color: #000;
}

A.pagesblock{
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	color: #000;
}

A.pagesblock:HOVER {
	background-color: #D7D7D7;
	color: #000;
}

.offerListBlock, .offerListBlock:HOVER {
    color: #000;
    display:block;
    border-bottom: 1px solid #000;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
}


/* 5. FORMS */

textarea, input, select, label {
	font-size: 12px;
	font-family: 'arial', 'helvetica', sans-serif;
	color: #000;
}
input, select {
	margin-bottom: 4px;
	vertical-align: middle;
}

small select {
	font-size: 11px;
}

textarea {
    margin-bottom: 2px;
	padding: 1px;
}

form {
	margin: 0;
}

TABLE.form {
	background-color: #E7EDED;
	margin: 0;
	border: 1px solid #BBB;
	padding: 0px 3px 0px 3px;
	margin-left: auto;
	margin-right: auto;
}

TABLE.form td {
	padding-top: 3px;
}

TABLE.form td.label {
	padding-right: 4px;
	padding-top: 7px;
	text-align: right;
}

TABLE.form td.input {
	text-align: right;
	width: 250px;
}

TABLE.form td.mark {
	color: #990000;
	width: 20px;
	text-align: left;
}

TABLE.form P {
    margin-top: 4px;
}

TABLE.form th {
    text-align: center;
    padding: 2px;
}

.required_mark {
	color: #990000;
}

.centerform {
	width: 100%;
	text-align: center;
}

.formElementsGroup {
	height: 150px; 
	overflow: auto; 
	background-color: window;
	border: 1px inset;
}
.formElementsGroup INPUT {
	vertical-align: middle;
}
.formElementsGroup LABEL {
	display: block;
	vertical-align: middle;
}
.formElementsGroup LABEL:HOVER {
	background: threedface;
}

.reset {
    display: block;
    clear: both;
    font-size: 0px;
}


/* 6. FONTS */

h1, h2, h3, h4 {
	position: relative; /* bugfix voor IE6 */
	/* text-transform: uppercase; */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	font-family: 'arial', 'helvetica', sans-serif;
}

h1 {
    font-size: 13px;
    font-style: italic;
    color: #000;
    line-height: 15px;
    vertical-align: baseline;
    white-space: normal;
    margin: 0px;
    padding: 0px;
    clip:  rect(0px auto 0px auto);
}

h2 {
    font-size: 13px;
    color: #000;
    border-bottom: 2px solid #82A437;
    padding: 3px 0px 2px 2px;
}

.leftTitle {
	color: #FFF;
}

h3, .itemheader {
	/* position: relative; */ /* bugfix voor IE6 - Haalde alles overhoop */
    font-weight: bold;
    font-size: 13px;
	font-family: 'arial', 'helvetica', sans-serif;
    border-bottom: 1px solid #000;
	color: #4F6321;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
    font-family: 'arial', 'helvetica', sans-serif;
	text-align: right;
	color: #4F6321;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

h5 {
	background-color: transparent;
	background-image: url('/image/frame/content_header.jpg');
    background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	font-family: 'arial', 'helvetica', sans-serif;
	color: #666;
	padding: 6px;
	padding-left: 16px;
	margin: 0px;
	margin-top: 12px;
	width: 100%;
}
h5 a, h5 a:visited {
	/* doordat een classname boven tags gaat, wordt anders '.content_mainholder a' gebruikt */
	color: white !important;
}

small {
	font-size: 11px;
	color: #000;
}

small a, a:ACTIVE, a:VISITED {
    color: #4F6321;
    text-decoration: underline;
}

small a:HOVER {
	color: #4F6321;
    text-decoration: none;
}

small.sublink a {
	color: #666;
}

.sublink a:HOVER {
	color: #000;
}

.subtext {
	font-size: 11px;
	color: #000;
}

A.reverse {
	color: #000;
	text-decoration: none;
}

A:HOVER.reverse {
	color: #663399;
}

.subtext a {
	color: #333;
	text-decoration: none;
}

.subtext a:HOVER {
	color: #666;
}

em {
	font-style: normal;
	color: #663399;
}

