/* basic elements */
html {
    margin: 0;
    padding: 0;
}

body { 
    margin: 0 auto;
    width: 960px;
}

body, html {
    width: 100%;
    height: 100%;
}


/*boxmodel*/
#container {                                    /*total container to centre the site 960 grid*/
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: auto;
    background: url(../_img/bg_container.png) repeat-y top center;
}

#content_container {                            /* container in which content is placed 940 grid */
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 940px;
    height: auto;
}

#logo {                                         /* first row with vrdt logo */
    height: 50px;
    width: inherit;
    background: url(../_img/top_logo.gif) no-repeat top left #990891;
}

#impression {
    height: 200px;
    width: inherit;
} 

#navigation {                                   /* second row with navigation menu */   
    width: inherit;
    height: 30px;
    background-color: #990891;
}

#content_column {
    float: left;
    width: 620px;
    height: auto;
    margin-bottom: 50px;
}

#content_1column {                              /* when only one column is required */
    position: relative;
    width: 860px;
    height: auto;
    margin: 0 auto;
}

#project_column {                               /* second column with projects grid 300px */
    float: right;
    width: 260px;
    height: auto;
    margin: 50px 0 0 0;
    background-color: #5d1059;
    
}

#footer {
    clear: both;
    height: 20px;
    background-color: #990891;
    color: #fff;
}

/* NAVIGATION */
ul#nav {
    padding: 0;
    margin: 0 0 0 20px;
    float: left;
}

ul#nav li { 
    display: inline; 
}

ul#nav li a {
  color: #fff;
  text-decoration: none;
  float: left;
  padding: 0 20px;
  height: 30px;
  line-height: 30px; 
  border-right: 1px solid #fff;
  font-family: sans-serif, 'Segoe IU';
  background-color: #990891;
  font-size: 16px;
/*  font-weight: bold;*/
}


ul#nav li a:hover {
    color: #990891;
    background-color: #fff;
}

ul#nav li a.active {
    color: #990891;
    background-color: #fff;
}

/* CONTENT COLUMNS */
#content {
    position: relative;
    margin-top: 40px;
    margin-left : 40px;
    width: 560px;
    font-weight:normal;
    font-size: smaller;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2em;
}

#contentOne {
    position: relative;
    margin-top: 40px;
    margin-left : 40px;
    width: 780px;
    font-weight:normal;
    font-size: smaller;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2em;
}

#project {
    position: relative;
    margin: 20px;
    width: 200px;
    font-weight:normal;
    font-size: smaller;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    text-align: justify;
    color: #fff;
/*    margin-bottom: 200px;*/
}

/* PROJECTEN OVERZICHT */
ul.calender {
    margin: 0;
    padding: 5px;
    width:200px;
    list-style: inside;
}

ul.calender li {
    margin:0;
    padding: 0;
}

#content_column img {
    position:absolute;
    bottom: 0;
    right: 0;
}
/* INSTELLINGEN OVERIG */
#project p span {
    font-weight: bold;
    font-family: 'Segoe UI';
    color: #fff;
}

#project p.readmore {
    clear: both;
    float: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#project p.readmore a, #project a {
    text-decoration: underline;
    color: #fff;
}

#footer p {
    font-size: .8em;
    padding: 0;
    margin: 0 0 .1em 50px;
}

#footer p a {
    text-decoration: none;
    color: #fff;
}

h2 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:large;
    text-align: center;
}

h1, h2, h3, h4 {
    color: #990891;
    display: block;
    float: none;
    clear: both;
}

img.impressie {
    padding: 10px;
    float: left;
    width: 250px;
    height: 165px;
}

/* BUZZCLOUD */
.a1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 14px 10px 4px;
    line-height: 2em;
}

.a2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #990981;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 14px 10px 4px;
    line-height: 2em;
}

/***************form settings*********************************/
fieldset {
    clear: both; 
    float: left; 
    width: 600px;  
    margin: 0 0 1.5em 0;  
    padding: 1em 0;  
    border: 1px solid #BFBAB0;  
    background-color: #F2EFE9; 
    color: #1f697e;
    font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
    border-style: none;
}

fieldset ul, fieldset p {
    padding: 1em 1em 0 0;
    list-style: none;
}

fieldset li {
    padding-bottom: 1em;
}

fieldset.submit {
    border-style: none;
    text-align: center;
    background-color: transparent;
}

legend {  
    margin-left: 1em;  
    padding: 0;  
    color: #000;  
    font-weight: bold; 
}

label {
    position: relative;
    float: left;
    width: 13em;
    margin-right: 1em;
    margin-left: 5em;
}

label em {
    position: absolute;  
    left: 12em;  
    top: 0;  
}

button {
    background-color: transparent;
    border: none;
    float: right;
}

input.button {
    color: #fff;
    background-color: #990981;
    font-weight: bold;
    padding: .2em;
    border-top: solid 1px #fff;
    border-right: solid 2px #789;
    border-bottom: solid 2px #789;
    border-left: solid 1px #fff;
}

p {
    clear: both;
    float: none;
}
