body {
  background-color: #ffffff;    
}

.header {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}

div {
  font-family: arial;
  font-size: 12px;
}

#container {
    width: 904px;
    margin: 0px auto;    
}

#top {
    width: 904px;
    height: 21px;
}

#top_menu {
    float: left;
    position: relative;
    left: 280px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    font-size: 12px;
}

    #top_menu a{
    color: #df0000;
    text-decoration: none;
    }
    
    #top_menu a:hover{
    color: #000;
    }

#header {
    width: 904px;
    height: 92px;
}
    #header #new_prod {
        width: 113px;
        height: 92px;
        position: relative;
        left: 678px;
    }

#spacer {
    width: 904px;
    height: 10px;
}
    
#menu {
    /* height: 565px; */
    width: 113px;
    float: left;
    font-size: 11px;
    padding: 10px 0px 0px 10px;
}
  #menu a { 
      text-decoration: none; 
      color: #000000; 
      font-weight: normal; 
      display: block; 
      width: 100%;
      cursor: pointer; 
  }
  
  #menu a:hover { 
    color: #df0000;
  }

#content {
    /* height: 565px; */
    width: 781px;    
    float: left;
}

#content_text {
    /*height:430px;
     overflow:auto;   
    */
    float: left;
    width: 452px;
    margin: 0px 0px 113px 113px;    
}

#login {
  float: left;
  width: 190px;
  padding: 10px;
  /* height: 520px;  /* zorg dat bg niet te hoog komt */
  height: 620px;  /* zorg dat bg niet te hoog komt */
}

#content_margin {
  width:100%; 
  height: 100%; 
  padding: 5px;
}

#breadcrumb {
  width:100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;   
}

    #breadcrumb a{
        letter-spacing: 0.5px;
        color: #888888;
        font-size: 11px;
        text-decoration: none;
    }
    #breadcrumb a:hover{
        text-decoration: underline;
    }
    #breadcrumb img{
        margin-bottom: 1px;
    }

.blocks {
    float: left;
    width: 113px;
    height: 113px;
}

.home_blocks {
    float: left;
    width: 226px;
    height: 226px;
}

/* 
#######################################################################
FORMS
#######################################################################
*/
input {
font-family: Arial;
font-size: 11px;
padding: 0px;
margin: 0px;
color: #000000;
background: #ffffff;
border: 1px solid #84b600;
}

input.login {
font-family: Arial;
font-size: 11px;
padding: 0px;
margin: 0px;
color: #000000;
background: #ffffff;
border: 1px solid #000000;
cursor: pointer;
}

textarea {
font-family: Arial;
font-size: 11px;
padding: 0px;
margin: 0px;
color: #000000;
background: #ffffff;
border: 1px solid #84b600;
overflow: auto;
}

select {
font-family: Arial;
font-size: 11px;
padding: 0px;
margin: 0px;
color: #000000;
background: #ffffff;
border: 1px solid #84b600;
overflow: auto;
}

/* 
#######################################################################
LINKS
#######################################################################
*/
a { 
/*color: #eb782d;*/ 
color: #df0000;
text-decoration: underline;
}

a:hover { 
text-decoration: none;
}

a.top_menu { 
color: #ffffff;
font-weight: bold; 
text-decoration: none;
font-size: 18px;
}

a.top_menu:hover { 
color: #ffec00; 
}

a.login { 
color: #000000; 
text-decoration: none;
font-size: 12px;
}

a.login:hover { 
color: #df0000; 
}

/* 
#######################################################################
MENU
#######################################################################
*/

.level1 {
 height: 20px;
 font-weight: normal;
 font-size: 12px; 
}

.level2 { 
 border-top: 0px; 
 font-weight: normal; 
 font-size: 11px;
} 



