@charset "iso-8859-1";
/* CSS Document */

body {
	font: 13px/20px "Century Gothic", Arial, Verdana;
	background: #d9f4fe;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 14px;
}
a img, a {
	border: none;
	outline: none
}
a:link, a:visited {
	color: #532D33;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 1040px;
	margin: 0 auto;
}
.header {
	background: #6A3643;
	float: right;
	width: 765px;
}
.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	margin-top: 0px;
}
.content {
	padding: 0;
	width: 845px;
	float: right;
	background: #4c3a42;
}
.content-home {
	padding: 0;
	width: 765px;
	float: right;
	background: #523740;
	height: 550px;
}
.content-rebalancing {
	padding: 0;
	width: 845px;
	float: right;
	background: url(px/bg-wat-is-rebalancing.jpg) no-repeat;
	height: 845px;
}
.content-werkwijze {
	padding: 0;
	width: 845px;
	float: right;
	background: url(px/bg-werkwijze.jpg) no-repeat;
	height: 845px;
}
.content-voor-wie {
	padding: 0;
	width: 845px;
	float: right;
	background: url(px/bg-voorwie.jpg) no-repeat;
	height: 845px;
}

.content-rouwverwerking {
	padding: 0;
	width: 845px;
	float: right;
	background: url(px/bg-rouwverwerking.jpg) no-repeat;
	height: 845px;
}
.content-ervaringen {
	padding: 0;
	width: 845px;
	float: right;
	background: #D3D0C9 url(px/bg-ervaringen.jpg) no-repeat top;
	height: 845px;
}
.content-info {
	padding: 0;
	width: 845px;
	float: right;
	background: #553A41 url(px/bg-informatie-contact.jpg) no-repeat top;
}
.content-chakrabalans {
	padding: 0;
	width: 845px;
	float: right;
	background: #553A41 url(px/bg-kleurenbalans.jpg) no-repeat top;
	height: 845px;
}

.txt-home {
	text-align: center;
	margin-top: 50px;
	color: #aee3f7;
}
.txt-rebalancing {
	color: #faf0f3;
	width: 660px;
	margin: 242px auto 0px;
}
.txt-rebalancing h1 {
	color: #aee3f7;
}
.txt-voor-wie1 {
	color: #2F1C21;
	width: 660px;
	margin: 242px auto 0px;
}
.txt-voor-wie > ul {
  padding-left: 40px;
}
.txt-voor-wie,
.txt-chakrabalans  {
	color: #532D33;
	width: 660px;
	margin: 242px auto 0px;
}
.txt-voor-wie h1,
.txt-chakrabalans h1,
.txt-rouwverwerking h1 {
    color: #cc3333;
}
.txt-rouwverwerking {
	color: #532D33;
	width: 660px;
	margin: 242px auto 0px;
}

.txt-werkwijze {
	color: #532D33;
	padding-left: 40px;
	margin-top: 242px;
}
.txt-ervaringen {
	color: #532D33;
	padding-left: 40px;
	margin-top: 65px;
	padding-right: 25px;
}
.txt-ervaringen h1 {
	color: #cc3333;
}
.txt-werkwijze h1 {
	color: #cc3333;
}
.txt-info {
	color: #fcf9fa;
	padding-left: 40px;
	margin-top: 285px;
}
.info-blauw {
	color: #c8f2f5;
}
.txt-info a:link, .txt-info a:visited {
	color: #c8f2f5;
	text-decoration: none;
}
.txt-info a:hover, .txt-info a:active {
	color: #c8f2f5;
	text-decoration: underline;
}
.txt-ervaringen h1 {
	color: #cc3333;
}

#citaat {
  font-size: 14px;
  margin-top: 111px;
  text-align: center;
  line-height: 16px;
}
.txt-rouwverwerking #citaat {
  color: white;
}
.txt-chakrabalans #citaat {
  color: rgb(152,106,112);
}
.schrijver {
  font-size: 13px;
  font-style: italic;
}	

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
/* ~~ The navigation list   */
ul.nav {
	list-style: none;
	margin-bottom: 15px;
	padding-top: 280px;
}
ul.nav li {
	font-size: 13px;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	color: #cf3a2a;
	font-weight: normal;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	font-weight: bold;
}
/* ~~ The footer ~~ */
.footer {
	position: relative;
	clear: both;
	font-size: 10px;
	text-align: center;
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}
.footer a, .footer a:visited {
	color: #6C3643;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #333;
	text-decoration: underline;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
