@charset "utf-8";

img 
{
  border: none;
}

A
{
  text-decoration: none;
  color: white;
}

A:hover
{
  text-decoration: underline;
  color: #bbb;
}

html
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000000;
    height: 100%;       
    width: 100%;
}

body 
{
    font: 12px Arial, Helvetica, Verdana, sans-serif;
    background: url('../images/bgmain.jpg') #000000 no-repeat top center;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #FFFFFF;
    height: 100%;       
    width: 100%;
}

form
{
  margin: 0px;
}

/* -- layout design --------------------------------------- */


.clearboth
{
  clear: both;
}


#autocenter
{
  position:relative; /* needed for footer positioning*/
  
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/

  min-height:100%; /* real browsers */
}

#header
{
  margin: 0px auto; /* center, not in IE5 */
  width: 933px;
  text-align: left;
  padding: 36px 0px 50px 0px;
}

#header H1
{
  margin: 0px 0px 40px 0px;
  padding:0px;
}

#header #taalkeuze
{
	float: right;
	width:200px;
  margin: 0px 0px 0px 0px;
  padding: 23px 0px 0px 0px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}
#header #taalkeuze LI
{
  display: inline;
  list-style: none;
  padding: 0px 0px 0px 20px;
  margin: 0px;
}

#header #taalkeuze LI A
{
  font-weight: normal;
  color: #bbb;
}
#header #taalkeuze LI A:hover
{
  text-decoration: none;
  color: white;
}


#header #hoofdmenu
{
  margin: 0px;
  padding:0px;
  color: #bbb;
  font-size: 14px;
  background: url('../images/menustreepje.gif') no-repeat center right;
  height: 18px;
}

#header #hoofdmenu LI
{
  display: inline;
  list-style: none;
  padding: 0px 27px 0px 27px;
  background: url('../images/menustreepje.gif') no-repeat center left;
  margin: 0px;
}

#header #hoofdmenu LI.firstchild
{
}

#header #hoofdmenu LI A
{
  color: #bbb;
  text-decoration: none
}

#header #hoofdmenu LI.selected, #header #hoofdmenu LI.selected A, #header #hoofdmenu LI A:hover
{
  color: white;
}

#maincontent
{
  margin:0px auto; /* center, not in IE5 */
  width: 872px;
  padding-bottom: 200px;
  position: relative;
  text-align: left;
  min-height:340px;
  height:auto !important;
  height:340px;
  }

#maincontent #breadcrums
{
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #595959;
}

#maincontent #breadcrums UL 
{
        float: left;
        width:100%;
        font-size: 20px;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
        
}

#maincontent #breadcrums LI {
        display: block;
        float: left;
        padding: 0px;
        margin-right: 25px;
}

#maincontent #breadcrums LI.firstchild 
{
    font-weight: bold;
}


#maincontent #breadcrums LI A 
{
  color: white;
  text-decoration: none;
}

#maincontent #breadcrums LI A:hover 
{
  color: white;
}

#maincontent #submenu
{
  margin: 0px;
  padding: 0px;
  width: 160px;
  float: left;
}

#maincontent #submenu LI
{
  list-style: none;
  padding: 0px;
  margin-bottom: 12px;
  color: #bbb;
}

#maincontent #submenu LI A
{
  color: #bbb;
  text-decoration: none;
}

#maincontent #submenu LI A:hover
{
  color: white;
}

#maincontent #submenu LI.selected, #maincontent #submenu LI.selected A
{
  color: white;
  font-weight: bold;
}

#maincontent #inhoud.withsubmenu
{
  width: 708px;
  float: right;
}

#maincontent #inhoud.withoutsubmenu
{
  width: 100%;
}


#footer
{
  position:absolute;
  width:100%;
  bottom:0px; /* stick to bottom */
  left:0px; /* stick to bottom */
  
  text-align: center;
  color: white;
}

#footercontainer
{
  margin:0px auto 0px auto; /* center, not in IE5 */
  width: 933px;
  position: relative;
  padding: 0px;
}

#footer #copyright
{
  text-align: left;
  padding-left: 30px;
  font-size: 10px;
  color: #bbb;
/*  width: 100%; */
  padding-bottom: 10px;
}

#footer #copyright A
{
  color: #bbb;
}

#footer #dealerlocator
{
  border-left: 1px solid #444;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  width: 716px;
  height: 111px;
  padding-left: 30px;
  padding-top: 30px;
  text-align: left;
  color: #bbb;
  float: left;
  margin: 0px;
  }

#footer #dealerlocator H2
{
  font-size: 19px;
  margin-top: 0px;
}

#footer #dealerlocator P
{
  font-size: 14px;
  line-height: 21px;
}

#footer #dealerlocator H2 A, #footer #dealerlocator P A
{
  text-decoration: none;
  color: #bbb;
}

#footer #dealerlocator H2 A:hover, #footer #dealerlocator P A:hover
{
  text-decoration: none;
  color: white;
}

#footer #zeisslogo
{ 
  float: right;
  width: 82px;
  height: 82px;
  padding: 30px 40px 30px 40px;
  background-color: white;
  margin: 0px;
}
#footer #zeisslogo #logozeiss
{ 
  margin: 0px;
}
