
/* algemeen */

* {
	padding:0;
	margin:0;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;		
	line-height: 18px;
	min-width:970px;
	background-color: #110d0a;	
}

p {
	margin-bottom: 20px;	
}

a {
	color:#e98518;
}

img {
	border: none;	
}

.clear {
  clear: both;
}

.container {
	margin: 0 auto;	
	width: 960px;
	padding: 0 5px;
	
}

.medium-rounded-btn  {
	text-decoration: none;		
}

.medium-rounded-btn span {
	background-image: url("../img/medium-pink-btn.png");
} 

.medium-rounded-btn .btn-label {    
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    padding: 7px 1px 7px 12px;
}

.medium-rounded-btn .btn-right {
	float: left;
	height: 32px;
	width: 12px;
	display: block;
	background-position: right top;
}

.medium-rounded-btn:hover .btn-label,  .medium-rounded-btn:hover .btn-right {
	background-image: url("../img/medium-pink-btn-hover.png");
	color: #e90f8c;
}

#captcha img {
	-moz-opacity: 0.70;
	opacity: 0.70;
	border: 3px solid #fff;
	cursor: pointer;
}
#captcha img.chosen-captcha {
	border: 3px solid #74ac02;
	-moz-opacity: 1;
	opacity: 1;
}
#captcha #captcha-input {
	display: none;
}
.formtable td {
	padding: 5px 0;
	vertical-align: top;
	line-height: 24px;
}

.formtable td.label {
	width: 150px;
	padding-right: 10px;	
}

.formtable input {
	padding: 3px;
	font-size: 15px;
	line-height: 15px;
	width: 180px;
	border-radius: 5px;
	border: 1px solid #4cb9d8;
	background-color: #d3f5fe;
	position: relative;
}
.formtable input.submit {
	cursor: pointer;
	background-color: #fff;
}

.formtable input.submit-warning {
	background-color: #eb8600;
	color: #fff;	
}
.formtable input:focus {
	background-color: #fff;
	-moz-box-shadow: 0px 0px 4px #4cb9d8;
	-webkit-box-shadow: 0px 0px 4px #4cb9d8;
	box-shadow: 0px 0px 4px #4cb9d8;
}
.formtable .checkbox, .formtable .radio  {
	margin-right: 10px;
	width: auto;
}
.formtable .radio {
	width: auto;
	margin: 0 5px;
}



.formtable .error {
	float: left;
	color: #9F6000;
	background-color: #FEEFB3;
	border: 1px solid #9F6000;
	border-radius: 3px;
	padding: 3px 5px;
	white-space: nowrap;
	position: absolute;
	margin: -26px 0 0 195px;
	line-height: 18px;
}

.formtable .captcha-error {
	margin: -56px 0 0 279px;	
}

.formtable .file-error {
	margin: -26px 0 0 262px;	
}

.social ul {
	list-style: none;	
}

.social ul li {
	float: left;	
}

.social ul li a {
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -99999px;
	background-image: url("../img/social-icons.png");
}

.social .hyves a {background-position: -42px 0}
.social .twitter a {background-position: -84px 0;}
.social .youtube a {background-position: -126px 0}

.add-favo-page {
    background-image: url("../img/add-favo-page.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding: 10px 0 10px 46px;
    text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #e90f8c !important;
	width: 190px;
	float: right;
}
.content-part .add-favo-page {
	margin-top: 50px;
}
#mediaplayer .add-favo-page {
	margin-top: 0px;
}

.succes-message {
	padding: 10px;
	background-color: #dcda45;
	color: #fff;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
  	-moz-box-shadow: 0px 0px 4px #888888;
	-webkit-box-shadow: 0px 0px 4px #888888;
	box-shadow: 0px 0px 4px #888888; 
	margin-bottom: 10px;
	display: none;	
}
.success-box, .warning-box {
	padding: 10px;
	color: #fff;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
  	-moz-box-shadow: 0px 0px 4px #888888;
	-webkit-box-shadow: 0px 0px 4px #888888;
	box-shadow: 0px 0px 4px #888888; 
	margin-bottom: 10px;	
}
.success-box a, .warning-box a {
	color: #fff !important;
	text-decoration: underline;
}
.success-box {
	background-color: #dcda45;
}
.warning-box {
	background-color: #eb8600;
}

.float-right {
	float:right;
}


/* wrapper */

#wrapper {
	background-color: #a6eafd;
}	


