body {font-family: arial, sans-serif; font-size: 12px; background: #eeeded url(../images/background-base.gif) repeat-y top center; text-align: center; margin: 0; padding: 0}

a {font-weight: normal; color: #d16d2b; text-decoration: underline}
a:hover {font-weight: normal; color: #333; text-decoration: underline}

#wrapper {width: 760px; margin: 0 auto; background: #fff}

#logomenu {font-size: 11px; width: 750px; margin: 0 auto; padding: 10px 0}
#logomenu a {font-weight: normal; color: #999; text-decoration: none}
#logomenu a:hover {font-weight: normal; color: #d16d2b; text-decoration: none}
#logomenu .logo {float: left; text-align: left; width: 400px}
#logomenu .menu {float: right; padding-top: 30px}


#payoff {width: 750px; margin: 0 auto 10px auto; text-align: left; background: #bcb7a1 url(../images/background-payoff.gif) no-repeat}
#payoff .logo {float: left}
#payoff .logo img {margin: 45px 0 0 10px}
#payoff .button {float: right; width: 170px}

#body {width: 750px; margin: 0 auto; text-align: left; padding: 4px 0}
#body .left {float: left; width: 300px; min-height: 420px; height: auto !important; height: 420px}

#body .menu {margin-bottom: 13px; border-bottom: 1px solid #ccc}
#body p.mitem {font-size: 12px; margin: 0; padding: 5px 0 5px 10px; border-top: 1px solid #ccc; background: transparent url(../images/bullet-submenu.gif) no-repeat center left}
#body p.mitem:hover {background: transparent url(../images/bullet-submenu-o.gif) no-repeat center left}
#body p.mitem a {font-weight: bold; color: #000; text-decoration: none}
#body p.mitem a:hover {font-weight: bold; color: #d16d2b; text-decoration: none}
#body p.mitem a.active {font-weight: bold; color: #d16d2b; text-decoration: none}
#body p.mitem a.active:hover {font-weight: bold; color: #000; text-decoration: none}


#body p.sitem {font-size: 11px; padding: 5px 0 5px 10px; margin: 0; border-top: 1px solid #ccc}
#body p.sitem a {font-weight: normal; color: #d16d2b; text-decoration: none}
#body p.sitem a:hover {font-weight: bold; color: #000; text-decoration: none}
#body p.sitem a.active {font-weight: bold; color: #666; text-decoration: none}
#body p.sitem a.active:hover {font-weight: bold; color: #d16d2b; text-decoration: none}

#body p.suitem {font-size: 11px; padding: 5px 0 5px 30px; margin: 0; border-top: 1px solid #ccc}
#body p.suitem a {font-weight: normal; color: #999; text-decoration: none}
#body p.suitem a:hover {font-weight: bold; color: #333; text-decoration: none}
#body p.suitem a.active {font-weight: normal; color: #333; text-decoration: none}
#body p.suitem a.active:hover {font-weight: bold; color: #999; text-decoration: none}

#body .right  {float: left; width: 450px; min-height: 420px; height: auto !important; height: 420px}
#body .right .content {font-size: 12px; color: #333; padding: 0 20px; line-height: 18px}
#body .right h1 {font-size: 24px; line-height: normal; margin: 0 0 15px 0}
#body .right h3 {font-size: 18px; line-height: normal; margin: 0 0 15px 0}

#afooter {font-size: 11px; color: #ccc; width: 750px; margin: 0 auto; padding: 50px 0; text-align: left}
#afooter .left  {float: left; width: 50%}
#afooter .right {float: left; width: 50%; text-align: right} 
#afooter a {color: #ccc; font-weight: normal; text-decoration: none}
#afooter a:hover {color: #d16d2b}

#footer {font-size: 11px; color: #df996b; width: 760px; margin: 0 auto; padding: 50px 0; text-align: left; background: #d16d2b}
#footer .left  {float: left; width: 50%}
#footer .right {float: left; width: 50%; text-align: right} 
#footer a {color: #df996b; font-weight: normal; text-decoration: none}
#footer a:hover {color: #fff}

/* tarief calculator */

.tarief-calc {margin-bottom: 1px; margin-top: 10px; padding-left: 10px; padding-top: 4px; padding-bottom: 4px; display: block; color: #cc6225; font-size: 16px; background-color: #fae1ca; line-height: 1.5;}
.tarief-specificatie {
	background: #FBF0E6;
	padding: 3px 4px;
}
.tarief-specificatie table {
	width: 100%;
}
.tarief-specificatie td {
	font-size: 11px;
	color: #D48B61;
}
.tarief-specificatie .tarief-subtotal td {
	border-top: 1px dotted #DBA98D;
	padding-top: 1px;
}
.tarief-specificatie .tarief-total td {
	border-top: 1px solid #DBA98D;
	padding-top: 1px;
}

/* slightly enhanced, universal clearfix hack */
.clfx:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clfx { display: inline-block; }
/* start commented backslash hack \*/
* html .clfx { height: 1%; }
.clfx { display: block; }
/* close commented backslash hack */
