@charset "utf-8";
/* CSS Document */
html {
	overflow: scroll;
	overflow-x: auto;
}
* { 
	margin: 0px;
	padding: 0px;
}
body {
	background: url('../img/bg-body.png') top left repeat-x #000000;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #797979;
}

a {
	cursor: pointer;
	text-decoration: none;
}
.clear {
	font-size: 3px;
	clear:both;
}
.block-inhoud h1 a {
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	color: #797979;
}
.block-inhoud h1 a:hover {
	color: #444444;
}
/*.teksten h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 50px 0 20px 0;
	color: #703689;
	font-size: 32px;
	text-transform: uppercase;
}*/
.teksten h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 40px 0 20px 0;
	color: #703689;
	font-size: 32px;
	text-transform: uppercase;
	height: 32px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #703689;
	float: left;
	height: 30px;
	width: 130px;
}
.column-right h2 {
	text-transform: none;
	width: 350px;
	height: auto;
	font-weight: bold;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 25px 0;
	line-height: 30px;
}
h2.project_title {
	float: left;
	text-transform: none;
	width: 750px;
	font-weight: bold;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 40px 0;
	line-height: 30px;
}
.project h2, .project h2 a, .projectfirst h2, .projectfirst h2 a {
	width: 128px;
	height: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #703689;
}
h3, h3 a, h3 a:hover {
	font-weight: bold;
	color: #703689;
	font-size: 13px;
	text-decoration: none;
	margin: 0 0 28px 0;
	line-height: 22px;
}
h3 a:hover {
	color: #90799a;
}
h3 a.active {
	color: #797979;
}


/*** ALGEMENE - BOXEN *******************************************************************************************************/
#wrapper {
	width: 950px;
	margin: 0 auto;
	margin-top: 35px;
	background: #70368a;
}
#page-box {
	margin: 0 0 0 0;
	padding: 16px 0 20px 0;
	*padding: 18px 0 20px 0;
	
	position: relative;
}

/*** MAIN MENU *******************************************************************************************************/
#mainmenu {
	padding: 12px 0 0 40px;
	margin: 0 0 0 0;
	height: 35px;
}
#mainmenu_languages {
	position: absolute;
	top: 28px;
	right: 32px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 35px;
}
#mainmenu li, #mainmenu_languages li {
	float: left;
	height: 30px;
	list-style: none;
	margin: 0 0 5px 55px;
}
#mainmenu li.first {
	margin: 0 0 0 0;
}
#mainmenu li.last {
	margin: 0 44px 0 55px;
}
#mainmenu li a, #mainmenu_languages li a {
	display: block;
	height: 30px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
#mainmenu_languages li.language, #mainmenu_languages li.languageactive {
	float: left;
	width: 30px;
	list-style: none;
	margin: 0 0 0 0px;
}
#mainmenu_languages li.language a, #mainmenu_languages li.languageactive a {
	width: 30px;
}
#mainmenu li a:hover, #mainmenu li.active a:hover, 
#mainmenu_languages li.languageactive a, #mainmenu_languages li.languageactive a:hover {
	background-position: center center;
}
#mainmenu li.active a, #mainmenu_languages li.languageactive a {
	background-position: top center;
}
#mainmenu li a span, #mainmenu_languages li a span {
	display: none;
}
#mainmenu li a.menu-home { background-image: url('../img/menuitem-purpur.jpg'); width: 51px;}
#mainmenu li a.menu-passie { background-image: url('../img/menuitem-passie.jpg'); width: 45px; }
#mainmenu li a.menu-passion { background-image: url('../img/menuitem-passion.jpg'); width: 60px; }
#mainmenu li a.menu-persoonlijk { background-image: url('../img/menuitem-persoonlijk.jpg'); width: 92px; }
#mainmenu li a.menu-personal { background-image: url('../img/menuitem-personal.jpg'); width: 72px; }
#mainmenu li a.menu-projecten { background-image: url('../img/menuitem-projecten.jpg'); width: 76px; }
#mainmenu li a.menu-projects { background-image: url('../img/menuitem-projects.jpg'); width: 67px; }
#mainmenu li a.menu-nieuws { background-image: url('../img/menuitem-nieuws.jpg'); width: 55px; } 
#mainmenu li a.menu-news { background-image: url('../img/menuitem-news.jpg'); width: 42px; }
#mainmenu li a.menu-weblog-nl { background-image: url('../img/menuitem-weblog.jpg'); width: 61px; }
#mainmenu li a.menu-weblog { background-image: url('../img/menuitem-weblog.jpg'); width: 61px; }
#mainmenu li a.menu-contact { background-image: url('../img/menuitem-contact.jpg'); width: 66px; }

