@charset "utf-8";
/* CSS Document */


 
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.collectie {
	FONT-SIZE: 11px;
	COLOR: #666666;
	LINE-HEIGHT: 17px;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
}
.nav {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #A50305;
	LINE-HEIGHT: 17px;
	FONT-FAMILY: "Estrangelo Edessa";
	text-align: left;
}
a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
#tips {
	width: 100%;
	text-align: right;
	word-spacing: 20px;
	font-family: "Estrangelo Edessa";
	font-size: 24px;
	line-height: 17px;
	color: #9D0706;
	padding-bottom: 20px;
	padding-top: 10px;
}
#home {
	width: 50px;
	float: left;
	padding-right: 10px;
	background-image: url(images/line1.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
}
#contact {
	float: left;
	padding-left: 10px;
	background-image: url(images/line1.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
}


a:link, a:visited{
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: none;
}

a.speciaal{
	font-family: "Estrangelo Edessa";
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-size: 18px;
	color: #666;
}

a.speciaal:link, a.speciaal:visited{
	color: #666;
	font-family: "Estrangelo Edessa";
	font-size: 18px;
}

a.speciaal:hover, a.speciaal:active{
	color: #A50305;
	font-family: "Estrangelo Edessa";
	font-size: 18px;
} 
a.specred{
	font-family: "Estrangelo Edessa";
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-size: 18px;
	color: #A50305;
	line-height: 17px;
}

a.specred:link, a.specred:visited{
	color: #A50305;
	font-family: "Estrangelo Edessa";
	font-size: 18px;
	line-height: 17px;
}

a.specred:hover, a.specred:active{
	color: #333;
	font-family: "Estrangelo Edessa";
	font-size: 18px;
	line-height: 17px;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/back1.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: "Estrangelo Edessa";
	font-size: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	padding-left: 20px;
	overflow-x: hidden;
	SCROLLBAR-FACE-COLOR: #FFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCC;
	SCROLLBAR-SHADOW-COLOR: #CCC;
	SCROLLBAR-3DLIGHT-COLOR: #FFF;
	SCROLLBAR-ARROW-COLOR: #900;
	SCROLLBAR-TRACK-COLOR: #FFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFF;
	overflow: auto;
	height: 300px;
} 
.twoColFixLtHdr #footer {
	margin-top: 40px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	font-size: 14px;
	color: #666;
	font-family: "Estrangelo Edessa";
}
.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;
}
.menutopgrootrood {
	FONT-WEIGHT: normal;
	COLOR: #9C0703;
	LINE-HEIGHT: normal;
	FONT-FAMILY: "Estrangelo Edessa";
	font-size: 30px;
	text-align: right;

}
.menutopgrootgrijs1 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 30px;
	COLOR: #333;
	LINE-HEIGHT: normal;
	FONT-FAMILY: "Estrangelo Edessa";
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
	zoom: 1;
	font-size: 11px;
	font-family: "Estrangelo Edessa";
	color: #666;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#sales {
	width: 200px;
	float: right;
}
#sales {
	font-family: "Estrangelo Edessa";
	font-size: 18px;
	color: #666;
	line-height: 17px;
	text-align: right;
	word-spacing: 20px;
	padding-top: 20px;
	background-image: url(images/line1.gif);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
.twoColFixLtHdr #footer pp {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	font-size: 14px;
	color: #A50305;
	font-family: "Estrangelo Edessa";
}
#ftgrijs {
	font-size: 12px;
	color: #999;
	line-height: 17px;
	text-align: left;
	background-repeat: repeat-x;
	width: 130px;
	float: left;
	font-family: "Estrangelo Edessa";
}
#ftred {
	font-family: "Estrangelo Edessa";
	font-size: 14px;
	color: #A50305;
	line-height: 17px;
	text-align: left;
	background-repeat: repeat-x;
	float: left;
	width: 25px;
}
#ftgrijsgroot {
	font-size: 12px;
	color: #999;
	line-height: 17px;
	text-align: left;
	background-repeat: repeat-x;
	width: 210px;
	float: left;
	font-family: "Estrangelo Edessa";
	word-spacing: 5px;
}

.twoColFixLtHdr #containersales {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/background%20Ruby%20sales.jpg);
	background-repeat: no-repeat;
}
.collectiewhite {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FFF;
	LINE-HEIGHT: 17px;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
}
.collectiered {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #A50305;
	LINE-HEIGHT: 17px;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
}
.twoColFixLtHdr #containercoaching {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/background%20Ruby%20coaching.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #containerinterim {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/background%20Ruby%20interim.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #containerruby {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/background%20Ruby%20coaching.jpg);
	background-repeat: no-repeat;
}
