/* andrewolff.css last change: 20130926  */
body {
	color:#333;
	background-color:white;  /* top right bottom left margin */
	padding:20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	}
	

button {
	font-family:Arial;
	font-size:14pt;  /* was 10 */
	cursor:pointer;
	text-decoration:none;
	/* font-weight: bold;  */
}

h1 {
	font-size: 1.8em;
	padding:0px;
	text-align: center;
	line-height: 1.4em;
	}
h2 {
	font-size: 1.5em;
	padding:0px;
	text-align: center;
	}
h3 {
	font-size: 1.2em;
	padding:0px;
	}

ul {
    list-style-type: none;
}

A:link    { color: blue; font-style: normal; font-weight: bold; text-decoration: none; }   /* color: #006400; */
A:visited {	color: blue; font-style: normal;	font-weight: bold;	text-decoration: none; top: 0px; }  /* color: #006400; */
A:active  { color: blue; font-style: normal; font-weight: bold; text-decoration: none; }  /* color: #006400; */
A:hover   { color: yellow; background-color: blue; font-weight: bold; text-decoration: none; }       /* color: #99CC66; */


img {
  vertical-align: middle;
  border: 0px;
} 

.center {
	text-align:center;
	margin: 20px;
}

.topadvertentie {
	text-align:center;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.centerwithborder {
	text-align:center;
	margin: 15px;
	border: 2px solid #000;
	padding: 10px;
}

p.right {
	font-size: 1.2em;
    text-align:right;
}
td.aquacel
{
	background-color: #CCFFFF;
	text-align: left;
}

td.wittecel
{
  background-color: #FFFFFF;
}

td.groenecel
{
  background-color: #00FF00;
}
td.gelecel
{
  background-color: #FFFF00;
}

td.text_cell {
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}

table.wit {
  table-layout: fixed;
  width: 98%;
  margin: 1%;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-collapse: collapse;
  text-align:center;
}
 
 table.grijs {
  table-layout: fixed;
  width: 98%;
  margin: 1%;
  background-color:#eee;
  border-color: #FFFFFF;
  border-collapse: collapse;
  text-align:center;
}

 table.grijs_border {
  table-layout: fixed;
  width: 98%;
  margin: 1%;
  background-color: #C0C0C0;
  border-color: #FFFFFF;
  border-collapse: collapse;
  text-align:center;
  border: 1px solid black;
}

 th {
  background-color: #C0C0C0;
 }
 
#plusone {
	position: absolute;
	top: 0px;
	right: 0px;
}
#facebook {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 5px;
}
#mobile {
	position: absolute;
	top: 20px;
	left: 30px;
}

