/** BASIC */

body {
    margin: 0px;
    padding: 0px;
    
}

/** FORMS */             

form {
    margin: 0px;
    padding: 0px;
}

.okay {
color: #000000;
}
.not_okay {
color: Red;
font-weight : bold;
}

#container {
background: #FFFFFF url(vba-images/header_bg.gif) no-repeat 50% 0; 
padding-bottom:25px;  
}
/** HEADINGS */
/** HEADINGS */

h1,h2,h3 {
font-family: Arial,Verdana, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
color:#4ca4d3; 
line-height: 100%;     
font-weight: bold;    
}

h1 {
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    padding-left:35px; 
    padding-top:21px;  
    background: url(vba-images/sign.jpg) no-repeat left bottom; 
   
}

h2 {
    margin: 0px 0px 5px 0px;
    font-size: 12px;
}

h3 {
    font-size: 14px;
    color: #84b135;     
    margin: 0px 0px 5px 0px;  
}

h4 {
    font-size: 12px;
    color: #84b135;     
    margin: 0px 0px 5px 0px;  
}

/** TEXTS */

body, th, td, input, textarea, select {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #737373;
    font-weight: normal;
    line-height: 170%; 
}
input {
  line-height: 100%;  
}

.sendbutton {
  line-height: 100%;
  background: url(vba-images/bladeren.jpg) no-repeat left bottom;
  height:40px;
  width:146px;
  margin:0px 0px 12px 0px;
  padding:10px 0px 0px 60px;
  border:none;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  color:#FFF;
}


p, blockquote, ol, dl {
    margin-top: 0px;
    margin-bottom: 1em;
    line-height: 170%;
}

/** LINKS */

a {
    color: #4ca4d3;
    font-weight: bold; 
}

a:hover {
    text-decoration: none;
}




/** BACKGROUNDS */

img { border: none; }

img.left {
    float: left;
    margin: 0px 15px 0px 0px;
}

img.right {
    float: right;
    margin: 0px 0px 0px 15px;
}


/** PAGE */

#content {
height:100%;
width:773px;      
}


#content .inhoud { 
padding-right:20px;         
padding-left:18px;
padding-top:15px;
padding-bottom:1px;
background : url(vba-images/content_right_bg.jpg) no-repeat top right;
border-right: 1px solid  #E1E4ED;
border-left: 1px solid  #E1E4ED; 
min-height: 481px;
margin:0;
}
 #content .inhoud b, #content .inhoud strong {     
 color: #575757;
 font-weight: bold;
 }

 #content .inhoud a {
    margin: 0px 0px 15px 0px;
    padding-right:35px;     
    background: url(vba-images/a_pijltje.jpg) no-repeat right center;  
}         
 
 
.two-columns {

}

.two-columns .column1 {
    float: right;
    width: 774px; 
    height:100%;
    background : #FFFFFF url(vba-images/content_bottom_bg.jpg) no-repeat bottom left; 
}

.two-columns .column2 {
    float: left;
    width: 205px
    padding-left: 0px;
    height:595px; 
    background :  url(vba-images/menu_left_bg.jpg) no-repeat top left;   
    
}

/** FOOTER */

#footer {
  
    width: 773px;
    height: 25px;
    margin: 0;
    padding:0;
    line-height: 100%;
   
    font-size: 10px;
    text-align: left;                     
    color: #989898; 
    font-weight: bold;
    background: url(vba-images/footer_bg.gif) no-repeat left bottom; 
}

#footer .copyright {
      float:left;
      margin: 0px;
     margin-top:8px;   
    text-align:left;
     padding-left:17px;  
     font-size: 10px;   
}

#footer .buildby {
float:right;
    margin: 0px;
      margin-top:8px;
      margin-right:35px;  
    text-align:right;
    
}

/* splitsen column one in twee gedeeltes dmv een table structuur */
#content A.pdf {
    padding: 2px 0px 0px 25px;
    background: url(http://www.excelspecialist.nl/icoons/pdf.jpg) no-repeat left bottom;
}
#content A.xls {
    padding: 2px 0px 0px 25px;
    background: url(http://www.excelspecialist.nl/icoons/xls.jpg) no-repeat left  bottom;
}
#content A.doc {
    padding: 2px 0px 0px 25px;
    background: url(http://www.excelspecialist.nl/icoons/doc.jpg) no-repeat left  bottom;
}
#content A.txt {
    padding: 2px 0px 0px 25px;
    background: url(http://www.excelspecialist.nl/icoons/txt.jpg) no-repeat left  bottom;
}
#content A.zip {
    padding: 2px 0px 0px 25px;
    background: url(http://www.excelspecialist.nl/icoons/zip.jpg) no-repeat left  bottom;
}



