* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;

}
body, html  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
background-position:center;
background-position:top;
}
.thrColAbs #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
		padding-top:24px;
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
background-position:center;
background-position:top;
} 
.thrColAbs #discl {
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#58595b;
	padding-left:233px;
} 
.thrColAbs #discl a{
	color:#58595b;
	font-size:10px;
}

.thrColAbs #sidebar1 {
	position: absolute;
	top: 0;
	margin-top:93px;
	left: 0;
	width: 207px; /* 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 */

	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColAbs #sidebar2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 137px; 
		margin-top:350px;
	padding: 0; /* padding keeps the content of the div away from the edges */
	padding-left:2px;
	line-height:12px;
	}
	
	.thrColAbs #sidebar2 a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#58595b;
	padding-left:12px;
}
.thrColAbs #sidebar2 a:hover{
	color:#FE711A;
} 
	.thrColAbs #sidebar2 .remark{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#F47320;
	padding-top:6px;
	padding-left:12px;
	font-style:italic;
}	
.thrColAbs #mainContent { 
	margin: 0 139px 0 207px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColAbs #menucontainer {
	border: none;
	height:20px;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7f8083;
	padding-top:12px;
}
.thrColAbs #menucontainer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#9C9C9C;
}
.thrColAbs #menucontainer a:hover{
color:#FFFFFF;
} 

.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;
}
#snelkeuze select {
width:170px;
font:Arial, Helvetica, sans-serif;
font-size:11px;
heigth: 18px;
margin-bottom:14px;
border:#58595b solid 1px;
color:58595b;
}
a { outline: 0px; 
}
#Content {
margin:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#58595b;
}

#Content p {
padding-top:4px;
padding-bottom:6px;
}
#Content ul, #Content  ol{
margin-left:16px;
padding-bottom:6px;
}
#Content li{
padding-top:4px;
}
#Content .kop4 {
color: #fc6c17;
font-size:11px;
}
#Content .kop3 {
color: #fc6c17;
font-size:14px;
}
#Content .kop2 {
color: #414042;
font-size:14px;
font-weight:bold;
}
#Content a {
color: #58595b;
text-decoration:underline;
}
#Content a:hover {
color: #fc6c17;
text-decoration:none;

}
/* CD CLASSES */
.hoes{
margin-right:20px;}
.componist{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-transform: capitalize;
}
.titel{
color:#e3752a;
font-size:11px;
font-weight:bold;}
.werk{
color:#e3752a;
font-size:11px;
}
.uitvoerder{
color:#333333;
font-size:11px;
font-style:italic;}
.toelichting{
color:#58595b;
font-size:11px;
}
.fragment{
color:#58595b;
font-size:11px;
font-style:italic;
}
.prijs{
font-family:Arial, Helvetica, sans-serif;
color:#e3752a;
font-size:15px;
font-weight:bold;
}

/* GENRE TITEL CLASSES*/
.genre_nmr{
font-size:12px;
font-weight:bold;
color:#333333;}
.genre_srt{
font-size:12px;
font-weight:bold;
color:#333333;}
.genre_per{
font-size:12px;
color:#58595b;}

/* HOOFDRUBRIEK TITEL CLASS*/
.ttl{
font-size:15px;
font-weight:bold;
color:#333333;}


form input, form button, form select {
	font-size:11px;
	color:#666666;
	border:1px solid #FA6C16;
}
input.btn {
background-image:url(images/formbutton.jpg);
background-position:center;
height:24px;
color:#FFFFFF;
border:1px double #FA6C16;
}
.juist{
	background-color:#52FE52;
	color:#333333;
	border: 1px solid #333333;
}
input.btn:hover {
	background-image:url(images/formbutton-hover.jpg);
	background-position:center;
}
.smaak {
color:#FFFFFF;
background-color:#FA6C16;
}
.engtekst{
}