#mainmenu_languages li a.menu-nl { background-image: url('../img/menuitem-nl.jpg'); border-right: 1px solid #b292c4; }
#mainmenu_languages li a.menu-en { background-image: url('../img/menuitem-en.jpg'); }

/*** MAIN CONTENT *******************************************************************************************************/
#main-content-top {
	height: 18px;
	font-size: 3px;
	line-height: 3px;
	background: url('../img/shadow-top.png') bottom center no-repeat #703689;
}
#main-content-btm {
	height: 18px;
	background: url('../img/shadow-btm.png') top center no-repeat #703689;
}
#main-content {
	position: relative;
	width: 877px;
	margin: 0 0 0 35px;
}
#kracht_nl, #kracht_en { 
	height: 28px;
	padding: 15px 0 15px 0;
}
#kracht_nl {
	background: url('../img/kracht-van-het-denken-en-het-doen-nl.jpg') center center no-repeat #703689;
}	
#kracht_en { 
	background: url('../img/kracht-van-het-denken-en-het-doen-en.jpg') center center no-repeat #703689;
}

#content-homepage {
	position:relative;
	z-index: 99;
	height: 366px;
	background-color: #ffffff;
	background-image: url('../img/purpur-annemieke-en-debby.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
.logo-homepage {
	position: absolute;
	top: 140px;
	left: 387px;
	border: none;
	z-index: 9999;
}

#slider_viewport {
	margin: 0 0 0 440px;
	_margin: 0 0 0 220px;
	width: 437px;
	_width: 430px;
	height: 336px;
	float:left;
	overflow:hidden;
	position:relative;
}

#slider_viewport_canvas {
	/* width moet dynamisch geregeld worden in element.style */
	 position:relative;
	 left:0px;
}

.slider_box {
	width:390px;
	height:336px;
	float:left;
	padding: 0;
}
.slider_box h1 {
	margin: 0 0 0 90px;
	padding: 40px 0 0 0;
	height: 60px;
	color: #703689; 
	background-color: #ffffff; 
	font-size: 32px; 
	text-transform: uppercase;
}
.slider_box p {
	margin: 0 0 0 90px;
	line-height: 25px;
}
ul#slider_buttons {
	margin: 0 0 0 795px;
}
ul#slider_buttons li {
	list-style-type: none;
	margin: 0 5px 0 0;
	float: left;
	display: block;
	cursor: pointer;
	font-size: 1px;
	height: 13px;
	width: 13px;
	background: #b79ac4;
	color: #b79ac4;
}
ul#slider_buttons li.active {
	background: #703689;
	color: #703689;
}


/*** DEFAULT PAGES *******************************************************************************************************/
#pagetop {
	position: relative;
	height: 110px;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#pagetop .logo {
	position: absolute;
	top: 0px;
	left: 395px;
	border: none;
}
#pagetop h1 {
	padding: 70px 0 0 60px;
	color: #703689; 
	background-color: #ffffff; 
	font-size: 30px; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	width: 400px;
}	
#content, #content-weblog {
	padding: 50px 60px 25px 60px;
	background: #ffffff;
}
#content p a, #content-weblog p a {
	color: #70368a;
}
#content p a:hover, #content-weblog p a:hover {
	color: #a3799a;
}
.terugbtn {
	float: right;
	text-align: right;
	border: none;
	margin: 20px 0 0 0;
}
.column {
	background: #ffffff;
	width: 100%;
	float: left;
}
.column-right, .column-left, .column-left-persoonlijk, .column-right-persoonlijk {
	width: 350px;
	padding: 0 0 30px 0;
	float: left;
	line-height: 25px;
}
.column-left, .column-left-persoonlijk {
	padding: 0 50px 30px 0;
	line-height: 25px;
}
.column-left p img.thumnail, .column-right p img.thumnail, .column-left-persoonlijk p img.thumnail, .column-right-persoonlijk p img.thumnail {
	border: 15px solid #a58dcb;
	height: 105px;
	width: 105px;
	float: left;
	margin: 7px 15px 0 0;
}
.column-left p a, .column-right p a, .column-left-persoonlijk p a, .column-right-persoonlijk p a {
	font-weight: bold;
}
.column-left ul li, .column-right ul li {
	color: #797979;
	margin: 0 0 0 15px;
}
.column-left ul li a, .column-right ul li a {
	font-weight: bold;
	color: #70368a;
}
.column-left ul li a:hover, .column-right ul li a:hover {
	font-weight: bold;
	color: #a3799a;
}

