<?php
$body_background	 = "#ccc";
$body_font_family	 = "verdana";
$body_font_size	 = "12px";

// algehele site: allerbuitenste begrenzing van header container en footer samen
$content_width	 = "100%";		// ook mogelijk bv "90%" voor vloeiend verloop bij schermgrootte
$content_margin_top	 = "0";
$content_margin_right	 = "0";
$content_margin_bottom	 = "0";
$content_margin_left	 = "0";
//$content_background	 = "#9f9f9f";
$content_background	 = "#670001";


// header algemeen
$head_margin_top	 = "0";
$head_margin_right	 = "0";
$head_margin_bottom	 = "0";
$head_margin_left	 = "0";
$head_height		 = "137px";
$head_color		 = "#fc9";
$head_text_align	 = "";
$head_background	 = "#670001";
$head_font_size		 = "30px";
$head_background_image	 = "";
$head_background_position= "1% 50%";
$head_background_repeat	 = "no-repeat";
// header logo div
$head_logo_top_margin	 = "5px";
$head_logo_left_margin	 = "auto";
$header_text		 = "<img src=\"img/headercenter.jpg\">";
// header text div
$head_txt_width		 = "0px";
$head_txt_height	 = "0px";
$head_txt_position	 = "right";
$head_txt_border	 = "0px solid white";
$head_txt_color		 = "white";
$head_font_size		 = "12px";
$head_txt_top_margin	 = "10px";
$head_txt_right_margin	 = "0px";
$head_txt_text_align	 = "right";
$head_txt_text		 = "";

// footer algemeen
$foot_margin_top = "0";
$foot_margin_right = "0";
$foot_margin_bottom = "0";
$foot_margin_left = "0";
$foot_height = "30px";
$foot_color = "#670001";
$foot_text_align = "center";
$foot_font_size = "11px";
$foot_background = "#670001";
$foot_padding_top = "0";	// styles is vooral om een border te maken ipv blok, anders 0
$foottext = "<br>Powered by <a href=\"http://www.picasoft.nl\" target=\"_new\"><font color=#670001>PicaSoft</a> & <a href=\"http://www.antiqbook.com\" target=\"_new\"><font color=#670001>AntiqBook</a><br>";

// footer divs
// om een footer met meer content te maken die gegroepeerd moet worden is nog een uitbreiding nodig.  voorlopig kan in $foottext een table gebruikt worden indien nodig
// de hrefs in de footer komt snel style voor hier
// foot-container
$fc_background = "#ccc";	// styles zijn vooral om een border te maken ipv blok
$fc_height = "30px";		// 1px minder dan $foot_height om border 1px te maken
$fc_margin_top = "0";
$fc_margin_right = "0";
$fc_margin_bottom = "0";
$fc_margin_left = "0";

// center / zweef div waarin content tekst staat
// de content teksten zijn via de menu links over page1... page7 (max 7) verdeeld
// deze pages worden binnen de pages opgemaakt, muv de searchpagina die een eigen stylesheet heeft (search.css)
$center_background  	 = "white";

// left column algemeen
$left_background = "#670001";
$left_width = "250px";		// dit wordt op veel plaatsen gebruikt!! enige manier om rechter in te stellen is totaal breedte - left_width. linker kolom heeft overflow in center kolom door padding en zo, dus inner div's met de hand kleiner maken
$left_color = "#fc9";

// left divs
// TOD
$tod_text_align = "center";
$tod_font_size = "12px";
$tod_width = "235px";		// $left_width -15px
$tod_margin_top = "10px";
$tod_margin_right = "0";
$tod_margin_bottom = "12px";
$tod_margin_left = "0";