/* main menu */


#main-menu {
	position: absolute;
	top: 0;
	width: 100%;
}

#main-menu .container {
	background-image: url("../img/main-menu-bg.png");	
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 170px;
}

#logo {
	background-image: url("../img/logo.png");
	background-repeat:no-repeat;
	background-position:left bottom;	
	display: block;
	height: 70px;
	width: 350px;
	position:absolute;
	margin:15px 0 0 0px;
	text-indent: -99999px;	
}

#main-menu ul {
	list-style: none;	
}

#main-menu .menu  {		
	position: absolute;
	margin-top: 89px;
	margin-left: 10px;
	z-index: 99;
	width: 950px;
}

#main-menu .menu li{  
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

#main-menu .menu li span {
	  float: left;
}

#main-menu .menu li .left {
	display: block;	
	height: 18px;
    margin: -3px 0;
    padding: 21px 0 21px 10px;
    color: #fff;
    text-shadow: -1px 0px 1px #844500;
}

#main-menu .menu li .right {
	display: block;
	height: 60px;
	width: 10px;
	margin: -3px 0;
}

#main-menu .menu li.become-a-member a {
	color: #fff;
	text-decoration: none;	
}

#main-menu .menu li.become-a-member:hover  a {
	color: #eb8600;
}


#main-menu .menu li.become-a-member  a:hover, #main-menu .menu li.become-a-member.active  a {
	color: #eb8600;
}

#main-menu .menu li.become-a-member .left{
	padding-left: 12px;
	-webkit-padding-start: 5px;
	margin-left: 2px;
}

#main-menu .menu li.become-a-member  .right {
	width: 12px;
}

#main-menu .menu li.active .left {
	  background-image: url("../img/main-menu-item-active.png");
	  color: #eb8600;
	   text-shadow:none;
}

#main-menu .menu li.active .right {
  	background-image: url("../img/main-menu-item-active.png");
	background-position: right top;
}

#main-menu .menu li:hover .left {
	background-image: url("../img/main-menu-item-hover.png");
	color: #eb8600;
	text-shadow:none;
}

#main-menu .menu li:hover .right {
	background-image: url("../img/main-menu-item-hover.png");
	background-position: right top;
}

#main-menu .menu li.become-a-member:hover .left, #main-menu .menu li.become-a-member:hover .right{
	background-image: url("../img/main-menu-item-active.png");
}

#main-menu .menu li.fourth  {
	margin-right: 165px;
}

#main-menu .submenu {
	background-image:url('../img/sub-menu-bg.png');
	background-repeat: no-repeat;
  	height: 182px;
  	position: absolute;
  	width: 970px;
	left: -9999px;
	top: 48px;
	z-index: -5;
}
#main-menu .submenu li {
	padding: 2px 5px;
	font-weight: normal;
	font-size: 14px;
}
#main-menu li:hover .submenu {
	left: -15px; 
}

#main-menu .submenu li h3 {
	font-size: 16px;	
	margin-bottom: 10px;
	
}

#main-menu .submenu li .submenu-box {
	width: 162px;
	padding: 30px 15px 15px;
	float: left;
}

#main-menu .submenu li .submenu-box p {
	height: 50px;
}

#main-menu .submenu li .submenu-box .btn-label {
	width: 137px;
	text-align: center;
}

#main-menu  #submenu-box-26 {
    background-image: url("../img/lid-worden.png");
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-right: 182px;
}

#main-menu  #submenu-box-26 {
    background-image: url("../img/lid-worden.png");
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-right: 182px;
}

#main-menu  #submenu-box-19 {
    background-image: url("../img/iki-vergrootglas.png");
    background-position: right 20px;
    background-repeat: no-repeat;
    padding-right: 160px;
}

#main-menu  #submenu-box-34 {
    background-image: url("../img/lid-worden-2.png");
    background-position: right 20px;
    background-repeat: no-repeat;
    padding-right: 225px;
}


#main-menu  #submenu-box-44 {
    background-image: url("../img/waarom-hierom.png");
    background-position: right 3px;
    background-repeat: no-repeat;
    padding-right: 756px;
    width: 180px;
}

#main-menu  #submenu-box-36 {
    background-image: url("../img/red-cat.png");
    background-position: right 26px;
    background-repeat: no-repeat;
    padding-right: 210px;
   
}