/*** PROJECTEN PAGINA **********************************************************************************************/
.project, .projectfirst {
	float: left;
	margin: 0 0 45px 30px;
	width: 230px; /*360px;*/
	position: relative;
}
.projectfirst {
	margin: 0 0 45px 0;
}
.project img.thumbnail, .projectfirst img.thumbnail {
	border: 12px solid #a58dcb;
	width: 66px;
	height: 66px;
	float: left;
	margin: 3px 12px 0 0;
}
#content .project p a, #content .projectfirst p a {
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #797979;
}
.project img.lees-verder, .projectfirst img.lees-verder {
	position: absolute;
	top: 85px;
	left: 102px;
	border: none;
}

.quote-small {
	padding: 10px 0 10px 0;
	border-top: 1px solid #c4b8cd;
	border-bottom: 1px solid #c4b8cd;
	clear: both;
	color: #70368a;
	font-weight: bold;
	width: 350px;
}
.quote_by {
	font-size: 11px;
}
#quote-small-box {
	float: left;
	margin: 0 0 25px 0;
}

.quote-big {
	padding: 30px 0 30px 0;
	border-top: 1px solid #c4b8cd;
	border-bottom: 1px solid #c4b8cd;
	clear: both;
}
.quote-big h3 {
	color: #70368a;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	margin: 0;
	height: auto;
}
.quote_by {
	font-size: 11px;
}
#bigitem {
	border: 15px solid #a58dcb;
	height: 265px;
	padding: 0px;
	width: 320px;
	display: block;
	margin: 0 0 10px 0;
}
#bigitem object {
	margin: 0px;
}
#bigitem img {
	height: 265px;
	width: 320px;
}
#project-images {
	float: left; 
	margin: 20px 20px 0 0;
}
#project_videos {
	float: left; 
	margin: 20px 0 0 0; 
	width: 70px;
}
.tbl-projecten-thumbs {
	float: left;
	margin: 0 20px 0 0;
}
.thumbnail-projecten {
	border: 12px solid #a58dcb;
	float: left;
	margin: 5px 10px 0 0;
	width: 66px;
	height: 66px;
}
.tbl-projecten-thumbs tr th {
	padding: 10px 0 0 0;
}
.small-img {
	cursor: pointer;
	width: 40px;
	height: 35px;
	border: 4px solid #a58dcb;
	margin: 0 4px 4px 0;
}
.small-videoimg {
	cursor: pointer;
	width: 50px;
	height: 35px;
	border: 4px solid #a58dcb;
	margin: 0 4px 4px 0;
}
.vorig_projectbtn, .project_overzichtbtn, .volgend_projectbtn {
	padding: 30px 0 0 0;
	border: 0px;
}

/*** PERSOONLIJK **************************************************************************************************/
.column-left-persoonlijk {
	 margin: 0px; 
	 padding: 0 35px 0 0; 
	 width:330px; 
	 border-right: 1px solid #70368a;
}

.column-right-persoonlijk {
	padding: 0 0 0 35px; 
	margin: 0px; 
	width:350px;
}

.video-thumbnails {
	display: block;
	width: 167px;
	float: left;
	margin: 0 8px 0 0;
}
.video-thumbnails .video-thumb {
	width: 70px;
	cursor: pointer;
	height: 52px;
	float: left;
	border: 4px solid #a58dcb;
	margin: 0 8px 4px 0;
}
.video-thumbnails p {
	font-size: 11px;
	line-height: 13px;
}
	
