/*  Marganza. Internet, vormgeving en automatisering.
        Zwet 32
        9932 AB  Delfzijl
        T. +31 596 - 635 460
        F. +31 596 - 635 469
        E. info@marganza.nl
        I. www.marganza.nl
        The Netherlands */
        
        
        
/* LET OP!!!
    Sifr h1, h2, h3 en h6
    PNG hack ie6
    Dropdown menu, menu centreren, daarnaast moet het laatste item ook nog een border rechts
    j-query voor teasers en referenties
*/      
        
        
        
        

body {
    margin: 0px auto 0px auto;
    text-align: center;
    background-color: #d5d5d0;
}

#top {
    margin: 0px auto 0px auto;
    text-align: center;
    width: 100%;
    background-color: #f4f5ef;
    float: left;
}

#container {
    margin: 0px auto 0px auto;
    background-color: #FFFFFF;
    width: 900px;    
}

#headerContainer {
    float: left;
    width: 900px;
    height: 350px;
    background-image: Url("../images/header_bg.gif");
    background-repeat: no-repeat;
    position: relative;
}

#headerTop {
    float: left;
    width: 900px;
    height: 75px;
    position: relative;
}

#topMenu {
    float: left;
    left: 35px;
    top: 21px;
    width: 170px;
    height: 45px;
    position: relative;
}

#fontScale {
    float: left;
    background-image: Url("../images/font-scale.gif");
    background-repeat: no-repeat;
    width: 35px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

#items a {
    position: relative;
    height: 30px;
    font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #000000;
    line-height: 18px;
    text-decoration: none;
    float: left;
}

#items a:hover {
    text-decoration: none;
    color: #c6020a;
}

#items ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#items ul li {
    float: left;
}

#slogan {
    float: left;
    left: 40px;
    top: 25px;
    width: 665px;
    height: 50px;
    text-align: right;
    position: relative;
}

#headerImage {
    float: left;
    width: 900px;
    height: 215px;
    position: relative;
}

#logo {
    position: absolute;
    background-image: Url("../images/nivi_logo.jpg");
    background-repeat: no-repeat;
    left: 24px;
    width: 175px;
    height: 100px;
    cursor: pointer;
}

#mainMenu {
    position: relative;
    width: 850px;
    height: 35px;
    text-align: center;
    float: left;
}

#mainMenu a {
    height: 35px;
    font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 35px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #c6020a;
    float: left;    
}

#mainMenu a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-image: Url("../images/menu_button.gif");
    background-repeat: no-repeat;
}

#mainMenu a.current {
    text-decoration: none;
    color: #FFFFFF;
    background-image: Url("../images/menu_button.gif");
    background-repeat: no-repeat;
}

#mainMenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#mainMenu ul li {
    float: left;
}

#mainMenu li ul {
    position: absolute;
    display: none;
    background: #E6020A url('../images/subMenuBG.gif') left bottom repeat-y;
    list-style-type: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
    border-bottom: 5px solid #C6020A;     
    top: 34px;
    width: 185px;
}

#mainMenu li ul a {
    color: #FFFFFF;
    float: right;
    display: block;    
    width: 140px;
    font-size: 10px;
    text-transform: none;
    font-weight: normal;
    border-width: 0px;
    border-top: 1px solid #C6020A;
    text-align: left;
    height: auto;    
    line-height: 29px;
}

#mainMenu li ul a:hover {
    font-weight: bold;
    background-image: none;
}   

#mainMenu li ul a.current {
    font-weight: bold;
    background-image: none;
}   

#mainMenu li ul li ul {
    display: block;
}   

#mainMenu li ul li {
    clear: both;
    float: none;    
    text-align: left;    
    padding: 0px;
    margin: 0px;
    background-image: none;
}   

#mainMenu li:hover ul,#mainMenu li.over ul { 
    display: block;
    clear: both;
}

#contentContainer {
    background-image: Url("../images/content_bg.gif");
    background-repeat: repeat-y;
    width: 900px;
  float: left;
}

#contentContainerImage {
    background-image: Url("../images/workers.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 900px;
  float: left;
}

#breadCrump {
    background-color: #FFFFFF;
    margin-left: 25px;
    width: 850px;
    height: 35px;
    font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #939598;
  text-decoration: none;
  line-height: 35px;
  text-align: left;
  overflow: hidden;
  float: left;
}

#breadCrump a {
    color: #939598;
    text-decoration: underline;
}

#breadCrump a:hover {
    color: #939598;
    text-decoration: none;
}

#contentLeft {
    margin-left: 25px;
    width: 525px;
  float: left;
}

#content {
    width: 525px;
    font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 16px;
  text-align: left;
  float: left;
}

#content a {
    color: #e6020a;
    text-decoration: underline;
}

#content a:hover {
    color: #e6020a;
    text-decoration: none;
}

#bufferOne {
    position: relative;
    width: 525px;
    height: 25px;
    float: left;
}

#teaserContainer {
    position: relative;
    width: 525px;
    height: 170px;
    float: left;
}

#teaserOne {
    position: relative;
    width: 250px;
    height: 170px;
    float: left;
    cursor: pointer;
}

#title {
    position: relative;
    background-image: Url("../images/title_bg.jpg");
    background-repeat: no-repeat;
    width: 250px;
    height: 35px;
    text-indent: 5px;
    overflow: hidden;
    float: left;
}

#image {
    position: relative;    
    background-repeat: no-repeat;
    width: 250px;
    height: 75px;
    overflow: hidden;
    float: left;
}

#contentPreviewBg {
    position: relative;
    background-color: #e9e8e8;
    width: 250px;
    height: 60px;
    float: left;
}