#main-menu  #submenu-box-37 {
   	background-image: url("../img/iris.png");
    background-position: right 12px;
    background-repeat: no-repeat;
    margin-left: 160px;
    padding-right: 218px;   
}

#main-menu  #submenu-box-46 {
    background-image: url("../img/iki-reporter.png");
    background-position: right 23px;
    background-repeat: no-repeat;
    margin-right: 39px;
    padding-right: 168px;   
  
}





/* main content */

#main-content {

	background-image:url(../img/grass-repeater.jpg);
	/*background-image:url(../img/grass-repeater.png);*/
	background-repeat: repeat-x;
	background-position: center bottom;	
}

#tree-top-bg {
	background-image:url(../img/tree-top-bg.jpg);
	/*background-image:url(../img/tree-top-bg.png);*/
	background-repeat: no-repeat;
	background-position: center top;
}

#tree-trunk-bg {
	background-image: url(../img/tree-trunk-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#tree-bottom-bg {
	background-image:url(../img/tree-bottom-bg.png);	
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* home */

.homepage #wrapper {
	background-image: url('../img/home-background.jpg');
	background-position: center top;
	-webkit-background-size: 3402px 804px;
}

.homepage #wrapper #main-content {
	height: 600px;
	background-image: none;
	padding-top: 170px;	
}

.homecontainer {
	position: relative;
}

a#register-button {
	background-image: url('../img/register-button.png');
	background-position: top left;
	width: 204px;
	height: 56px;
	display: block;
	line-height: 56px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 38px;
	right: 0;
}

a#register-button:hover {
	color: #e90f8c;
	background-position: bottom left;
}
a#login-button {
	background-image: url('../img/login-button.png');
	background-position: top left;
	width: 95px;
	height: 38px;
	display: block;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #434343;
	font-weight: bold;
	text-shadow: 1px 1px 0px #ccc;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 4px;
}
a#login-button:hover {
	background-position: bottom left;
	text-shadow: -1px -1px 0px #ccc;
}

a#register-button.signedin {
	top:65px;	
}

a#login-button.signedin {
	top: 25px;	
} 

#signedin-label {
	float: right;	
}

a.home-link {
	position: absolute;
	display: block;
	background-position: -9999px 0;	
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
}

a.home-link:hover, a.home-link-hover {
	background-position: left top;
}

a.home-link .balloon {
    background-image: url("../img/home-balloon.png");
    display: none;
    height: 144px;
    margin-left: -108px;
    margin-top: -86px;
    position: absolute;
    width: 144px; 
    z-index: 99;
}

a.home-link .balloon-right {
    background-image: url("../img/home-balloon-right.png");
    margin-left: 114px;
}

a.home-link:hover .balloon {
	display: block;	
}

#home-ambulance-link .balloon {
	margin-top: -110px;	
}

a.home-link .balloon .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #666;		
}

#home-nieuwsbrief-link .balloon .title {
	font-size: 18px;	
}

#home-spel-link .balloon .title {
	font-size: 18px;	
}


a.home-link .balloon .text {
    display: block;
    line-height: 15px;
    margin: 0 18px;
    text-align: right;
    text-decoration: none;
    color: #000;
    text-shadow: 1px 1px 1px #666;
}

a.home-link .balloon-right .text {
	text-align: left;	
}

#home-asiel-link{
    background-image: url("/img/asiel-hover.jpg");
    height: 118px;
    margin-left: 882px;
    margin-top: 210px;
    width: 75px;
}


#home-dierenarts-link {
    background-image: url("/img/dierenarts-hover.jpg");
    height: 121px;
    margin-left: 743px;
    margin-top: 213px;
    width: 169px;
}

#home-school-link {
    background-image: url("/img/school-hover.jpg");
    height: 128px;
    margin-left: 760px;
    margin-top: 119px;
    width: 205px;
}

#home-ambulance-link {
    background-image: url("/img/ambulance-hover.jpg");
    height: 66px;
    margin-left: 737px;
    margin-top: 296px;
    width: 114px;
}


#home-spel-link {
    background-image: url("/img/spel-hover.jpg");
    height: 170px;
    margin-left: -50px;
    margin-top: 174px;
    width: 322px;	
}

#home-bos-link {
    background-image: url("/img/bos-hover.jpg");
    height: 238px;
    margin-left: -5px;
    margin-top: 238px;
    width: 327px;
}

