html								{	width: 100%;
											min-height: 100%;
											height: 100%;
											padding: 0;
											margin: 0;
										}
body								{	position: absolute;
											top: 0;
											bottom: 0;
											left: 0;
											right: 0;
											width: 100%;
											height: 100%;
											min-height: 100%;
											margin: 0 0 0 0;
											padding: 0 0 0 0;
											background-attachment: fixed;
											background-repeat: no-repeat;
											background-position: right top;
											color: black;
											font-family: verdana, arial, times new roman;
											font-size: normal;
										}
@media screen and (orientation: landscape) {
  body							{	background-image: url("../grafics/achtergrond.jpg");
  									}
}

@media screen and (orientation: portrait) {
	body							{	background-image: url("../grafics/achtergrondPortrait.jpg");

  									}
  }

td									{	vertical-align: top;
										}
h1									{	color: #591b0d;
											font-size: xx-large;
											font-weight: bold;
										}
h4									{	margin-bottom: 0px;
											font-size: normal;
											font-weight: bold;
											color: #591b0d;
										}
h4 + p							{	margin-top: 0px;
										}

#hoofdindeling			{	top: 0;
											width: 1000px;
											max-width: 1000px;
											height: 100%;
											display: block;
											top: 0;
											margin-left: auto;
											margin-right: auto;
											padding: 0 0 0 0;
											border-collapse: collapse;
											border: none;
											overflow: auto;
											vertical-align: top;
											background: rgba( 255, 255, 255, 0.8);
										}
#hoofdindeling td		{	padding-top: 15px;
										}
#kopdeel						{	padding: 0 0 0 0;
										}
#balklinks					{	width: 167px;
										}
#balkrechts					{	width: 167px;
										}
#centrumdeel				{	overflow: auto;
											max-height: 100%;
											width: 866px;
											max-width: 866px;
											vertical-align: top;
											padding: 15px 15px 0 15px;
										}
#slotslideshow			{	width: 250px;
											height: 200px;
											float: right;
											margin-left: 10px;
											margin-bottom: 10px;
										}
.logo								{	margin-top: 10px;
											margin-bottom: 10px;
										}
.vrij								{	clear: both;
										}
.geenmargetop				{	margin-top: 0px;
										}
.margeboven10				{	margin-top: 10px;
										}
.margebeneden10			{	margin-bottom: 10px;
										}
.rechtsfloat				{ float: right;
										}
.linksfloat					{	float: left;
										}
.centreren					{	text-align: center;
										}
.centrerenIMG				{	margin-left: auto;
											margin-right: auto;
										}
.vet								{	font-weight: bold;
										}
.cursief						{	font-style: italic;
										}
.onderstreept				{	text-decoration: underline;
										}
.klein							{	font-size: small;
										}
.super							{	font-size: 50%;
											vertical-align: super;
										}

.rood								{	color: red;
										}
.donkerrood					{	color: #591b0d;
										}