/*****************************************************************************
 *
 *  Copyright            : Copyright (C) Vizzual Multimedia VOF
 *  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 Multimedia VOF.
 *	Dit programma is GEEN vrije software, en mag niet worden doorverkocht en/
 * 	of gewijzigd worden tenzij de eigenaar toestemming hiervoor heeft verleend
 *
 *****************************************************************************/

/*
Kleuren:
H1				#8dd8f8
H2				#042e6f
Tekst			#757575
*/

html																	{ margin: 0px; padding: 0px; height: 100%; width: 100%; background: url(../images/layout/background.png) repeat-x #d1d1d1; }
body																	{ margin: 0px; padding: 0px; height: 100%; width: 100%; font-size: small; font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif; color: #757575; }

h1																		{ font-size: 20px; color: #8dd8f8; font-weight: normal; margin: 0px 0px 7px 0px; }
h2																		{ font-size: 14px; color: #042e6f; font-weight: normal; margin: 0px 0px 20px 0px; }

img																		{ border: 0px; }
p																		{ margin: 0px 0px 1em 0px; }
a																		{ color: #8dd8f8; }
a:hover																	{ color: #042e6f; }
a:visited																{ color: #042e6f; }
table, tr, td															{ vertical-align: top; }
input, textarea															{ width: 350px; }
textarea																{ height: 100px; }
select																	{ width: 356px; } 
input[type=submit]														{ width: 356px; }


#container																{ min-height: 100%; height: auto !important; height: 100%; }
#container																{ margin: 0px auto 0px auto; width: 1000px; background: url(../images/layout/background_content.png) repeat-y; }

#header																	{ height: 290px; }
#header #flash_header													{ margin: 0px 23px 0px 24px; }

#left																	{ float: left; padding: 0px 0px 50px 90px; margin: 75px 0px 0px 0px; width: 280px; }
#left #menu ul 															{ margin: 0px; padding: 0px; list-style: none; }
#left #menu ul li														{ background: url(../images/layout/background_menu.png) top left no-repeat; height: 31px; }
#left #menu ul li div													{ padding: 13px 0px 0px 17px; }
#left #menu ul li div a													{ font-size: 14px; color: #042e6f; text-decoration: none;  }
#left #menu ul li div a:hover											{ font-size: 14px; color: #8dd8f8; text-decoration: none;  }
#left #menu ul li.active div a											{ font-size: 14px; color: #8dd8f8; text-decoration: none;  }

#left #address															{ background: url(../images/layout/background_menu.png) top left no-repeat; margin: 50px 0px 0px 0px; }
#left #address div														{ padding: 13px 0px 0px 17px; line-height: 1.3em; }

#content																{ background: #FFFFFF; margin: 75px 23px 0px 24px; }
#content_text															{ margin: 0px 80px 0px 375px; padding: 0px 0px 20px 0px; text-align: justify; font-size: 95%; line-height: 1.8em; }

#footer																	{ margin: 0px auto 0px auto; width: 1000px; height: 55px; text-align: center; clear: both; background: url(../images/layout/background_content.png) repeat-y; }
#footer a																{ color: #757575; text-decoration: underline; }
#footer a:hover															{ color: #8dd8f8; }

.clear																	{ clear: both; }