/**
 * ############################################################
 * ##       Project:    Uithoornse Kinderopvang              ##
 * ##       File:       css/in_editor/main.css               ##
 * ##       Date:       25-02-2008                           ##
 * ## ------------------------------------------------------ ##
 * ## Cascading stylesheet, styles die gekozen kunnen worden ##
 * ## in de tinymce editor                                   ##
 * ## ------------------------------------------------------ ## 
 * ############################################################
 * ############################################################
 * ##     Author:       Chris Blokland                       ##
 * ##     In opdracht:  Uithoornse kinderopvang              ##
 * ##     Copyright:    dtpXpress / SixSenses                ##
 * ############################################################        
*/


.pagina_titel
{
  font-size: 14px;
  font-weight: bold;
  font-family: verdana;
  width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.pagina_inhoud
{
  font-family: verdana;
  font-size: 11px;
  line-height: 16.5px;
  margin-left: 15px;
  width: 600px;
}


.label
{
  font-size: 10px;
  font-family: verdana;
  font-weight: bold;
}

.tip
{
  padding: 8px;        
  border: 1px dotted grey;   
}

.trefwoord
{
  color: blue;
}

.tabel_titel,
.tabel_subtitel
{
  text-align: left;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #ef7e08;
  margin-left: 10px;
  letter-spacing: 3px;

}


.tabel_met_kader
{
  border: 1px solid black;
  border-collapse: collapse;
  font-family: verdana;
  font-size: 11px;  
  margin-left: 25px;
}


.img_float_right
{
  margin: 8px;
  float: right;
}
.img_float_right_border
{
  margin: 8px;
  float: right;
  border: 4px solid purple;
}

.img_float_left
{
  margin: 8px;
  float: left;
  
}
.img_float_left_border
{
  margin: 8px;
  float: left;
  border: 4px solid purple;
}

.subtiele_link
{
  text-decoration: none;
  font-size: 11px;
  color: blue;
}
