/**
*	3 hoofdkleuren
*	1 = grijs
*	2 = wit
*	3 = rood
*/


.bgcolor1{
	background-color:		#ececec;
}

.bgcolor2{
	background-color:		#fff;
}

.bgcolor3{
	background-color:		#ee2e24;
}

body {
	padding:				0px;
	margin:					0px;
	text-align:				center;
	font-family:			verdana;
	font-size:				11px;
	line-height:			150%;
	height:					100%;
}

html {
	height:					100%;
}

img{
	border:					0px;
}

#header{
	height:					32px;
	border-bottom:			1px solid white;
}

#content{
	height:					400px;
	width:					920px;
	padding-bottom:			24px;
}

#footer{
	height:					125px;
}

#pagecontainer{
	width:					920px;
}


/*--- Header -----------------------------*/


td.product{
	background-color:		#fff;
	width:					140px;
	height:					168px;
	border-bottom:			1px solid #fff;
}

td.product a{
	display:				block;
	width:					139px;
	height:					168px;
	border:					none;
	border-right:			1px solid white;
	overflow:				hidden;
	background-color:		#fff;
	text-decoration:		none;
}

td.product a div.product_titel{
	display:				block;
	background-color:		#6a8193;
	height:					22px;
	text-decoration:		none;
	color:					#fff;
	border:					none;
	border-bottom:			1px solid #fff;
	font-family:			"trebuchet ms", "verdana";
	font-size:				11px;
	line-height:			22px;
	vertical-align:			middle;
	cursor:					pointer;
}

td.product a:hover img{
	opacity:.80;
	filter: alpha(opacity=80);
}


/*--- language switcher en searchbox -------------*/


div.language_switcher{
	float:					left;
	display:				none;
}

div.language_switcher a{
	text-decoration:		none;
	border:					1px solid white;
	border-right:			none;
}

div.zoeken{
	float:					right;
	display:				none;
}

#zoeken{
	display:				none;
}

#zoeken img{
	float:					left;
}

#zoeken input{
	float:					left;
	border:					1px solid #ee2e24;
	height:					14px;
	line-height:			14px;
	width:					118px;
	font-size:				10px;
	font-family:			"trebuchet ms","verdana"
}


/*--- Menu heeft zijn eigen stylesheet -----------------*/

/*--- Artikel ------------------------------------------*/


#artikel{
	color:					black;
	float:					left;
	text-align:				left;
	display:				block;
	font-size:				11px;
	padding-right:			32px;
}

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

#artikel a:hover{
	color:					#6a8193;
}

#artikel h1{
	font-size:				13px;
	margin-top:				4px;
	margin-bottom:			16px;
	padding:				0px;
	color:					red;
	font-family:			"trebuchet ms","verdana"
}


/*--- PDF/Artikel ---------------------------------------*/


#pdfcontainer{
	clear:					both;
	display:				block;
	padding-right:			32px;
}

#pdf{
	float:					right;
	margin-right:			16px;
}

#pdf a{
	text-decoration:		none;
	color:					red;
	font-size:				9px;
	display:				block;
	vertical-align:			middle;
}

#pdf a:hover{
	color:					black;
}


/*--- Diversen footer -------------------------------------------*/


td.right_red{
	height: 				32px;
	line-height: 			32px;
}

td.footer{
	height:					125px;
}

td.print{
	text-align: left;
}
td.print a{
	display:				none;
}

#player1
{
	float: 					right;
	clear: 					right;
	width: 					300px;
	height: 				250px;
	padding-top:			0px;
	padding-right:			0px;
	padding-left:			16px;
	padding-bottom:			4px;
}

.subtitel
{
	float:			right;
	clear:			both;
	padding-bottom:	16px;
	font-size:		9px;
	font-style:		italic;
	color:					#6a8193;
}
