﻿/*******************************/
/* pagina layout               */
/*******************************/

#header {
	position: relative;
	width: 100%;
}

#paginakop {
	position: relative;
	width: 100%;
	height: 100px;
}

#logo {
	width: 300px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logotekst {
	position: absolute;
	left: 310px;
	top: 45px;
	font-family: "Comic Sans MS";
	color: #692B2E;
	font-weight: bold;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 220px;
}

#footer {
}

/*******************************/
/* Navigatie-structuur         */
/*******************************/


/*******************************/
/* Basis elementen             */
/*******************************/

body {
	font-family: Verdana, 'Lucida Sans Unicode', Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 1px;
}

/* Instellen van de basisgrootte van het lettertype. */
td {
	border: thin #FFFF00;
	border-color: #800000;
	font-size: 95%;
}

/* Heading 1 eigenschappen */
h1 {
	font-family: 'Comic Sans MS';
	font-size: 2.0em;
	text-align: right;
	color: #7E07A9;
	text-decoration: overline;
	padding-right: 50px;
}

/* Heading 2 eigenschappen */
h2 {
	font-family: 'Comic Sans MS';
	font-size: 1.2em;
	color: #7E07A9;
}

/*******************************/
/* Class elementen             */
/*******************************/
 
/* Eerste letter van een paragraph groot */
.eerste_letter
{
	float: left;
	width: 1.1em;
	font-size: 300%;
	font-family: 'Comic Sans MS', Garamond, Constantia, 'Century Schoolbook';
	line-height: 100%;
	color: #692B2E;
}

/* Standaard tekst containers */
.standaard {
	clear:both; /*eerder geactiveerde float-eigenschap uitschakelen */
	text-align: justify;
	font-style: normal;
	font-size: 0.9em;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:50px;
	padding-left:0px;
}

.inlog {
display: block;
text-decoration: none;
padding: 2px 5px 2px 5px;
border-top: 1px solid #FFF;
border-right: 1px solid #FFDC73;
border-bottom: 1px solid #FFDC73;
border-left: 1px solid #FFF;
width: 160px;
background: #FFE240;
color: #AAAAAA;
font-size: 0.9em;
}

/* Standaard tekst containers */
.krantenartikel {
	border: thin #808080 double;
	clear: both; /*eerder geactiveerde float-eigenschap uitschakelen */;
	text-align: justify;
	font-style: normal;
	font-size: small;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 10px;
}

.italic {
	font-style: italic;
	font-size: 0.9em;
}

.italic_opsomming {
	font-style: italic;
	font-size: 0.9em;
	color: #7E07A9;
}

.vet_opsomming {
	font-weight: bold;
	font-size: 0.9em;
	color: #7E07A9;
}

.wit {
	color: #ffffff;
}

.klein {
	font-size: 0.9em;
}

.koptekst
{
	font-size: 1.3em;
	color: #7E07A9;
}

.tabel_verkoop
{
}
.tabel_verkoop_kolom1
{
	border: thin #808080 solid;
	text-align: center;
	background-color: #FFFFFF;
}

.tabel_verkoop_kolom2
{
	border: thin #808080 solid;
	text-align: center;
	background-color: #FFFFCC;
}

.tabel_verkoop_kolom3
{
	border: thin #808080 solid;
	text-align: center;
	background-color: #FFFFFF;
}

/* Verhuurpagina */
.items
{
	padding-left: 20px;
	padding-top: 4px;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	background-color: #FFCCFF;
	padding-bottom: 4px;
}

.items_opties
{
	padding-left: 40px;
	padding-top: 4px;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	background-color: #FFCCFF;
	padding-bottom: 4px;
	font-style: italic;
}

/*******************************/
/* opsomming met eigen plaatje */
/* dus geen standaard symbol   */
/*******************************/
ul.a
{
list-style-type:none;
padding:0px;
margin:0px;
}


/*******************************/
/* opsomming met oranje vinkje */
/* en paarse tekst             */
/*******************************/
li.a
{
background-image:url(bullet.png);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:40px;
font-style: italic;
font-size: 0.9em;
color: #7E07A9;
padding-bottom:6px;
}

/*******************************/
/* opsomming met oranje vinkje */
/* en witte tekst              */
/*******************************/
li.b
{
background-image:url(bullet.png);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:40px;
font-style: italic;
font-size: 0.9em;
color: #ffffff;
padding-bottom:6px;
}

/*******************************/
/* opsomming met standaard     */
/* circle                      */
/*******************************/
ul.c
{
list-style-type:circle;
padding:0px;
margin:0px;
}
/*******************************/
/* standaard opsomming         */
/*******************************/
li.c
{
padding-left:20px;
font-style: italic;
font-size: 0.9em;
color: #7E07A9;
padding-bottom:6px;
}

/*******************************/
/* opmaak standaard pictures   */
/*******************************/

div.pict_links
  {
	margin: 2px;
	border: 1px #808080 solid;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	margin-right: 20px;
}

div.pict_links img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }

/*******************************/
/* opmaak pictures zonder rand */
/*******************************/

div.pict_links_zonderrand
  {
	margin: 2px;
	border: 1px #ffffff solid;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	margin-right: 20px;
}

div.pict_links_zonderrand img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }

/**************************************/
/* opmaak pictures rechts             */
/**************************************/

div.pict_rechts
  {
	margin: 2px;
	border: 1px #808080 solid;
	height: auto;
	width: auto;
	float: right;
	text-align: center;
	margin-left: 20px;
}

div.pict_rechts img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }

/**************************************/
/* opmaak pictures rechts zonder rand */
/**************************************/

div.pict_rechts_zonderrand
  {
	margin: 2px;
	border: 1px #ffffff solid;
	height: auto;
	width: auto;
	float: right;
	text-align: center;
	margin-left: 20px;
}

div.pict_rechts_zonderrand img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }

/**************************************/
/* opmaak pictures midden             */
/**************************************/

div.pict_midden
  {
	margin: 2px auto 0 auto;
	border: 1px #808080 solid;
	height: auto;
	width: auto;
	text-align: center;
	margin-left: 20px;
}

div.pict_midden img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }

/**************************************/
/* opmaak pictures midden zonder rand */
/**************************************/

div.pict_midden_zonderrand
  {
	margin: 2px auto 0 auto;
	border: 1px #ffffff solid;
	height: auto;
	width: auto;
	text-align: center;
	margin-left: 20px;
}

div.pict_midden_zonderrand img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }


div.beschrijving_180px
  {
	text-align: center;
	font-weight: normal;
	color: #333333;
	width: 180px;
	margin: 2px;
}

div.beschrijving_300px
  {
	text-align: center;
	font-weight: normal;
	color: #333333;
	width: 300px;
	margin: 2px;
}

div.beschrijving_400px
  {
	text-align: center;
	font-weight: normal;
	color: #333333;
	width: 400px;
	margin: 2px;
}