#home-iris-link {
    background-image: url("/img/iris-hover.jpg");
    height: 204px;
    margin-left: 133px;
    margin-top: 249px;
    width: 142px;
}



#home-nieuwsbrief-link {
    background-image: url("/img/nieuwsbrief-hover.jpg");
    height: 231px;
    margin-left: 505px;
    margin-top: 342px;
    width: 152px;
}

#home-boerderij-link {
    background-image: url("/img/boerderij-hover.jpg");
    height: 146px;
    margin-left: 771px;
    margin-top: 360px;
    width: 207px;
}

#home-boomhut-link {
    background-image: url("/img/boomhut-hover.jpg");
    height: 519px;
    margin-left: 286px;
    margin-top: 48px;
    width: 371px;
}

#home-schoolsign-link {
    background-image: url("/img/schoolsign-hover.jpg");
    height: 26px;
    margin-left: 291px;
    margin-top: 135px;
    width: 92px;
}

#home-beestenboelsign-link {
    background-image: url("/img/beestenboelsign-hover.jpg");
    height: 35px;
    margin-left: 255px;
    margin-top: 170px;
    width: 106px;
}

#home-bestebossign-link {
    background-image: url("/img/bestebossign-hover.jpg");
    height: 58px;
    margin-left: 270px;
    margin-top: 189px;
    width: 114px;
}

#home-tv-link {
    background-image: url("/img/tv-hover.jpg");
    height: 231px;
    margin-left: 270px;
    margin-top: 361px;
    width: 219px;
}

#home-slider {
    background-image: url("../img/slider-bg.png");
    background-repeat: no-repeat;
    height: 205px;
    margin-left: -1046px;
    margin-top: -19px;
    position: absolute;
    width: 785px;
    z-index: 0;
}

#home-slider #airplane {
    display: block;
    height: 200px;
    margin: 1px 0 0 640px;
    position: absolute;
    text-indent: -99999px;
    width: 143px;
    top: 0;
    
}
#trunk-slider-hider {
  	background-image: url("../img/trunk-slider-hider.png");
    height: 226px;
    margin: -28px 0 0 -241px;
    position: absolute;
    width: 175px;
    z-index: 2;
}


#home-slider .slider-block {
    float: left;
    height: 130px;
    margin: 20px 5px;
    width: 180px;
    font-size: 14px;
    position: relative;
}

#home-slider .slider-block h3 {
	font-size: 15px;
	color: #004D41;
	margin-bottom: 10px;
	height: 20px;
	overflow: hidden;	
}

#home-slider .first-slider-block {
	margin-left: 75px;	
}

#home-slider .slider-block a {
	color: #004D41;
}

#home-slider .slider-block p {
	height: 63px;
}

#home-slider .tip {
	margin: 0 0 0 73px;	
	font-size: 14px;
	font-weight: bold;
}

#home-slider .tip span{
	margin-right: 10px;	
	color: #004d41;
}

#home-slider .tip a {
	color: #000;	
}

/* default */

#default-container {
	padding: 140px 0;		
	min-height:540px;
}


.content-part #crumb-path {
	list-style: none;	
	margin: 0 0 20px;
	display: inline-block;
}

.content-part #crumb-path li {
	float: left;	
	font-size: 14px;
}

.content-part #crumb-path li a, #crumb-path li span {
	padding: 0 15px 0 0;
	margin-right:10px;	
	color: #0085b1;	
}

.content-part #crumb-path li a {
    background-image: url("../img/crumb-path-arrow.png");
    background-position: right 3px;
    background-repeat: no-repeat;
}

.content-part #crumb-path li.last a {
	background-image: none;	
}

.left-bar {
	float: left;
	width: 190px;
	padding-bottom: 140px;
}

.left-bar .sub-sub-menu {
	background-image: url("../img/sub-sub-menu-bottom-bg.png");	
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0 0 98px;
	margin: -10px 0 20px;
}

.left-bar .sub-sub-menu ul {
	padding-top:40px;
	padding-bottom:20px;
	list-style: none;
	background-image: url("../img/sub-sub-menu-bg.png");
}

.left-bar .sub-sub-menu li {
	padding: 0 15px 5px;
}

.left-bar .sub-sub-menu li a {
	display: block;
	padding: 8px;
	font-weight:bold;
	text-decoration: none;	
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
	font-size:15px;	
	color: #0f5640;
	text-shadow: 1px 1px 1px #fff;	
}

