/* MAIN */

html { height: 100%; }

body { padding: 0px; margin: 0px; }
body#top { height: 100%;
    background: #ffffff url(../images/layout/ptrn.gif) repeat-x left top;
}

#table_main { width: 100%; height: 100%; }

#main_left {}
#main_middle { background: url(../images/layout/ptrn_main.jpg) no-repeat left 25px; }
#main_right {}

/* CONTENT */

.contenttitel { FONT-FAMILY: Tahoma; FONT-SIZE: 24px; COLOR: #69655c; font-weight: normal;
	margin-left: 20px; margin-bottom: 10px; /* zorgt voor afstand links van de rand en onderaan voor content (buiten het item) */
	padding-top: 5px; padding-bottom: 5px; /* zorgt voor ruimte binnen het item */
	border-bottom: 2px solid #69655c;
}
.contenttitel_std { FONT-FAMILY: Tahoma; FONT-SIZE: 24px; COLOR: #69655c; font-weight: normal; }

.contenttext { FONT-FAMILY: Tahoma; FONT-SIZE: 11px; COLOR: #69655c; font-weight: normal; line-height: 130%;
	margin-left: 20px;
}
.contenttext_std { FONT-FAMILY: Tahoma; FONT-SIZE: 11px; COLOR: #69655c; font-weight: normal; line-height: 130%; }

/* ******* */

/* OTHERS */

.btn_foto { background: url(../images/layout/knop.png) no-repeat left top;
	FONT-FAMILY: Tahoma; FONT-SIZE: 14px; COLOR: #000000; font-weight: normal;
	display: block; width: 142px; height: 24px;
	padding-left: 8px; text-align: left; line-height: 24px; margin-bottom: 5px;
}
.btn_foto:hover { background: url(../images/layout/knop.png) no-repeat left top;
	FONT-FAMILY: Tahoma; FONT-SIZE: 14px; COLOR: #000000; font-weight: normal;
	display: block; width: 142px; height: 24px;
	padding-left: 8px; text-align: left; line-height: 24px; margin-bottom: 5px;
}

.bg_concept { background: url(../images/layout/bg_concept.gif) no-repeat left top; }

.btn_foto_large { background: url(../images/layout/knop_large.png) no-repeat left top;
	FONT-FAMILY: Tahoma; FONT-SIZE: 18px; COLOR: #69655c; font-weight: bold;
	display: block; width: 260px; height: 45px;
	padding-left: 14px; text-align: left; line-height: 45px; margin-top: 0px;
}
.btn_foto_large:hover { background: url(../images/layout/knop_large.png) no-repeat left top;
	FONT-FAMILY: Tahoma; FONT-SIZE: 18px; COLOR: #69655c; font-weight: bold;
	display: block; width: 260px; height: 45px;
	padding-left: 14px; text-align: left; line-height: 45px; margin-top: 0px;
}

/* ******* */

/* SPECIALS */

h1 { margin: 0px; }
h2 { margin: 0px; }
hr { margin: 0px; }