#contentPreview {
    position: relative;
    top: 5px;
    left: 5px;
    width: 240px;
    height: 50px;
    overflow: hidden;
    font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 16px;
  text-align: left;
  float: left;
}

#contentPreview a {
    color: #e6020a;
    text-decoration: underline;
}

#contentPreview a:hover {
    color: #e6020a;
    text-decoration: none;
}

#teaserTwo {
    position: relative;
    left: 25px;
    width: 250px;
    height: 170px;
    float: left;
    cursor: pointer;
}

#bufferTwo {
    position: relative;
    width: 525px;
    height: 25px;
    float: left;
}

#referenties {
    position: relative;
    width: 525px;
    height: 110px;
    float: left;
}

#referentiesTitle {
    position: relative;
    width: 525px;
    height: 35px;
    float: left;
}

#refOne {
    position: relative;
    background-image: Url("../images/ref_bg.gif");
    background-repeat: no-repeat;
    width: 150px;
    height: 85px;
    float: left;
    cursor: pointer;
}

#refTwo {
    position: relative;
    background-image: Url("../images/ref_bg.gif");
    background-repeat: no-repeat;
    left: 37px;
    width: 150px;
    height: 85px;
    float: left;
    cursor: pointer;
}

#refThree {
    position: relative;
    background-image: Url("../images/ref_bg.gif");
    background-repeat: no-repeat;
    left: 74px;
    width: 150px;
    height: 85px;
    float: left;
    cursor: pointer;
}

#bufferThree {
    position: relative;
    width: 525px;
    height: 15px;
    float: left;
}

#contentRight {
	margin-left: 60px;
    width: 255px;
  float: left;
}

#actueel {
    position: relative;
    width: 255px;
    font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 16px;
  text-align: left;
  float: left;
}

#actueel table {
	border-collapse: collapse;
}	

#actueel a {
    color: #000000;
    text-decoration: underline;
}

#actueel a:hover {
    color: #e6020a;
    text-decoration: none;
}

#actueel span,th {
    color: #e6020a;
    font-weight: normal;
}

#actueel ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#actueel ul li {
    float: left;
    clear: both;
}

#spacer {
    position: relative;
    width: 255px;
    height: 25px;
  float: left;
}

#contact {
    position: relative;
    width: 255px;
    font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 16px;
  text-align: left;
  float: left;
}

#contact a {
    color: #000000;
    text-decoration: underline;
}

#contact a:hover {
    color: #e6020a;
    text-decoration: none;
}

#contact span {
    color: #e6020a;
}

#contact ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#contact ul li {
    float: left;
    clear: both;
}

#bufferRight {
    position: relative;
    left: 0px;
    width: 255px;
    height: 100px;
  float: right;
}



#footerWrap {
    margin: 0px auto 0px auto;
    width: 900px;       
}   

#footer {
    text-align: center;
    height: 200px;
    background-color: #414142;
    width: 900px;
    float: left;
}

#footerContainer {
    position: relative;
    top: 25px;
    left: 25px;
    width: 850px;
    float: left;
}

#marganza {
    position: relative;
    font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 25px;
  text-align: left;
    width: 275px;
    height: 50px;
    float: left;
}

#marganza a {
    color: #FFFFFF;
    text-decoration: none;
}

#marganza a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#linkBlockBg {
    position: relative;
    background-image: Url("../images/footer_bg.gif");
    background-repeat: no-repeat;
    min-height: 125px;
    width: 575px;
    float: left;
}

#linkBlock {
    position: relative;
    left: 10px;
    font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
    width: 400px;
    float: left;
}

#linkBlock a {
    color: #FFFFFF;
    text-decoration: none;
}

#linkBlock a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#linkBlock ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#linkBlock ul li {
    float: left;
    clear: both;
}

#contactTwo {
    position: relative;
    left: 35px;
    font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
    width: 130px;
    float: left;
}

#contactTwo a {
    color: #FFFFFF;
    text-decoration: none;
}

#contactTwo a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#contactTwo ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: both;
}

#contactTwo ul li {
    float: left;
}




p {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-family: Futura Medium;
    font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 23px;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 10px;
}

h1 span {
  color: #e6020a;
}

#teaserContainer h2 {
	color: #FFFFFF;
	line-height: 6px;
	font-size: 18px;
}	

h2 {
    font-family: Futura Medium;
    font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 15px;  
}

h2.newsTitle {
	border-top: 1px dashed #CCCCCC;
	line-height: 5px;
	padding-top: 15px;
}	

h3 {
    font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 15px;
  margin-top: 10px;  
}

h4,#contact h3 {
    font-family: Futura Medium;
    font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 10px;
}

h4 span {
  color: #e6020a;
}

h6 {
    font-family: Futura Medium;
    font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 15px;
  margin-top: 8px; 
}

p.formError {
    color: #E6020A;
    font-weight: bold;
}

ul {
	font-size: 10px;
	margin: 0px;
	margin-left: 15px;
	list-style-type: square;
	padding: 0px;
}

ul ul {
	margin-left: 30px;
}	

table {
    border-collapse: collapse;
}

th,td {
    font-size: 10px;
    text-align: left;
    vertical-align: top;
}

table.photos {
	border-collapse: separate;
}	

table.photos img {
	border-width: 1px;
}

table.photos td {
	width: 90px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}	

table.form th {
    width: 100px;
    color: #000000;
}

form {
    margin: 0px;
    padding: 0px;
}

.formTextField {
    font-family: verdana, arial;
    font-size: 10px;
    color: #000000;
    border: 1px solid #414142;
    padding: 3px;
}

.formButton {
    font-family: verdana, arial;
    font-size: 10px;
    background-color: #E9E8E8;
    font-weight: bold;
    color: #000000;
    border-width: 1px;
    padding: 5px;
}