.left-bar .sub-sub-menu li.active a, .left-bar .sub-sub-menu li a:hover {
	background-color: #0e4f3b;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	background-image: url("../img/sub-sub-menu-item-bg.png");
}

.content-part {
    float: left;
    padding: 30px 30px;
    width: 480px;
    font-size: 14px;
}

.content-part h1 {
	font-size: 26px;
	margin-bottom: 30px;
	line-height: 30px;
}

.content-part h2, .content-part h3 {
	font-size: 16px;	
	margin-bottom: 5px;
}

.content-part h3 {
	color: #2c9f31;
}

.content-part a {
	color: #2c9f31;
}

.content-part iframe {
	margin-bottom: 20px;	
}

.content-part img.float-left, .content-part img.float-right{	
	-moz-box-shadow: 0px 0px 5px #888888;
	-webkit-box-shadow: 0px 0px 5px #888888;
	box-shadow: 0px 0px 5px #888888;
}
.content-part img.noshadow {
	-moz-box-shadow: 0px 0px 0px #888888;
	-webkit-box-shadow: 0px 0px 0px #888888;
	box-shadow: 0px 0px 0px #888888;
}
.content-part a img {
	border: none;
}
	
.content-part img.float-left {
	margin:0 10px 10px 0;
}

.content-part img.float-right {
	margin:0 0 10px 10px;
}

.content-part ul {
	margin: 0 0 20px 30px; 	
}

#default-right-bar {
	float: left;
	width: 230px;	
	padding-bottom: 130px;
}
a.newsletterbox {
	display: block;
	width: 100px;
	height: 220px;
	position: absolute;
	bottom: 0;
	right: 90px;
	background-image: url('/img/newsletterbox.png');
	background-position: top left;
	text-indent: -9999px;
}
a.newsletterbox:hover {
	background-position: top right;
}
.container {
	position: relative;
}

#login-plank {
    background-image: url("../img/login-plank-bg.png");
    height: 121px;
    margin-top: -70px;
	margin-left: -12px;
    padding: 118px 0 0 20px;
    text-align: center;
    width: 230px;    
}

#logout-plank {
    background-image: url("../img/logout-plank-bg.png");
    height: 141px;
    margin-top: -70px;
	margin-left: -12px;
    padding: 118px 0 0 26px;
    text-align: center;
    width: 230px;
    
}

.account-plank .btn-holder {
	 height: 30px;
}	

.account-plank a {
	padding: 5px;
	color: #e90f8c;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	border-radius: 4px 4px 4px 4px;
	line-height: normal;
}

.account-plank a:hover {
	background-color: #ebdfd0;
	border: 1px solid #ac9c88;
}

#default-container .social {
	float: left;
    margin-top: -130px;		
}

#default-container .social span {
	font-weight: bold;
	margin-left: 3px;
}


/* tree house */

#tree-house-container {
	height: 900px;	
}

body.tree-house  {
	background-color: #8cae19;
	
}

.tree-house #wrapper {
	background-color: #8cae19;	
	background-image: url("../img/boomhut.jpg");	
	background-position: top center;
	-webkit-background-size: 3354px 1608px;
}


.tree-house #main-content {
	background-image: none;	
}

.tree-house #footer {
	background-image: none;	
	height: 300px;	
}


.tree-house #footer .container a {
	color: #000;
	
}

.tree-house #footer .social span {
	color: #000;	
}

#tree-house-news  {
  height: 116px;
    margin-left: 127px;
    margin-top: 272px;
    overflow: hidden;
    padding: 10px 25px 10px 10px;
    position: absolute;
    width: 108px;
}

#tree-house-price  {
    height: 87px;
    margin-left: 257px;
    margin-top: 329px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 139px;
}

#tree-house-news h2, #tree-house-price h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

#tree-house-news h3, #tree-house-price h3 {
	font-weight: normal;
	margin-bottom: 5px;
}

#boomhut-tv-link {
    background-image: url("/img/boomhut-tv-hover.jpg");
    height: 134px;
    margin-left: 77px;
    margin-top: 406px;
    width: 131px;
}

#boomhut-spel-link {
    background-image: url("/img/boomhut-spel-hover.jpg");
    height: 109px;
    margin-left: 187px;
    margin-top: 434px;
    width: 167px;
}

#boomhut-telefoon-link {
    background-image: url("/img/boomhut-telefoon-hover.jpg");
    height: 54px;
    margin-left: 343px;
    margin-top: 485px;
    width: 97px;
}

