/*	-------------------------------------------------------------
		Franciscanen
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		Description:	Base stylesheet
		Filename:			1.style.php
		Version:			1.0
		Date:				19 februari 2009
		-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
		Base HTML Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

      html {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto; }
      
      body {
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 0;
      font-family: Arial;
	  }
	  
	  A:link {color:#000000; text-decoration:none; background:none;}
      A:visited {color:#000000; text-decoration:none; background:none;}
      A:active {color:#000000; text-decoration:none; background:none;}
      A:hover {color:#eb7305; background:none;}
	  
	  table {
      font-size: 12px;
	  color: #000000;}

      td {
      font-size: 12px;
	  color: #000000;}

      hr {
      font-size: 12px;
	  color: #000000;}
	  
	  #content {
      font-size: 12px;
	  padding-bottom: 25px;
	  height: 100%;
      background: #f7c89d;
      background-image: url(/media/GUI/content.gif);
	  background-repeat: no-repeat;
	  float: left;
	  width: 480px; } 
	  
	  
	  #content-tekst {
      font-size: 12px;
	  padding-left: 15px;
	  padding-bottom: 25px;
	  padding-right:15px;
	  color: #000000;
	  width:460px;
	  height: 100%; } 
	  
	  
	  #newsdate {
      font-size: 12px;
	  color: #ffffff;} 
	  
	  h1 {
      font-size: 18px;
      margin-top:15px;
	  font-weight: normal;
	  color: #ffffff;
	  text-transform: uppercase;
	  height: 25px;}
	  
	  h2 {
      font-size: 18px;
	  font-weight: normal;
	  color: #8f3c0f;
	  text-transform: uppercase;}
	  
	  
	  #intro_background {
	  height: 370px;
	  width: 212px;
	  background-image: url(/media/GUI/background_introtekst.gif);
	  background-repeat: no-repeat;
	  }
	  
	  
	  #intro_tekst {
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  font-weight: bold;
	  color: #ffffff;
	  padding-top:24px;
	  padding-left:15px;
	  padding-right: 15px;
	  }
	  
	  #contact_adres {
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 9px;
	  color: #000000;
	  padding-left:13px;
	  width: 195px;
	  }
	  
	  #agenda {
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  font-weight: bold;
	  color: #ffffff;
	  padding-top:15px;
	  padding-left:10px;
	  width: 240px;
	  height: 100%;
	  }
      
      #agenda_content {
      font-family:Arial, Helvetica, sans-serif;
	  font-size: 12px;
      color: #000000;
      }
	  
	  #title_agenda {
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  font-weight: bold;
	  color: #000000;
	  }  
	  
	  #title_agenda a {
	  color: #000000;
	  font-size: 12px;
	  font-weight: bold;
	  text-decoration:none;
      }
	  
	  #title_agenda a:hover {
	  color: #a1a09d;
	  }
	  
	  #meer_info_agenda {
	  text-align: right;
	  color: #000000;
	  }
	  
	  #meer_info_agenda a {
	  color: #ee7d11;
	  font-size: 12px;
	  font-weight: bold;
	  text-decoration:none;
      }
	  
	  #meer_info_agenda a:hover {
	  color: #000000;
	  }
	  
	  #franciscus_clara {
	  margin-left: 66px;
	  font-size: 12px;
	  color: #ee7d11;
	  width: 260px;}
	  
	  #Flash_logo {
      padding-left: 66px; } 

	  #submenu {
      padding-left: 66px;}   
	  
	  #submenu a {
	  color: #000000;
	  font-size: 9px;
	  font-weight: bold;
	  text-decoration:none;
      }

      #submenu a:hover {
	  color: #ee7d11;
      }
      
	  #jongerenwerk_background {
      height: 47px;
	  width: 302px;
	  background-image: url(/media/GUI/background_jongerenwerk.gif);
	  background-repeat: no-repeat;}   
	  
	  
	  #jongerenwerk {
      padding-left: 40px;
	  text-align:center;
	  padding-top:10px;
	  height:47px;}   
	  
	  #jongerenwerk a {
	  color: #ffffff;
	  font-size: 12px;
	  font-weight: bold;
	  text-decoration:none;
      }

      #jongerenwerk a:hover {
	  color: #ee7d11;
      }
	  
	  #art-is {
      font-family:Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  height: 10px;
	  color: #5e5a5a;
      }

      #art-is a {
	  color: #5e5a5a;
	  font-size: 10px;
	  text-decoration:none;
      }

      #art-is a:hover {
	  color: #000000;
      }
	  
	  