/*** CONTACT PAGINA ***********************************************************************************************/
.contactbtn {
	padding: 5px;
	border: none;
	background: #70368a;
	color: #ffffff;
	cursor: pointer;
}
.contactbtn:hover {
	color: #b194c2;
	cursor: pointer;
}
.purper-border {
	border: none;
	height: 1px;
	border-top: 1px solid #70368a;	
}
#map {
	margin: 30px 0 0 0;
	width: 754px;
	height: 300px;
	border: 1px solid #200c32;
}

/*** BLOCKS *******************************************************************************************************/
.blockfirst, .block {
	float: left;
	width: 274px;
	margin: 0 29px 0 0;
}
.block-inhoud {
	width: 240px;
	height: 90px;
	padding: 32px 17px 17px 17px;
	background: url('../img/shadow-top-small.jpg') top center no-repeat #ffffff;
	overflow:hidden;
}
.block-btm {
	height: 15px;
	width: 274px;
	background: url('../img/shadow-btm-small.jpg') top center no-repeat;
}
.block img.thumb, .blockfirst img.thumb {
	float: left;
	margin: 0 17px 0 0;
	border: 12px solid #703689;	
	width: 66px;
	height: 66px;
}
a.login-btn {
	padding: 2px 10px 2px 10px;
	background:#703689;
	color: #ffffff;
	font-weight: bold;
}
a.login-btn:hover {
	background:#8b57a3;
}

/*** WEBLOG *******************************************************************************************************/
.column-weblog {
	background: #ffffff;
	width: 100%;
	float: left;
	text-align: left;
}
.column-weblog #sidebar {
	padding: 0 0 10px 0;
	margin: 0 50px 0 0;
	width: 230px;
	float: left;
	font-size: 12px;
}
.column-weblog #sidebar form {
	margin: 0;
}
.column-weblog #sidebar ul li h2 {
	line-height: 22px;
	margin: 0 0 5px 0;
	color: #797979; 
	border-bottom: 1px solid #b0a1bd;
	font-size: 15px;
	width: 230px;
	height: auto;
	text-transform: uppercase;	
}

.column-weblog #sidebar ul, 
.column-weblog #sidebar ul ol {
	margin: 0;
	padding: 0;
	width: 230px;
}
.column-weblog #sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}
.column-weblog #sidebar ul li a {
	background: url('../img/list-item.gif') center left no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
    color: #7b4792;
	text-decoration: none;
}
.column-weblog #sidebar ul li a:hover {
	background: url('../img/list-item-hover.gif') center left no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
    color: #a3799a;
	text-decoration: none;
}
.column-weblog #sidebar ul p, .column-weblog #sidebar ul select {
	margin: 5px 0 8px;
}
.column-weblog #sidebar ul ul, .column-weblog #sidebar ul ol {
	margin: 5px 0 0 0px;
}
.column-weblog #sidebar ul ul ul, .column-weblog #sidebar ul ol {
	margin: 0 0 0 0px;
}
.column-weblog #sidebar ol li, .column-weblog #sidebar ul ol li {
	list-style: decimal outside;
}
.column-weblog #sidebar ul ul li, .column-weblog #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
.column-weblog h2 {
	color: #70368a;
	width: 477px;
	text-transform: none;
	font-size: 19px;
}
.post h2 a, 
.post h3 a {
	font-size: 18px;
	color: #70368a;
}
.post h2 a:hover, 
.post h3 a:hover {
	font-size: 18px;
	color: #a3799a;
}


/*** Tweets ****************************/

#twitter-block {
	margin:0px;	
}

#twitter-block .block-inhoud{
	padding-top:24px;	
	height:98px;
	
}

#twitter-bird {
    margin-left: 235px;
    margin-top: -28px;
    position: absolute;
}

#twitter-feed {
	font-size:11px;	
}

#twitter-feed  .tweet_avatar {
	float:left;	
}


#twitter-feed  a {
	color:#703689;
	
}

#twitter-feed  img {
	margin:0 5px 5px 0;	
}

#twitter-feed span {
	display:block;

}

#twitter-feed .tweet_time {
	display:inline;	
}

#twitter-feed .tweet_time a {
	font-size:9px;	
	color:#ccc;
	
}

/*** FOOTER *******************************************************************************************************/
#footer {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #70368a;
	padding: 20px 0 75px 0;
}
#footer a {
	color: #7b4792;
	text-decoration: none;
}
#footer a:hover {
	color: #90799a;
	text-decoration: none;
}