#boomhut-telefoon-link .balloon {
    margin-left: -103px;
    margin-top: -114px;
}

#boomhut-spreekbeurten-link {
    background-image: url("/img/boomhut-spreekbeurten-hover.jpg");
    height: 105px;
    margin-left: 746px;
    margin-top: 309px;
    width: 114px;
}

#boomhut-spreekbeurten-link .balloon .title {
    font-size: 22px;
    line-height: 23px;
    margin-top: 26px;
}

#boomhut-clubbladen-link {
    background-image: url("/img/boomhut-clubbladen-hover.jpg");
    height: 104px;
    margin-left: 744px;
    margin-top: 420px;
    width: 112px;
}

#boomhut-nieuwtjes-link {
    background-image: url("/img/boomhut-nieuwtjes-hover.jpg");
    height: 109px;
    margin-left: 740px;
    margin-top: 527px;
    width: 116px;
}

#my-pet-link {
    background-image: url("/img/boomhut-pet-photo-hover.jpg");
    height: 109px;
    margin-left: 599px;
    margin-top: 317px;
    width: 116px;
}

#my-pet-link img {
	margin: 15px 0 0 15px;
}

#tree-house-favo-links {
    font-family: Comic Sans,Comic Sans MS;
    font-size: 13px;
    height: 189px;
    margin-left: 534px;
    margin-top: 438px;
    padding: 10px;
    position: absolute;
    width: 165px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #fff;
}

#tree-house-favo-links ul {
	list-style: none;	
}

#tree-house-favo-links ul li a {
	color: #fff;	
}

#tree-house-name {
    color: #FFFFFF;
    font-size: 19px;
    height: 45px;
    margin-left: 495px;
    margin-top: 271px;
    position: absolute;
	text-align: center;
    width: 203px;
}

/* Edit Account */

#current-pet-photo {
	margin-bottom: 20px;
}

#current-pet-photo img {
	margin: 20px 0;	
}

#current-pet-photo a, #current-pet-photo span {
	display: block;	
}

/* Droplist / Openklappers */
.droplist {
	background-image: url('/img/white-30.png');
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.droplist-title {
	font-weight: bold;
	padding-left: 22px;
	background-image: url('/img/icon-plus.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
	cursor: pointer;
	color: #000;
}
.droplist-open {
	background-image: url('/img/icon-min.png');
}
.droplist-content {
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.droplist-subscript {
	font-size: 11px;
	color: #666;
}

/* News */
.newsitem {
	margin-bottom: 20px;
}
.newsitem td {
	vertical-align: top;
	padding-bottom: 4px;
}
.newsitem .topitem td {
	padding-bottom: 15px;
}
.newsitem em {
	font-size: 11px;
}
.newsitem .newsleft {
	padding-right: 20px;
	text-align: right;
}

/* Gallery */
#gallery-overview .gallery-item {
	border: 10px solid #FFFFFF;
	float: left;
	height: 100px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	width: 133px;
	-moz-box-shadow: 0px 0px 4px #4cb9d8;
	-webkit-box-shadow: 0px 0px 4px #4cb9d8;
	box-shadow: 0px 0px 4px #4cb9d8;
}
#gallery-overview .last-in-row {
	margin-right: 0;	
}

#gallery-overview .gallery-item a {

	display:block;
	height:100px;
	width:133px;
	text-decoration:none;
	overflow:hidden;

}
#gallery-overview .gallery-item a span {
	color:#fff;
	text-decoration:none;
	padding:10px;
	display:block;
	height:50px;
	margin-top:100px;
	background-color:#e98518; 
}

.pictures-overview .pictures-item {
	background-color: #fff;
	text-align: center;
	float: left;
	width: 133px;
	padding: 10px;
	margin: 0 10px 10px 0;
}
.pictures-overview .last-in-row {
	margin-right: 0;
}

