/* CSS Document - Faasautomatisering*/

html,body {
    margin: 0;
    padding: 0;}

body {
    color: #000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 120%;
    background-color: #cccccc;
    margin-top: 20px;
    margin-bottom: 20px;}

/* standaard html tags */
a {
    text-decoration: underline;
    font-weight: bold;
    color: #cf1515;}

a:hover {
    text-decoration: none;}

h1 {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12x;
    line-height: 30px;
    color: #cf1515;
    font-weight: bold;}

/* horizontaal centreren van de site */
.center_all {
    margin-left: auto;
    margin-right: auto;
    width: 892px;
    text-align: center;
    background-color: #fff;}

/* top */
.header {
    width: 889px;
    margin-bottom: 0px;
    text-align: middle;
    background-color: #fff;
    color: #cf1515;
    border-left: 10px solid #cf1515;
    border-right: 10px solid #cf1515;
    border-top: 10px solid #cf1515;}

/* stuk onder de header en boven de footer */
.middle {
    float: left;
    display: block;
    width: 899px;
    border-right: #cf1515 solid 10px;
    background-color: #fff;}

/* navigatie */
.left {
    width: 115px;
    float: left;
    bottom: 0px;
    min-height: 100%;
    height: 450px;
    text-align: center;
    background-color: #000000;
    border-left: 10px solid #cf1515;}

#hmenu{    
    border-top: 3px solid #cf1515;
    padding-top: 50px;
    bottom: 0px;
    padding-left: 2px;
    width: 104px;
    background-color: #000000;}

#hmenu a{  
    font: bold 17px Verdana;
    padding: 0px;
    padding-left: 4px;
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
    border-bottom: 2px solid #cf1515;}
html>body #hmenu a
{    width: auto;}
#hmenu a:hover
{   background-color: white;
    color: #cf1515;}

/* midden van content */
.center {
    width: 774px;
    float: left;}

/* content */
.content {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    width: 734px;
    float: left;
    display: block;
    line-height: 28px;
    text-align: left;
    overflow: auto;
    height: 430px;}

.content img{
    border: 0px;}

/* footer */
.footer {
    text-align: center;
    float: left;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: black; 
    width: 909px;
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #cf1515;}
