/*****************************************************************************
 *
 *  Copyright            : Copyright (C) Vizzual.com
 *  Email                : info @ vizzual.com
 *	
 *  
 *  Disclaimer:
 *	Niets uit dit script mag zonder toestemming van de maker van deze
 *	scripting gekopieerd, of doorverkocht worden aan derden. De maker van deze
 *	scripting blijft ten alle tijden copyright op dit product houden. De 
 *	scripting is ter beschikking gesteld door Vizzual.
 *	Dit programma is GEEN vrije software, en mag niet worden doorverkocht en/
 * 	of gewijzigd worden tenzij de eigenaar toestemming hiervoor heeft verleend
 *
 *****************************************************************************/

@font-face 									{ font-family: "Human"; src: url(Human.eot); }
@font-face 									{ font-family: "Human Bold"; src: url(Human_Bold.eot); }

html, body									{ margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;  }
body										{ background: url(../images/background.jpg) repeat #010503; margin: 65px 0px 0px 0px; }

h1											{ color: #00662c; font-size: 33px; font-family: 'Human Bold', Verdana; font-weight: bold; margin: 0px 0px 10px 0px; padding: 0px; line-height: normal; text-align: left; }
h2											{ color: #97bf0d; font-size: 19px; font-family: 'Human', Verdana; margin: 0px; padding: 0px; line-height: normal; }
h3											{ color: #00662c; font-size: 16px; font-family: 'Human', Verdana; margin: 0px; padding: 10px 0px 0px 0px; line-height: normal; cursor: pointer; }
img											{ border: none; }
input										{ width: 240px; }
table, tr, td								{ vertical-align: top; border: none; }
td											{ padding: 0px 4px; }
textarea									{ width: 240px; height: 100px; }
input[type=submit]							{ width: 246px; }
a											{ color: #00662c; text-decoration: none; }
a:hover										{ text-decoration: underline; }
ul											{ margin-top: 0.5em; }
blockquote									{ display: none; margin: 0px; text-align: left; }

#container									{ background: url(../images/background_container.jpg) repeat-y #FFFFFF; margin: 0px auto 0px auto; padding: 0px 0px 0px 219px; width: 461px; }
#container									{ min-height: 900px; height: auto !important; height: 900px; }
/*#menu										{ width: 219px; float: left; margin: 60px 0px 0px -219px; padding: 0px 0px 230px 0px; background: url(../images/background_left.jpg) no-repeat 33px 100px; font-family: 'Human Bold', Arial; font-weight: bold; font-size: 14px; display: inline; }*/
#menu 										{ width: 219px; position: absolute; margin: 60px 0px 0px -219px; padding: 0px 0px 230px 0px; background: url(../images/background_left.jpg) no-repeat 33px 100px; font-family: 'Human Bold', Arial; font-weight: bold; font-size: 14px; z-index: 100; }
#menu ul									{ margin: 0px; padding: 0px; }
#menu ul li									{ list-style: none; display: inline; }
#menu ul li a								{ color: #ffffff; text-decoration: none; background: url(../images/background_menu.jpg) no-repeat #00662c; }
#menu ul li a:hover							{ color: #00662c; text-decoration: none; background: url(../images/background_menu_active.jpg) no-repeat #ffffff; }
#menu ul li a div							{ width: 179px; height: 21px; background: url(../images/background_menu.jpg) no-repeat #00662c; margin: 0px 0px 10px 0px; padding: 1px 0px 0px 40px; cursor: hand; }
#menu ul li a:hover div						{ width: 179px; height: 21px; background: url(../images/background_menu_active.jpg) no-repeat #ffffff; margin: 0px 0px 10px 0px; padding: 1px 0px 0px 40px; cursor: hand; }
#menu ul li.active a						{ color: #00662c; text-decoration: none; background: url(../images/background_menu_active.jpg) no-repeat #ffffff; }
#menu ul li.active a div					{ width: 179px; height: 21px; background: url(../images/background_menu_active.jpg) no-repeat #ffffff; margin: 0px 0px 10px 0px; padding: 1px 0px 0px 40px; cursor: hand; }
#menu ul li ul								{ margin: 0px; padding: 0px; }
#menu ul li.active ul li a div				{ width: 159px; padding-left: 60px; background-position: 20px; background-repeat:repeat-x; }

#menu #image								{ margin: 60px 0px 0px 20px; }
#menu #call									{ background: url(../images/background_menu_form.jpg) no-repeat; width: 178px; height: 96px; margin: 20px 0px 0px 20px; }
#menu #call table tr th						{ padding: 7px 0px 0px 10px; color: #97bf0d; text-align: left; }
#menu #call table tr td						{ padding: 0px 0px 0px 10px; }
#menu #call table tr td input				{ font-size: 11px; width: 110px; margin: 3px 0px 0px 0px; }
#menu #call table tr td img					{ margin: 8px 0px 0px 0px; }


#header										{ width: 461px; }
#header img									{ margin: 40px 0px 30px 190px; }
#content									{ width: 406px; padding: 0px 25px 80px 30px; text-align: justify; font-size: 11px; line-height: 1.5em;  }
#content table								{ text-align: left; }
#content table ul							{ margin: 0px 0px 0px 20px; }

#footer										{ margin: -60px auto 0px auto; width: 660px; text-align: right; }
#footer img									{ vertical-align: middle; }

.clear										{ clear: both; }
