/* Stylesheet Frans, algemeen
 * Version: $Id: frans.css,v 1.15 2011/06/09 11:29:54 telnotap Exp $
 */
/* TAALSITE: AANPASSINGEN voor een andere taal staat in de opmerkingen van deze css wat je kunt aanpassen */

/* toevoeging Leidi, overriding standaard balkdefinities restyling augustus 2009*/
body #balk #logo_container {
  margin-right: 2%;
  margin-left: 2%;
}

/* NPO button; is een include */
body #balk #logo_container .balkonderdeel #zapp_button_container,
body #balk #logo_container .balkonderdeel #npo_button_container {
  margin-top: 2px; 
}
/* EINDE overriding algemene balkdefinities */

.noCss {
  display: none;
}

/*  toevoeging van Juan, voor een hidden div */
#hidden {
  visibility: hidden;
}

/* voor het identificeren van de pagina, identificatie voor de properties in de editwizzard en het vergroten/verkleinen voor de leesbaarheid */
#frame {
  width: 100%;
  background-color: #FFFFFF;
  background-image : url(../gfx/bckgr_talen.gif);
  background-repeat : repeat-x;
  padding : 0px;
}

#frame.cursuspage {
  width: 100%;
}

#frame.spellenpage {
  width: 100%;
}

#frame.quizpage {
  width: 100%;
}

#frame.texts {
  width: 100%;
}

#frame.talen_weetjes {
  width: 100%;
}

/* aA, is niet aanwezig in de taalcursus website */

.opties, .opties a,  .opties a:active, .opties a:link {
  color: #FF0000;
  font-size : 1.0em;
  font-weight : bold;
  font-style : normal;
  margin-top: 4px;
  padding-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  text-align : right;
  width: 712px;
  display: none;
  visibility: hidden;
}

/* pagina te centreren */
#sitecontainer {
  background-image : url(../gfx/bckgr_sitecontainer.gif);
  background-repeat: repeat-y;
  margin : 0px auto;
  position : relative;
  width: 972px;
}

/* algemene pagina definities */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.4em;
  word-spacing: 0.3em;
  margin: 0px;
  margin-left: 16px;
  padding: 0px;
  display: block;
}

.home_body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.4em;
  word-spacing: 0.3em;
  margin: 0px;
  margin-left: 16px;
  padding: 0px;
  display: block;
}

/* foutmelding bij e-mailprocessing */
.foutmelding {
  color: #FF0000;
  font-weight : bold;
}

.homepage {
  height : 578px;
  width: 972px;
  margin: 0px;
  padding: 0px;
}

/* list definities */

/* TAALSITE AANPASSEN: ul: list-style-image: bullit.gif */
ul {  
  list-style-image: url(../gfx/bullit.gif);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bold;
  font-size: 1.0em;
  margin: 0px 0px 0px 25px;
  padding: 0px 0px 0px 9px;

}
/* /TAALSITE AANPASSEN: ul: list-style-image: bullit.gif */
li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bold;
  font-size: 1.0em;
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
}

li p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : normal;
  font-size: 1.0em;
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
}

/* links in the site */
/* TAALSITE AANPASSEN: color  */
a, a:active, a:link, a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 1.0em;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  color: #FF0000;
  text-decoration: underline;
}

.hierbenik {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  color: #FF0000;
  text-decoration: underline;
}

/* /TAALSITE AANPASSEN: color */

/* Kop HOMEPAGE */

/* TAALSITE AANPASSEN: background: header_hzhome.gif */

#logo_homepage {
  background : url(../gfx/header_hzhome.gif);
  background-repeat : no-repeat;
  color: white;
  display: block;
  margin-right : 0px;
  padding-top : 55px;
  padding-bottom : 0px;
  padding-left : 100px;
  padding-right : 0px;
  width: 972px;
}

/* /TAALSITE AANPASSEN: background: header_hzhome.gif */

/* Kop HOMEPAGE ROLLOVER */
/* TAALSITE AANPASSEN: background: header_hzhome.gif en header_hzhome_over.gif */
#logo_hpage a {
  background : url(../gfx/header_hzhome.gif);
  display: block;
  height : 119px;
  margin-left : 0px;
  padding: 0px;
  vertical-align: top;
  width: 972px;
}

#logo_hpage a:hover {
  background : url(../gfx/header_hzhome_over.gif);
  display: block;
  height : 119px;
  margin-left : 0px;
  padding: 0px;
  vertical-align: top;
  width: 972px;
}

