@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
#wrapper {
	width: 500px;
	margin: 0 auto;
	padding: 0px;
}

/*************************************/
/** logo, global en horizontaal menu**/
/*************************************/

#top {
	height: 120px;
	background-image: url(images/interface/logo_plantjevoort.jpg);
	background-repeat: no-repeat;
	background-position: -4px 15px;
}

/** global menu**/

#global  {
	color: #999;
	float: right;
	margin-top: 10px;
}
#global a {
	font-size: .8em;
	color: #706A5E;
}
#global a:hover {
	color: #312817;
}

/** main horizontaal menu**/

#horizontaalmenu {
	float:right;
    width:100%;
	margin-top: 69px;
	clear: both;
}
#horizontaalmenu ul {
    margin:0;
    padding:0;
    list-style:none;
    }
#horizontaalmenu li {
    float:right;
	background:url(images/interface/menu_right.jpg) no-repeat right top;
    margin:0 0 0 2px;
    padding:0;
}
#horizontaalmenu a {
    display:block;
	color: #fff;
	font-size: .9em;
	text-decoration:none;
	letter-spacing: .1em;
	background:url(images/interface/menu_left.jpg) no-repeat left top;
	padding: 5px 10px;
}
#horizontaalmenu a:hover {
	color: #B4A126;
}

/********************************************/
/** header met foto, promotekst en buttons **/
/********************************************/

.portal #header {
	width: 100%;
	background-position: left 10px;
}
.content #header {
	width: 100%;
	background-position: left 10px;
	height: 128px;
}
/** grote foto voorpagina **/

.portal #headerfoto {
	float:left;
	width: 420px;
	height: 305px;
	margin: 10px 0;
}
.content #headerfoto {
	float:left;
	width: 420px;
	height: 105px;
	margin: 12px 0 8px 0;
}
/** grote tekst in header **/

.portal #promotekst {
	color: #FFF;
	float:left;
	width: 320px;
	margin-left: 20px;
	padding-top: 20px;
}
.portal #promotekst h1 {
	font-weight: normal;
	font-size: 1.6em;
	letter-spacing: .1em;
	padding: 0;
	margin: 0;
}
.portal #promotekst p {
	font-size: 1em;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.content #promotekst {
	float:left;
	width: 300px;
	color: #FFF;
	margin-left: 40px;
	padding-top: 20px;
}
.content #promotekst h1 {
	font-weight: normal;
	font-size: 2.8em;
	/**letter-spacing: .1em;**/
	padding: 0;
	margin: 0;
}

/** buttons kopen en schenken certificaten**/

#buttons_portal {
	margin-top: 40px;
	height: 34px;
}
#button_kopen a {
	float:left;
	margin-right: 16px;
	display:block;
	width: 140px;
	height: 34px;
	padding:0px;
	text-decoration: none;
	background-image: url(images/interface/button_kopen_portal.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#button_kopen a:hover { 
	background-position: 0 -34px;
}
#button_schenken a {
	float:left;
	display:block;
	width: 164px;
	height: 34px;
	padding:0px;
	text-decoration: none;
	background-image: url(images/interface/button_schenken_portal.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#button_schenken a:hover { 
	background-position: 0 -34px;
}

/**********************************************/
/** content-deel met linker- en rechterkolom **/
/**********************************************/
#content {
	width: 500px;
	margin: 0 auto;
	padding: 10px 0;
}
#left {
	width: 500px;
	float:left;
	margin: 0;
}
#left h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #093;
	margin: 0;
}
#left p {
	font-size: 1em;
	line-height: 1.6em;
}
#left ul, #left ol {
	padding-left: 8px;
	margin-left: 8px;
}
.image {
	margin: 10px 0;	
}
#content a {
	color: #093;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: #030 1px solid;
}
#left a.back {
	color: #093;
	font-size: .8em;
	text-decoration: none;
	border-bottom: none;
}
#tellafriend {
	font-size: .9em;
}
#tellafriendform {
	background-color: #FFC;
	border-left: #FFCC66 1px solid;
	border-bottom: #FFCC66 1px solid;
	border-right: #FFCC66 1px solid;
	border-top: #FFC 1px solid;
	width: 398px;
	padding: 10px 10px 0;
}
#tellafriendform input {
display:inline;
margin: 0 5px 10px 0;
}
.portal input {
	-x-system-font:none;
	border-color:#FFCC66;
	border-style:solid;
	border-width:1px;
	color:#666;
	font-size: 1.1em;
	display:block;
	line-height:110%;
	margin:3px 0 0;
	padding:0.5em;
}
.portal .button {
	background-color:#093;
	color: #FFF;
}
.kader {
	display:block;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #709E2B;
	background-color: #F0ECD4;
	padding: 10px;
	margin: 50px 0;
	width:290px;
}
.kader_left {
	line-height: 1.8em;
	color: #709E2B;
	background-color: #fff;
	padding: 5px 10px;
	margin: 10px 0;
}
/** opmaak machtigingsformulieren **/

