/* ################################################## */
/*  MADE BY: WWW.DIRECTBASING.COM                     */
/*  ALEX VAN DER VEGT                                 */
/* ################################################## */

/* ### GENERAL ### */
* { margin:0px; padding: 0px; }
html, body { font-family: Arial; font-size: 11px; color: #212121; }
html { background: url('../images/htmlBg.gif') #ffffff repeat-x bottom center; }
body { background: url('../images/bodyBg.gif') repeat-x; }
img { border: 0px; display: block; }

/* ### GLOBAL CLASSES ### */
.clearBoth { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 800px; }

/* ### HEADER CONTAINER ### */
#headerCntr { width: 800px; height: 150px; background: url('../images/header.gif') no-repeat top left; }
#headerCntr ul { margin-top: 8px; float: right; list-style: none; }
#headerCntr li { padding-right: 8px; float: left; }
#headerCntr a { text-decoration: none; color: #ffa0ce; }
#headerCntr a:hover { color: #ffffff; }

/* ### MENU CONTAINER ### */
#menuCntr { width: 800px; height: 30px; }
#menuCntr ul { list-style: none; }
#menuCntr li { float: left; text-align: center; }
#menuCntr li a { margin-right: 30px; padding-top: 8px; display: block; width: 99px; height: 22px; font-size: 12px; text-decoration: none; color: #ffffff; background: url('../images/menuBg2.gif') no-repeat; }
#menuCntr li a:hover, #menuCntr li.selected a { margin-right: 30px; padding-top: 8px; display: block; width: 99px; height: 22px; font-size: 12px; text-decoration: none; color: #ffffff; background: url('../images/menuBgH2.gif') no-repeat; }


/* ### AD CONTAINER ### */
#adCntr { margin-left: 30px; padding-top: 15px; width: 730px; height: 105px;}
#adCntr img { margin: 0 auto; border: 1px solid #cccccc; }

/* ### COLUMN ### */
.column { float: left; width: 208px; }
.column2 { float: left; width: 171px; }

/* ### BOX ### */
.box { width: 171px; }
.box h1 { margin-bottom: 4px; padding-top: 7px; display: block; width: 171px; height: 23px; font-size: 11px; font-weight: normal; text-align: center; color: #ffffff; background: url('../images/titleRed.gif') no-repeat;}
.box h2 { margin-bottom: 4px; padding-top: 7px; display: block; width: 171px; height: 23px; font-size: 11px; font-weight: normal; text-align: center; color: #ffffff; background: url('../images/titleBlue.gif') no-repeat;}
.box h3 { margin-bottom: 4px; padding-top: 7px; display: block; width: 171px; height: 23px; font-size: 11px; font-weight: normal; text-align: center; color: #ffffff; background: url('../images/titleGrijs.gif') no-repeat;}
.box ul { margin-left: 10px; list-style: none; }
.box li { height: 18px; }
.box a { text-decoration: underline; color: #0000FF; }
.box a:hover { text-decoration: underline; }
.p1 { font-size: 12px; color: #212121; }

/* ### FOOTER CONTAINER ### */
#footerCntr { padding-top: 80px; padding-bottom: 18px; width: 900px; color: #909090; }
#footerCntr ul { margin: 0 auto; width: 750px; list-style: none; }
#footerCntr li { padding-right: 3px; float: left; }
#footerCntr a { text-decoration: none; color: #909090; }
#footerCntr a:hover { color: #ffffff; }