/* Kop vervolgpagina ROLLOVER */
#logo a {
  background : url(../gfx/header_hzhome.gif);
  display: block;
  height : 119px;
  margin-left : 0px;
  padding: 0px;
  vertical-align: top;  
  width: 972px;
}

#logo a:hover {
  background : url(../gfx/header_hzhome_over.gif);
  display: block;
  height : 119px;
  margin-left : 0px;
  padding: 0px;
  vertical-align: top;
  width: 972px;
  
}
/* /TAALSITE AANPASSEN: background: header_hzhome.gif en header_hzhome_over.gif */

/* TAALSITE AANPASSEN: background: header_cursus.gif en header_cursus_over.gif */
.cursuspage #logo a {
  background : url(../gfx/header_cursus.gif);
  display: block;
  height : 119px;
  margin-left : 0px;
  padding: 0px;
  vertical-align: top;  
  width: 972px;
}

.cursuspage #logo a:hover {
  background : url(../gfx/header_cursus.gif);
  display: block;
  height : 119px;
  margin-left : 0px;
  padding: 0px;
  vertical-align: top;
  width: 972px;
}

/* /TAALSITE AANPASSEN: background: header_cursus.gif en header_cursus_over.gif */

/* linkernavigatie */
/* TAALSITE AANPASSEN: background-image: backgr_menu.gif */

#hoofdnavigatie {
  background-image : url(../gfx/backgr_menu.gif);
  background-repeat: no-repeat;
  float : left;
  padding : 0px;
  margin-bottom: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-align: left;
  top : auto;
  vertical-align : top;
  width : 213px;
}

ul#hoofdnavigatie {
  background-image: url(../gfx/backgr_menu.gif);
  font-weight : bold;
  list-style-type: none;
  list-style-image: url(../gfx/list_item_left.gif);
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  text-align : left;
  text-indent : 87px;
  width : 213px;
}
/* /TAALSITE AANPASSEN: background-image: backgr_menu.gif */

ul#hoofdnavigatie a {  
  display: inline;
  float : left;
  margin: 0px;
  padding: 0px;
  text-decoration: none; 
  width: 213px;
}

ul#hoofdnavigatie li, ul#hoofdnavigatie li a {
  display: block;
  float : left;
  font-size : 1.0em;
  font-weight : bold;
  line-height : 51px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  text-indent : 87px;
  width: 213px;
}

/* TAALSITE AANPASSEN: background-image: menu_item_over.gif */
ul#hoofdnavigatie li a:hover, ul#hoofdnavigatie li.hierbenik, ul#hoofdnavigatie li.hierbenik a {
  background-image : url(../gfx/menu_item_over.gif);
  display: block;
  float : left;
  line-height : 51px;
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
  text-indent : 87px;
  width: 213px;
}

/* Teleac Talen logo */
ul#hoofdnavigatie li#nav7{
  display: block;
  float : left;
  line-height : 51px;
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
  text-indent : 87px;
  width: 213px;
  background-image : url(../gfx/menu_item_over.gif);filter:alpha(opacity=0);-moz-opacity:.0;opacity:.0;
}
/* /TAALSITE AANPASSEN: background-image: menu_item_over.gif */

/* overige navigatie */
.volgendepagina, .vorigepagina {
  font-size: 0.7em;
  font-weight : bold;
  margin : 0px 0px 10px 0px;
  padding : 0px 0px 5px 0px;
  width: 500px;
  text-indent : 100px;
 }

/* paginainhoud */
#inhoud {
  float: left;
  table-layout: fixed;
  min-height: 386px; /* werkt alleen onder firefox */
  margin: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 0px;
  padding-top: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: normal;  
  text-align: left;
  vertical-align: top;
  width: 660px;
  display: inline;
}

.homepage #inhoud {
  min-height: 406px;
}

.flash_base#inhoud {
  height: 404px;
  width: 732px;
}

/* TAALSITE: plattegrond op de homepage */
.flash_base_homepage object{
  height: 183px;
  width: 700px;
  margin-left: 16px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 8px;
  position: absolute;
  display: inline;
}

/* TAALSITE: flashobject test */
.quizpage .flashobject {
  height: 404px;
  width: 732px;
  margin-bottom: -12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -7px;
  padding: 0px;
  display: block;
  vertical-align: top;
}

/* TAALSITE: flashobject spelletjes */
.spellenpage .flashobject {
  height: 404px;
  width: 732px;
  margin-bottom: -12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -7px;
  padding: 0px;
  display: block;
  vertical-align: top;
}

/* TAALSITE: flashobject cursus */
.cursuspage .flashobject {
  height: 495px;
  width: 732px;
  margin-bottom: -12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -99px;
  padding: 0px;
  display: block;
  vertical-align: top;
}

