/*   /css/stylesheet.css for podo-tilburg.nl
 *   Stylesheet for screen
 *   April 2009 - Rian Rietveld Web Design - http://www.rrwd.nl 
 */

/* overall defenitions------------------------------------------------------------------- */ 

* {
  color: #222;
  font-family: Verdana, Arial, Helvetica, "Sans-Serif";
  text-align: left;
  margin: 0;
  padding: 0;
}

/* lay-out------------------------------------------------------------------- */ 

#wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
  background-image: url('../layout/logo_header.gif');
  background-position: top right;
  background-repeat: no-repeat;
}

#main_blok {
  clear: both;
}

#footer {
 clear: both;
 width: 960px;
 margin-top: 10px;
 border-top: dotted #aaa 1px;
}

/* elements------------------------------------------------------------------- */ 

#img_logo {
  float: right;
  width: 123px;
  height: 100px;
}
img.img_praktijk {
  width: 230px;
  height: 230px;
}

img.fl_right {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

/* font defenitions------------------------------------------------------------------- */ 
body {
  font-size: 68%;
  line-height: 1.6em;
}

h1 {
  font-size: 4.3em;
  color: #0054a4;
  height: 60px;
  padding-top: 25px;;
  padding-bottom: 25px;;
}

h2 {
  font-size: 1em;
}

h3 {
  font-size: 1em;
}

p {
  font-size: 1em;
  padding-bottom: 8px;
}

p.header {
  font-size: 0.8em;
  color: #0054a4;
  float: right;
}

p.header a{
  color: #0054a4;
}

ul {
  margin-left: 10px;
  padding-left: 5px;
  margin-bottom: 5px;
}

table {
  border: solid #ccc 1px;
  border-collapse: collapse;
}

td {
  font-size: 1em;
  vertical-align: top;
  border-left: solid #ccc 1px;
  padding: 4px;
  width: 480px;
}

th {
  border-left: solid #ccc 1px;
  padding: 4px;
  font-size: 1.2em;
}

th.kolom1 {
  width: 230px;
  color: white;
  background-color: #0054a4;
}

th.kolom2 {
  width: 230px;
  color: white;
  background-color: #f90;
}
th.kolom3 {
  width: 230px;
  color: white;
  background-color: #0080a4;

}
th.kolom4{
  width: 230px;
  color: white;
  background-color: #70700F;
}
 ul.note {
   font-size: 0.8em;
 }
#footer p {
  font-size: 0.9em;
  color: #555;
}