/* movies */
#mediaplayer {
	padding-bottom: 150px;
	clear: both;
	padding-left: 0px;
	width: 640px;
	margin-right: 40px;
	margin-left: 20px;
}
#movie-tabs {
	padding-left: 3px;
	clear: both;
	position: relative;
	z-index: 500;
}
#movie-tabs a {
	margin-left: -3px;
	border: 3px solid #fff;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	float: left;
	padding: 10px;
	background-color: #e98518;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: 3px solid #fff;
}
#movie-tabs a:hover {
	background-color: #e474b4;
}
#movie-tabs a.active {
	background-color: #e90f8c;
	color: #fff;
	border-bottom: none;
	padding-bottom: 10px;
}
#movie-overview #video-content {
	background-color: #e90f8c;
	padding: 20px 0 20px 5px;
	clear: both;
	display: block;
	border-radius: 0 8px 8px 8px;
	-moz-box-shadow: 2px 2px 4px #4cb9d8;
	-webkit-box-shadow: 2px 2px 4px #4cb9d8;
	box-shadow: 2px 2px 4px #4cb9d8;
	width: 634px;
	border: 3px solid #fff;
	height: 370px;
	overflow: hidden;
	xxbackground-image: url('/img/video-content.jpg');
	top: -3px;
	position: relative;
}
#mainvideo h3 {
	padding-top: 10px;
	padding-bottom: 20px;
}
#movie-overview #video-content #video-slider {
	width: 20000px;
	height: 370px;
	display: block;
}
#movie-overview #video-content #video-slider .video-slide {
	float: left;
	display: block;
	width: 630px;
	height: 380px;
}
#movie-overview #video-content a {
	display: block;
	float: left;
	width: 128px;
	padding: 8px;
	height: 160px;
	background-color: #fff;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	border-radius: 3px;
	margin: 0 0 10px 10px;
	cursor: pointer;
}
#movie-overview #video-content a img {
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
}
#movie-overview #video-content a:hover, #movie-overview #video-content a.active {
	background-color: #e2de52;
}
#video-pager {
	clear: both;
	xxbackground-image: url('/img/pager-background.jpg');
	height: 36px;
	padding: 10px;
	margin-top: -30px;
	z-index: 500;
	margin-left: 150px;
	border-radius: 8px;
	border: 3px solid #939135;
	background-color: #e2de52;
	z-index: 600;
	position: relative;
}
#video-pager a {
	height: 36px;
	width: 35px;
	float: left;
	display: block;
	cursor: pointer;
}
#video-pager a.pager {
	background-image: url('/img/pager.png');
}
#video-pager a.active {
	background-image: url('/img/pager-active.png');
}
#video-pager a#pager-arrow-left, #video-pager a#pager-arrow-right {
	width: 40px;
	background-image: url('/img/pager-arrow-left.png');
	background-repeat: no-repeat;
	background-position: top center;
}
#video-pager a#pager-arrow-right {
	background-image: url('/img/pager-arrow-right.png');
}

/* contest */
#contest-question table {
	margin-bottom: 20px;	
}

#contest-question td {
	padding: 0 10px 0 0;	
}

/* blog */

.blog-item {
	overflow: hidden;	
	margin-bottom: 20px;
}

.blog-item .top {
	background-image: url("../img/paper-top.png");
	background-repeat: no-repeat;
	width: 480px;
	height: 37px;
}

.blog-item .content {
	background-image: url("../img/paper.png");
	background-repeat: repeat-y;	
	padding: 10px 20px 20px 30px;
}

.blog-item .content img {
    border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
    float: right;
    margin-right: -10px;
}

.blog-item .content h2 {
	color: #3a6571;
	font-size: 18px;
	line-height: 25px;	
	margin: 0;
}

.blog-item .content .date, .blog-item .content .number-of-reactions {
	font-style: italic;
	font-size: 10px;
	color: #3a6571;
	margin-bottom: 10px;
	display: block;
}

.blog-item .content .number-of-reactions {
float: right;	
}

.blog-item .read-more {
	color: #e90f8c;	
	font-weight: bold;
	text-decoration: none;
}

.blog-item .read-more:hover {
	text-decoration: underline;	
}

#blog-reactions {
	margin-top: 20px;	
}

#blog-reaction-form {
	color: #3a6571;
	font-weight: bold;	
}

#blog-reaction-form .username {
	color:#e90f8c;	
}

#blog-reaction-form textarea {
    height: 130px;
    padding: 10px;
    width: 404px;
    background-color: #f9f9f9;
    border: 2px solid #dbf7fe;
}


#blog-reaction-form .submit {
	background-color:#e90f8c;
	color:#fff;
	border: none;	
}

#blog-reactions .reaction {
	padding: 10px;	
}

#blog-reactions .uneven {
	background-color:#dbf7fe;
}

#blog-reactions .reaction-top {
	margin-bottom: 10px;	
}