/* TAALSITE: 4 swf's onderin op de homepage */
.flashobject_1 object {
  height : 117px;
  width: 155px;
  margin-left: 16px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 199px;
  position: absolute;
  display: inline;
}

.flashobject_2 object {
  height : 117px;
  width: 155px;
  margin-left: 198px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 199px;
  position: absolute;
  display: inline;
}

.flashobject_3 object {
  height : 117px;
  width: 155px;
  margin-left: 380px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 199px;
  position: absolute;
  display: inline;
}

.flashobject_4 object {
  height : 117px;
  width: 155px;
  margin-left: 562px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 199px;
  position: absolute;
  display: inline;
}

/* tekstkoppen */
/* TAALSITE AANPASSEN: color */

/* anker voor gebruikers die om een of andere reden geen stylesheet gebruiken, identificatie om meteen naar de eerste kop te springen om de content vd pagina weer te geven */
h1, h1#beginInhoud {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 16px;
  font-size: 1.1em;
  padding : 0px;
  color: #FF0000;
}

h1 a:link, h1 a:visited  {
  text-decoration: underline;
}

.content h1 {
  font-size: 1.1em;
}

/* cursuspage */
.cursuspage {
  height : 578px;
  width: 972px;
  margin: 0px;
  padding: 0px;
}

/* ivm .swf die alleen zichtbaar op de pagina moet zijn */
.cursuspage h1,
.cursuspage h2,
.cursuspage h3,
.cursuspage h4,
.cursuspage h5,
.cursuspage h6,
.cursuspage p,
.cursuspage .intro,
.cursuspage#extrainhoud {
  visibility: hidden;
  display: none;
}

/* quizpage */
.quizpage {
  height : 578px;
  width: 972px;
  margin: 0px;
  padding: 0px;
}

/* ivm .swf die alleen zichtbaar op de pagina moet zijn */
.quizpage h1,
.quizpage h2,
.quizpage h3,
.quizpage h4,
.quizpage h5,
.quizpage h6,
.quizpage p,
.quizpage .intro,
.quizpage#extrainhoud {
  visibility: hidden;
  display: none; 
}

/* spellenpage */
.spellenpage {
  height : 578px;
  width: 972px;
  margin: 0px;
  padding: 0px;
  background-color: #00cc00;
}

/* ivm .swf die alleen zichtbaar op de pagina moet zijn */
.spellenpage h1,
.spellenpage h2,
.spellenpage h3,
.spellenpage h4,
.spellenpage h5,
.spellenpage h6,
.spellenpage p,
.spellenpage intro,
.spellenpage#extrainhoud {
  visibility: hidden;
  display: none;
}

.talen_weetjes {
  height : 578px;
  width: 972px;
  margin: 0px;
  padding: 0px;
}

.texts {
  height : 578px;
  width: 972px;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 1.0em;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 16px;
  padding : 0px;
  color: #000066;
}

h3 {
  font-size: 0.9em;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 16px;
  padding : 0px;
}

h4 {  
  font-size: 1.0em;
  color: #000066;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 16px;
  padding : 0px;
}

/* /TAALSITE AANPASSEN: color */

h5 {  
  font-size: 0.9em;
  color: #333333;
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 16px;
  padding : 0px;
}

h6 {
  font-size: 0.9em;
  color: #666666;
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 16px;
  padding : 0px;
}

/* teksten */
p.intro {
  font-size: 1.0em;
  font-weight: normal;
  margin-bottom : 5px;
  padding-bottom : 5px;
  margin-left: 16px;
}

p {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  margin-left: 16px;
}

/* 'voor 'contentelementen' */
#extraInhoud {
  clear : left;
  float : right;
  margin : 0px;
  padding : 0px;
}

/* class voor specifieke definiering van 'extrainhoud' .speciaal kan nog  .citaat  .link of  .nieuws meekrijgen */
.speciaal {  
  display: table-cell;
  height: 112px;
  width: 150px;
  position: absolute;
  table-layout : fixed;
}

/* voor pagina onderdelen die qua inhoud duidelijk bij elkaar horen, kan apart vormgegeven worden, zie templates waar ze voorkomen */
.paginaelement {
  clear: both;
}

/* toevoeging H2 voor talenwebsites weetjes pagina */
/* TAALSITE AANPASSEN: color */

.paginaelement h2 {
  font-size: 1.0em;
  color: #FF0000;
  margin-top: 16px;
}


.paginaelement h3 {
  font-size: 1.0em;
  color: #000066;
  margin-top: 8px;
}
/* /TAALSITE AANPASSEN: color */

