@charset "UTF-8";
/* CSS Document
   FOR PLANETQUAD.BE
   CREATED BY FRiZBee.be
   WEBDESIGN & GRAFISCHE OPMAAK
*/


/* BODY ----------------------------------------------------------------*/
body{
  margin:0px;
  color:#372e2e;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}

/* MAINCONTENT ---------------------------------------------------------*/
table, input, select{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#4c4b4b;
}
a:link{
  color:#c40000;
}
a:visited{
  color:#c40000;
}
a:hover{
  color:#ff7e00;
}
.titel{
  font-size:22px;
}

/* HOME -----------------------------------------------------------------*/
#tdhometextbg{
	background-image:url(../htmimages/home_bgtext.gif);
	background-repeat:no-repeat;
}
#tdhometext{
	text-align:justify;
}

a.productlink:hover img{
  filter:alpha(opacity=70);   
  -moz-opacity: 0.7;   
  opacity: 0.7;
}

/* CONTACT ---------------------------------------------------------------*/
.contact_formfield, .contact_formfieldmessage, .contact_formfieldcaptcha{
  color:#1d1c1d;
  border:none;
  height:25px;
  width:480px;
  padding:3px;
  background-color:#f3f3f3;
}
.contact_formfieldmessage{
  height:155px;
}
.contact_formfieldcaptcha{
  width:355px;
}

/* TOPBANNER ------------------------------------------------------------*/
#tdtop{
	background-image:url(../htmimages/top_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#tdtoprechts, #tdtopmenu{
	background-image:url(../htmimages/top_pttrn.gif);
	background-position:0px 94px;
	background-repeat:repeat-x;
	color:#FFFFFF;
}
#tdtopmenu table{color:#FFFFFF;}
#tdtopmenu a{color:#ffffff;}
#tdtopmenu a:hover{color:#FFFF00;}

/* FOOTER --------------------------------------------------------------*/
#tdfooterbg{
	background-image:url(../htmimages/footer_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.footer{
  color:#777575;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}
.footer a:link{
  color:#403e3e;
}
.footer a:visited{
  color:#403e3e;
}
.footer a:hover{
  color:#ff0000;
}

/* CMS ---------------------------------------------------------------*/
.cmstitel{
	font-size:22px;
	font-weight:bold;
}
