/* Stylesheet importeren */
@import url("style.css");

html, body {
   margin            : 0px;
   padding           : 0px;
   text-align        : center;
   height            : 100%;
   font-family       : Arial, Tahoma, Verdana, sans-serif;
   font-size         : 11px;
   color             : #000000;   
}

/* Standaard opmaak */

p {
   font-family       : Arial, Tahoma, Verdana, sans-serif;
   font-size         : 12px;
}

h1 {
   color: #5AB21E;
}
h2 {
   color: #5AB21E;
}
h2.bigRed {
   font-size: 15px;
}
table, td {
   font-family       : Arial, Tahoma, Verdana, sans-serif;
   font-size         : 12px;
   color          : #000000;
}

#container  {
   margin            : 0 auto;
   height            : auto;
   text-align        : left;
   padding-bottom: 10px;   
}
#middle {
   margin            : 0 auto;
   height            : auto;
   width          : 818px;
   background        : url("../_images/container_back.jpg") repeat-y;
   margin-left       : 28px;
   text-align        : left;
}

#container #bottom   {
   background-color: #fff;
   display: block;
   height: 30px;
   margin: 0px 12px;
}

#container #main{
   margin            : 0 auto;
   height            : auto;
   width          : 818px;
   background        : url("../_images/container_back.jpg") repeat-y;
   text-align        : left; 
   margin-left       : 28px;
}

#adSenseAddsHome {
   margin:           0px 28px 0px 28px;
   padding:          12px 0px 20px 25px;
   height:           92px;
   background-color: #fff;
   text-align:       left;
}

.wrAdsense
{
   margin: 0px;
   margin-top: 4px;
   margin-bottom: 12px;
   padding: 0px;
   text-align:       left;
   width: 120px;
font-family:arial,sans-serif;
}


h2.wrAdsense
{
   color: black;
   font-family: arial;
   font-size: 11px;
   font-weight: bold;
}

h2.wrAdsense span
{
   font-size: 13px;
}

.wrAdsense p
{
   margin: 0px;
   padding: 0px;
   color:#000000;
   display:block;
   font-size:13px;
   line-height:16px;
   cursor:pointer;
}

.wrAdsense h3
{
   font-family:arial,sans-serif;
   color:#C70015;
   font-size:13px;
   font-weight:bold;
   line-height:15px;
   text-decoration: underline;
   margin: 0px;
}

.wrAdsense a
{
   color:#B72E32;
   font-size:10px;
   margin:0px;
   line-height: 20px;
}

#adSenseAddsSkyscraper {
   margin: -left:30px;
   margin-top: 4px;
   margin-bottom: 12px;
   padding: 0px;
   width:            120px;
   height:           600px;
   text-align:       left;
}
#adSenseAddsAcademy {
   position:         relative;
   height:           90px;
   width:            772px;
   background-color: #fff;
   text-align:       center;
   margin:           23px 0px 0px 16px;
   z-index:          1000;
}
@media print
{
   #bottom
   {
      display: none;
   }
}  

/** Scripties **/
form#scriptie {
   width:340px;
}
form#scriptie label {
   display:block;
   width: 125px;
   margin-bottom:3px;
   float:left;
}
form#scriptie textarea {
   width: 315px;
}
form#scriptie input {
   margin-bottom:3px;
}
div.scriptie {
   padding:5px;
}
div.scriptie h3{
   font-size:18px;
}
a.uploadScriptie {
   background-image:url("../_images/scriptie_uploaden.gif");
   background-repeat:no-repeat;
   width:144px;
   height:25px;
   display:block;
   text-decoration:none;
   margin:-5px -25px 0px 0px;
   float:right;
}
a.scriptiesBekijken {
   background-image:url("../_images/scripties_bekijken.gif");
   background-repeat:no-repeat;
   width:144px;
   height:25px;
   display:block;
   text-decoration:none;
   margin:-5px -25px 0px 0px;
   float:right;
}
a.downloadScriptie {
   background-image:url("../_images/download_scriptie.gif");
   background-repeat:no-repeat;
   width:144px;
   height:25px;
   display:block;
   text-decoration:none;
}
.hidden {
   visibility:hidden;
}
ul.errors {
   margin:0px 0px 18px 0px;
   padding:0px;
   list-style-type:none;
}
ul.errors li {
   display:block;
   color:#C40014;
   background-image:url("../_images/error.gif");
   background-repeat:no-repeat;
   padding-left:18px;
   font-weight:bold;
   margin:2px 0px 0px 0px;
}
input#sendUpload {
   margin-top:5px;
}
input#scriptieFile {
   margin-top:3px;
}
/** PAGINATION **/
div.pagination {
   padding:5px;
   text-align:left;
   margin:10px 0px 20px 0px;
}
div.pagination .previous { 
   float:left;
}
div.pagination .next {  
   float:right;
}
div.pagination span.disabled {
   
}
div.greyBar {
   height:31px;
   background-color:#F2F2F2;
   margin:10px 0px 10px 0px;
   border-bottom:1px solid #666666;
}
div.greyBar h2 {
   color:#B72E32;
   padding:5px 0px 0px 10px;
   float:left; 
}
div.greyBar .pageCounter{
   float:right;
   margin:7px 10px 0px 0px;
   font-weight:bold;
}
div.greyBarSearch {
   height:31px;
   background-color:#F2F2F2;
   margin:40px 0px 10px 0px;
   border-bottom:1px solid #666666;
}
div.greyBarSearch h2 {
   color:#B72E32;
   padding:5px 0px 0px 10px;
   float:left; 
}
div.greyBarSearch .pageCounter{
   float:right;
   margin:7px 10px 0px 0px;
   font-weight:bold;
}

label.zoeken  {
   font-weight:bold;
   float:left;
   display:block;
   padding-top:5px;
}
div.alternateColor1 {
   background-color:#fff;
}
div.alternateColor2 {
   background-color:#F5F5F5;
}
div.formColumn {
   float:left;    
}
div.uploadDescription {
   float:left;
   width:250px;
}
div.uploadDescription p {
   margin:0px 0px 10px 0px;
}
div.uploadForm {
   float:left;
   margin-left:50px;
}
a.nieuwsOverzicht {
   display:block;
   background-image:url("../_images/nieuws_overzicht.gif");
   width:145px;
   height:26px;
   margin-top:-18px;
   position: absolute; 
   margin-left: 0px; 
   margin-top: -40px;
}
.noborder, .noborder:hover {
   border:none;
   text-decoration:none;
}
.noborder img{
   border:none;
}
div.directSolliciteren {
   padding-bottom: 10px;
}
div.directSolTop {
   float: left;
   margin-bottom: 10px;
}
div.spacer {
   height: 10px;
   margin-bottom: 20px;
}
