/* ------------------------------------ *
 stylesheet schooltv
 start 13/02/2009
 laatste aanpassing: 13/02/2009
 * ------------------------------------ */

#container /* OK */
{
 position: relative;
 min-height: 100%;
 height:auto !important; /* voor moderne browsers */
 height:100%; /* voor IE */
 background: url(../images/bg_schooltv.jpg) no-repeat top center;
 width: 1003px;
 margin: 0 auto;
 text-align: left;
 z-index: 2;
 padding-bottom: 10px; /* ruimte onderaan maken */
}

/* actieve stijl voor subonderdeel navigatiekolom */

#start #navLeft .start a,
#peuters #navLeft .peuters a,
#primair #navLeft .primair a,
#voortgezet #navLeft .voortgezet a,
#bestelinfo #navLeft .bestelinfo a,
#bestellijst #navLeft .bestellijst a
{
 color: #000;
 font-weight: bold;
 background: url(../images/kruisje_rood.png) no-repeat center right !important;
 background: url(../images/kruisje_rood.gif) no-repeat center right;
 padding-right: 20px;
}

#fiche
{
 border: 0px solid black;
 margin-bottom: 20px;
}

#fiche #text
{
 width: 460px;
 margin-top: 30px;
}

#fiche #text p
{
 font-size: 90%;
 width: 460px;
 margin-left: 20px;
 text-align: left;
}

#fiche #text h3
{
 color: #fab234;
 font-weight: bold;
 text-align: left;
 margin-top: 10px;
 margin-left: 20px;
}

#fiche #text ul
{
 width: 460px;
 font-size: 90%;
}

#fiche #text li
{
 list-style-type: circle;
 margin-left: 60px;
}

#fiche .beeld
{
 width: 120px;
 float: right;
 margin-left: 30px;
 margin-top: 2em;
}

#page h2 a
{
 font-size: 90%;
 font-weight: normal;
}

input
{
 width: 300px;
}

input.aantal
{
 width: 30px;
 margin: 5px;
}

input.submit, input.radio, input.check
{
 width: auto;
}

input.check
{
 float: left;
 margin-right: 1em;
}

table
{
 width: 100%;
 border-collapse: collapse;
}

td, th
{
 border-bottom: solid 1px #ccc;
 border-right: solid 1px #ccc;
}

td.last, th.last
{
 border-right: 0;
}

td
{
 padding: 3px;
 font-size: 90%;
}

th
{
 color: #c0012a;
 font-size: 110%;
 padding: 3px;
}

h1.logo
{
 background: url(../images/schooltv.gif) no-repeat 425px 3px;
}

.info
{
 border: 0;
}

ul.materiaallijst
{
 list-style-type: circle;
}

ul.materiaallijst li
{
 color: #f38200;
 font-size: 110%;
 font-weight: bold;
}

ul.materiaallijst li a
{
 font-weight: normal;
}

