@charset "utf-8";
/* CSS Document */

/* lay out */
body {
  background-image: url('http://www.steunpuntkinderopvangtoeslag.nl/graphics/background.jpg');
  background-repeat: repeat-x;
  background-position: center top;
  background-color: white;
  margin: 0px;
  margin-bottom: 10px;
}

.tHeader {
  background-image: url('http://www.steunpuntkinderopvangtoeslag.nl/graphics/background.header.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 400px;
  /* gewenste breedte is 400. incl. hspace van 10 + 390 maakt 400. */
  padding-top: 70px;  
}

.tPhoto { 
  border-bottom: 20px solid white;
}

div#menu {
  background-image: url('http://www.steunpuntkinderopvangtoeslag.nl/graphics/background.menu.jpg');
  background-repeat: repeat-y;
  background-position: center top;
}

.tContent {
  background-image: url('http://www.steunpuntkinderopvangtoeslag.nl/graphics/background.content.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  paddding-right: 20px;  
}

.tFooter {
  border-top: 2px solid #f4f4f4;
  color: #CCCCCC;
  font-family: Lucida Sans Unicode, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.45em;   
  text-align: right;
}

.clear {
  color: #303336;
  font-family: Cambria, Lucida Sans Unicode, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.75em;  
  border-bottom: 1px solid #dddddd;
  padding: 3px 0px 3px 0px;
}

/* opmaak teksten */
p {
  color: #303336;
  font-family: Cambria, Lucida Sans Unicode, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.75em;  
}

li {
  color: #303336;
  font-family: Cambria, Lucida Sans Unicode, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.75em;  
}

p#menu {
  color: #716f5a;
  font-family: Lucida Sans Unicode, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.45em;  
  padding-left: 40px;
  padding-right: 40px;
}

a.grey {
  color: #716f5a;
  text-decoration: none;
}