// het maken van een navigatie menu
// het ul deel is de basis, bepaalt de breedte en de afstand tot div's boven en onder het menu
// het li deel is de basis van het element van de menu lijst
// menu ul
$menu_ul_width		= "200px";	// breedte van hele menu
$menu_ul_margin_top 	= "25px";	// creeert boven afstand voor het hele menu
$menu_ul_margin_right 	= "0";		// alleen gebruiken voor een menu in de rechterkolom
$menu_ul_margin_bottom 	= "135px";	// creeert onder afstand voor het hele menu
$menu_ul_margin_left	= "10px";			// creeert links afstand voor het hele menu
$menu_ul_padding_top	= "0px";	// bij voorkeur geen padding gebruiken, omdat je anders stapelt met de li padding en dan heeft alleen de bovenste deze extra padding
$menu_ul_padding_right	= "0";	// bij voorkeur geen padding gebruiken, omdat je anders stapelt met de li padding
$menu_ul_padding_bottom = "0px";	// bij voorkeur geen padding gebruiken, omdat je anders stapelt met de li padding en dan heeft alleen de onderste deze extra padding
$menu_ul_padding_left	= "0";	// bij voorkeur geen padding gebruiken, omdat je anders stapelt met de li padding
$menu_ul_border_top	= "2px solid #fc9";		// combineren met border bottom voor  li element zodat elk element een streep boven en onder heeft OF  ul borderbottom en li border top voor hetzelfde resultaat
																					// borders stapelen, vandaar dat je de taken moet verdelen
$menu_ul_border_right	= "0";
$menu_ul_border_bottom	= "0";
$menu_ul_border_left	= "0";	//
$menu_ul_list_style_image	= "";
$menu_ul_list_style_type	= "none";
$menu_ul_list_style_position	= "";
// menu li
$menu_li_padding_top	= "25px";
$menu_li_padding_right	= "0";
$menu_li_padding_bottom	= "0px";
$menu_li_padding_left	= "20px";	// meestal zul je hooguit met left willen werken om offset ten opzichte van onderlijning of linkerkant te krijgen
$menu_li_border_top	= "0";
$menu_li_border_right	= "0";
$menu_li_border_bottom	= "2px solid #fc9";
$menu_li_border_left	= "0";
// menu li a
$menu_lia_height					 = "45px";		// afstand tussen de links cq hoogte van het <li> blok, de linktekst float naar boven dus padding top nodig
$menu_lia_padding_top		 = "0px";			// voor hoogte centreren $menu_li_padding_top gebruiken. anders ga je hover effecten krijgen
$menu_lia_padding_right	 = "0";
$menu_lia_padding_bottom = "0";
$menu_lia_padding_left		 = "0";
$menu_lia_border_top			 = "0";
$menu_lia_border_right		 = "0";
$menu_lia_border_bottom	 = "0";
$menu_lia_border_left			 = "0";
$menu_lia_background_color	 = "#670001";
$menu_lia_color						 = "#fc9";
$menu_lia_text_decoration	 = "none";
$menu_lia_font_size				 = "16px";
// menu li a:hover													// "menu li a" en "menu li a:hover" zijn te combineren voor speciale hover effecten als buttons en wel/geen underline. ook fontsize is mooi effect. achtergrond- of tekst-kleur idem dito
$menu_liah_padding_top	 = "0px";
$menu_liah_padding_right	 = "0";
$menu_liah_padding_bottom	 = "0";
$menu_liah_padding_left		 = "0";
$menu_liah_border_top		 = "0";
$menu_liah_border_right		 = "0";
$menu_liah_border_bottom  = "0";
$menu_liah_border_left		 = "0";
$menu_liah_background_color	 = "#670001";
$menu_liah_color					 = "#fc9";
$menu_liah_text_decoration = "none";
$menu_liah_font_size			 = "18px";

// menu linkjes
$link_1 = "<a onclick=\"page('1');\">home</a>";
$link_2 = "<a onclick=\"page('2');\">search</a>";
$link_3 = "<a onclick=\"page('3');\">terms</a>";
$link_4 = "<a onclick=\"page('4');\">contact us</a>";
$link_6 = "<a onclick=\"page('6');\">links</a>";


// left_rest
$rest_text_align = "center";
$rest_border = "0px solid #666666";
$rest_width = "235px";		// $left_width -15px
$rest_margin_top = "30px";
$rest_margin_right = "0";
$rest_margin_bottom = "10px";
$rest_margin_left = "0";
$rest_text = "";


?>