#machtigingsform {
	width: 500px;
	font-size:13px;
}
#machtigingsform fieldset {
	margin-top: 30px;
	border: 1px solid #B4A126;
	padding: 10px;
}
#machtigingsform legend {
	color: #009933;
	letter-spacing: 1px;
	padding: 0 2px 10px 10px;
	font-size: 18px;
}
#machtigingsform ol {
	margin: 0;
	padding: 0;
}
#machtigingsform li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	text-align: left;
}
#machtigingsform li.checkbox {
	border: none;
	margin: 0 0 10px 0;
	padding: 10px 0;
	line-height: 20px;
}
.checkbox input {
	-x-system-font:none;
	border: none;
	display: inline;
	width: 20px;
}
.aantal input {
	padding: 5px;
	border: #009933 1px solid;
}
.formcontact input {
	-x-system-font:none;
	margin: 5px 0;
	padding: 5px;
	display:block;
	width: 450px;
	border: #ffcc66 1px solid;
}
.formcontact textarea {
	width:450px;
	margin: 5px 0;
	padding: 5px;
	border: #ffcc66 1px solid;
}
#machtigingsform .button {
	text-align: center;
	font-size:18px;
	letter-spacing: .1em;
	color: #FFF;
	padding: 10px;
	margin: 20px 0 10px 0;
	background-color:#ff6600;
	border: none;
}
#machtigingsform select {
	margin-top: 5px;
	margin-bottom: 5px;
}
.errormessage {
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 14px;
	color:#F00;
	margin: 5px 0;
	display:block;
}
#foutmelding {
	display:block;
	letter-spacing: .1em;
	background-color:#F00;
	color:#FFF;
	font-size: 22px;
	text-align:center;
	padding: 10px;
	position: absolute;
	width: 100%;
	margin-top: 280px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/**********************/
/**   rechterkolom   **/
/**********************/

#right {
	width: 311px;
	float:left;
}
#right p {
	font-size: .9em;
	line-height: 1.4em;
	text-align:center;
	color:#999;
}

/**submenu**/

#menu {
	list-style: none;
	width: 310px;
	margin: 0 0 40px 0; 
	padding: 0;
}
#menu li {
	border-bottom: #FFF 1px solid;
}
#menu li a {
	display:block;
	background-color: #B4A126;
	padding: 9px 5px 8px 40px;
	text-decoration: none;
	border: none;
	color: #FFF; 
	border-left: #FFF solid 20px;
	letter-spacing:.1em;
}
#menu li a.active{
	background-color: #009933;
	background-image:url(images/interface/menu_driehoek.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-left: none;
	padding-left: 60px;
}
#menu li a:hover{
	background-color: #009933;
}
#tellafriend {
	font-size: .9em;
	margin-top: 50px;
	display:block;
}
#tellafriendtext {
	background-color: #FFC;
	border-left: #FFCC66 1px solid;
	border-bottom: #FFCC66 1px solid;
	border-right: #FFCC66 1px solid;
	border-top: #FFC 1px solid;
	width: 289px;
	padding: 10px;
	margin-top: -3px;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align:center;
}
#tellafriendtext a {
	border: none;
}

/*********************************/
/**   rij met logoos en adres   **/
/*********************************/

#naw {
	background-color:#ECF9EA;	
	font-size: .9em;
	line-height: 1.6em;
	position:relative;
	display:block;
}
#afzender {
	background-color:#ECF9EA;
	color: #817220;
	text-align: right;
	float: left;
	height: 150px;
	background-image:url(images/interface/2logoos.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 420px;
	padding: 20px 20px 20px 0;
}
#adres {
	background-color:#ECF9EA;
	float: left;
	width: 320px;
	padding: 20px 0;
	height: 150px;
}

/****************/
/**   footer   **/
/****************/

#footer {
	color:#AFA818;
	background-color:#005D15;
	width: 760px;
	height: 30px;
	padding-top: 15px;
	text-align:center;
	font-size: .8em;
}
#footer a {
	color:#FFF;
	text-decoration: none;
	letter-spacing: .1em;
}
#footer a:hover {
	color: #86DB66;
}
/**********/
/** rest **/
/**********/

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