.paginaelement.stream {
  margin: 0px;
  font-size: 0.8em;
  width: 712px;
}

.paginaelement.stream p {  
  font-weight: normal;
}

.paginaelement.episode {
  margin: 0px;
  margin-bottom: 15px;
  padding: 0px 0px 10px 0px;
}

.paginaelement.episode h4 {
  font-size: 0.8em;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  text-decoration : underline;
}

.paginaelement.episode p.intro {  
  font-size: 0.8em;
  font-weight : normal;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

.paginaelement.episode li {  
  font-size: 0.8em;
  font-weight : normal;
  margin: 0px;
  margin-bottom : 5px;
  padding: 0px 0px 10px 0px;
}

.paginaelement.article, .paginaelement.article p {
  font-size: 0.8em;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  width: 712px;
  display: inline;
}


.paginaelement.article p.intro {
  font-size: 0.8em;
  font-weight : normal;
  padding: 0px 0px 10px 0px;
  color : #000000;
  display: inline;
}

/* voetermenu: bevat standaard een link naar home, contact, colofon, disclaimer en help */
#voettekst {
  clear: both;
  height: 42px;
  list-style-type: none;
  list-style-image: none;
  padding: 0px;
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 16px;
  text-align: right;  
  width: 972px;
  vertical-align: bottom;
}

/* TAALSITE AANPASSEN: background-image: bckgr_footer.gif */

#voettekst ul {
  background-image : url(../gfx/bckgr_footer.gif);
  height: 42px;
  width: 972px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 16px;  
  padding: 0px;
  word-spacing: 4px;
  vertical-align: bottom;
}
/* /TAALSITE AANPASSEN: background-image: bckgr_footer.gif */

#voettekst li, #voettekst li a {  
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight : bold;
  display: inline;
  height: 42px;
  width: 972px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px; 
  margin-right: 16px;  
  padding: 0px;
  word-spacing: 4px;
  vertical-align: bottom;
}

/* TAALSITE AANPASSEN: color */

#voettekst li a:hover {  
  color: #000000;
  text-decoration: underline;
}

#voettekst li.hierbenik a {  
  color: #000000;
}
/* /TAALSITE AANPASSEN: color */


div.copyright {
  font-size: 0.9em;
  color: #666666;
  font-weight: normal;
  text-align: left;
  margin: 0px;
  margin-top: 8px;
  margin-left: 20px;  
  padding: 0px;
}

/* siteSPECIFIEK: bij de cursussites zijn vragen opgenomen met een bijbehorend antwoord */
.vragen {
  font-size: 1.0em;
  margin : 0px 5px 5px 5px;
  padding : 0px 5px 5px 5px;
}

.antwoorden {
  background-color : #FFFFFF;
  color : #003366;
  font-size: 1.0em;
  margin : 0px 5px 5px 5px;
  padding : 0px 5px 5px 5px;
}

/* afbeeldingen */
a img {
  border : 0px;
}

.afbeelding p {
  clear: both;
  display: inline;
  font-size : 0.9em;
  vertical-align : top;
}

.afbeelding.groot.top {
  clear: both;
  float : right;
  padding : 0px;
  margin-left: 8px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

.afbeelding.groot.top p {
  clear: left;
  float: left;
}

.afbeelding.medium.links {
  clear: right;
  float: left;
  padding : 0px;
  margin: 0px;
  margin-right: 8px;
}

.afbeelding.medium.links p {
  clear: right;
  float: left;
}

.afbeelding.medium.rechts {
  float: right;
  padding: 0px;
  margin: 0px;
  margin-left: 8px;
}

.afbeelding.medium.rechts p {
  clear: both;
  float : left;
}

.afbeelding.medium {
  display: inline;
  float : right;
  padding : 0px;
  margin: 0px;
}

.afbeelding.medium p {
  display: inline;
}

.afbeelding.klein.links {  
  clear: right;
  float: left;
  padding : 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-top: 8px;
  height: 38px;
  width: 51px;
}

.afbeelding.klein.links p {
  clear: right;
  float: left;
  padding : 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 3px;
  margin-top: 8px;
  height: 38px;
  width: 51px;
}

/* afbeeldingen TAALSITE weetjes */
.afbeelding_talenweetjes_links {
  padding-left: 16px;
  padding-bottom: 24px;
  padding-right: 0px;
  padding-top: 0px;
}

/* toevoeging voor Mobiel 231208 */
img.icoon {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  width: 202px;
  vertical-align: -53px;
}

ul.links li {
  list-style: none;
  list-style-image: none;
}

