@font-face {
  font-family: 'Script MT Bold';
  src: url("../fonts/SCRIPTBL.ttf");
  src: local('Script MT Bold'), local('ScriptMTBold'), 
    url("../fonts/SCRIPTBL.ttf") format("truetype");
}

body {
	background-image: url('./../images/backgroundgradient.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	background-color: #ffffff;
}

.transparent60 {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

a:hover img.transparent60 {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ok, .warning, .error
{
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px 5px 5px 25px;
}

.ok
{
	background-image: url('./../images/ok.png');
	color: #00cc00;
	border: solid 1px #00cc00;
	background-color: #ccffcc;
}

.warning
{
	background-image: url('./../images/warning.png');
	color: #ffcc00;
	border: solid 1px #ffcc00;
	background-color: #ffffcc;
}

.error
{
	background-image: url('./../images/error.png');
	color: #cc0000;
	border: solid 1px #cc0000;
	background-color: #ffcccc;
}

#wrapper {
	width: 716px;
	margin-left: auto;
	margin-right: auto;
}

#headerback_left {
	position: fixed;
	left: 0;
	top: 0;
	background-image: url('./../images/header_flowers_left.png');
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 350px;
	width: 100%;
	z-index: -1;
}

#headerback_right {
	background-image: url('./../images/header_flowers_right.png');
	background-position: top right;
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
}

#header {
	clear: both;
	height: 219px;
	max-height: 219px;
	background-image: url('./../images/headerfooter.png');
	background-position: -10px -10px;
	background-repeat: no-repeat;
}

#lang {
	/*border: 1px #00cc00 solid;*/
	position: relative;
	top: 40px;
	left: 335px;
	height: 25px;
	max-height: 15px;
	max-width: 350px;
	color: #ffffff;
}

#lang a {
	color: #eeeeee;
	border-width: 0px;
}

#lang a:hover {
	color: #00cc00;
}

#menu {
	/*border: 1px #00cc00 solid;*/
	position: relative;
	top: 155px;
	left: 195px;
	z-index: 25;
	min-height: 28px;
	width: 510px;
	background-image: url('./../images/activemenu.jpg');
	background-repeat: no-repeat;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	float: left;
	display: block;
}

#menu a {
	display: block;
	padding: 0px 7px 0px 0px; /*verticaal & horizontaal*/
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	
}

.submenu {
	/*border: 1px #00cc00 solid;*/
	padding: 10px;
	min-height: 75px;
	margin-bottom: 15px;
}

.submenu ul {
	float: left;
	margin: 0px;
	margin-top: -15px;
	margin-left: 20px;
	padding: 0px;
}

.submenu li {
	height: 14px;
	padding: 2px;
}

.submenu a {
	display: block;
}

.image {
	border: solid 1px #dddddd;
	background-color: #c0c0c0;
	float: left;
	margin: 2px 0 0 2px;	
}

.image img {
	margin: 2px;	
}

input, select {
	border: solid 1px #bbbbbb;	
}

#contentwrapper {
	overflow: hidden; /* als overflow: hidden; van height min-height maken*/
	min-height: 310px;
	background-image: url('./../images/shadow.png');
	background-position: top right;
	background-repeat: repeat-y;
}

#contentwrapper #content {
	overflow: hidden;
	margin: 0px 18px; /* horizontaal verticaal */
	padding: 0px 20px; /* horizontaal verticaal */
	background-color: #cccccc;
	background-image: url('./../images/contentgradient.jpg');
	background-position: top;
	background-repeat: repeat-x;
	min-height: 310px;
	width: 648px;
	z-index: -1;
}

h1, h2, h3 {
	margin-top: 0px;
	font-family: Script MT Bold;
}

h1 {
	color: #000000;
	font-size: 32px;
}

h2 {
	color: #333333;
	font-size: 24px;
}

h3 {
	color: #333333;
	font-size: 18px;	
}

p {
	text-align: justify;
}

p.story:first-letter {
	color: #333333;
	font-weight: bold;
	font-family: Script MT Bold;
	font-size: 40px;
	float: left;
	padding-right: 2px;
}

a {
	color: #333333;
	border-width: 0px;
}

a:hover {
	color: #00cc00;
}

img {
	border: 0px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
}

table {
	table-layout: auto; /*auto / fixed*/
	empty-cells: show; /*show / hide*/
	width: 100%;
}

th {
	border: inherit;
	text-align: right;
	background-color: transparent;
	background-image: url('');
}

th.head {
	height: 15px;
	color: #ffffff;
	background-color: #009900;
	border: solid 1px #bbbbbb;
	text-align: left;
	vertical-align: top;
	background-image: url('./../images/gb_header.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

th, td {
	background-color: inherit;
	border-top: inherit;
	border-bottom: inherit;
	padding: 3px;
	vertical-align: top;
}

tr.darken {
	background-color: #c0c0c0;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

tr.darken th, tr.darken td {
	background-color: #c0c0c0;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	padding: 3px;
}

#content .container { 
	font-family:verdana,arial,helvetica,sans-serif;
	margin:4px 0; 
}

#content .container img {
	float: left;
	vertical-align: bottom; 
} 

#content .container h2 { 
	cursor: hand; 
} 

#content .off { 
	display: none; 
} 

#content .on { 
	display: block; 
	margin: 10px 30px; 
}

#footer {
	height: 43px;
	max-height: 43px;
	background-image: url('./../images/headerfooter.png');
	background-position: -10px -249px;
	background-repeat: no-repeat;
}

#footer #copyright {
	top: 6px;
}