#blog-reactions .reaction span {
	color:#3a6571;
	display: inline;
}

#blog-reactions .reaction span.username {
	font-weight: bold;
	padding-right: 10px;
}

/* poll */

#polls-overview .formtable .error {
	margin-left: 324px;	
}

#polls-overview .formtable .submit {
	background-color: #eb8600;
	border: 1px solid #ccc;
	color: #fff;
}

#polls-overview .poll {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;	
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
  	-moz-box-shadow: 0px 0px 4px #888888;
	-webkit-box-shadow: 0px 0px 4px #888888;
	box-shadow: 0px 0px 4px #888888; 	
}

#polls-overview .poll  td {
	width: 200px;	
}

#polls-overview .poll .outcome span {
	float: left;	
	font-size: 11px;
	font-style: italic;
}

#polls-overview .poll .times-voted {
	font-size: 11px;
	font-style: italic;
}

#polls-overview .poll .procent {
	height: 15px;
	background-color: #e0de46;	
	display: block;margin: 5px 10px 0;
	width: 1px;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
  	-moz-box-shadow: 0px 0px 4px #888888;
	-webkit-box-shadow: 0px 0px 4px #888888;
	box-shadow: 0px 0px 4px #888888; 
}

/* zoeken */

#main-menu .search-form {
	position: absolute;
	left: 0;
	top:44px;
	left:704px;

}

.search-form .text-field {
   	float: left;
    margin-top: 6px;
    padding: 5px;
    width: 150px;
    color: #666;
    border: none;
}

.search-form .submit {
    background-image: url("../img/login-button.png");
    display: block;
    float: left;
    height: 16px;
    margin-left: -1px;
    padding: 11px 0;
    text-align: center;
    width: 95px;
    font-size: 14px;
	color: #434343;
	font-weight: bold;
	text-shadow: 1px 1px 0px #ccc;
	text-decoration: none;
}


.search-form .submit:hover {
    background-position: left bottom;	
}

.page-search-form {
	padding-bottom: 20px;	
}




#search-result .section {
	font-size: 11px;
	font-style: italic;
	color: #666;
	display: block;
}
 
/* animals */

#animal-detail .main-image {
	border: 10px solid #fff;
	float: right;
}

#animal-detail .label {
	float: left;
	width: 100px;
	font-weight: bold;
	padding-right: 10px;
}

#animal-detail .item p {
	padding-left: 110px;
}

#animal-tip {
    background-image: url("/img/tip-scroll.png");
    height: 253px;
    margin-left: 44px;
    margin-top:60px;
    padding: 28px;
    width: 125px;
}

#animal-tip h3{
	color:#e90f8c;
	text-align:center;
	margin-bottom:20px; 
	margin-top:10px;
}

/* treehouse */
#tree-house-favo-links a.delete {
	color: red;
	text-decoration: none;
}
#tree-house-favo-links a.delete:hover {
	text-decoration: underline;
}

#tree-house-container {
	position: relative;
}
#tree-house-container #logout-plank {
	background-image: url('/img/logout-plank-small-bg.png');
	top: 150px;
	left: 810px;
	width: 150px;
	height: 62px;
	position: absolute;
	padding: 34px 0 0 0;
	margin: 0 0 0 0;
}

/* footer */

#footer {	
	background-repeat: repeat-x;
	 margin-top: -25px;
	background-image: url("../img/earthy.png");
	background-position:center top;
	color: #fff;
	font-weight: bold;
}

#footer .container {
	padding: 50px 0;
	height: 200px;		
}

.homepage #footer .container {
	background-image: url('../img/wortels-home.jpg');
	/* background-image: url('../img/wortels-home.png'); */
	background-repeat: no-repeat;
	background-position: -43px 49px;
	height: 300px;
}	

#footer .container a {
	color: #fff;	
	text-decoration: none;
	font-weight: bold;
}

#footer .container ul {
	list-style: none;		
}

#footer .container ul li {
	float: left;
}


#footer-menu li a {
	width: 180px;
	display:block;
	padding: 5px 0;
}

#footer-menu li a:hover {
	color: 	#eb8600;
}

#footer-menu {
	width: 360px;
	float: left;
}

#footer .social {
	float: right;	
}

#footer .social ul {
	float: left;
}

#footer .social span { 
    display: block;
    float:left;
    padding: 11px;
   	width: 100px;	
    text-align: right;
}



