html
{
	height: 100%;
	overflow: auto;
}

body
{
	height: 100%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	
	/* Scrollbar opmaak voor IE */
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #df1420;
	scrollbar-3dlight-color: #cfcfcf;
	scrollbar-darkshadow-color: #cfcfcf;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #e5e5e5;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin: 0px 0px 15px 0px;
}

h1
{
	font: bold 12px Tahoma;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

ul
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

li
{
	list-style-type: disc;
}

img
{
	border: none;
}

.rood
{
	color: #df1420;
}

#twitter {
	position: absolute;
	left: 0px;
	top: -30px;
	z-index: 1;
}

#geheel
{
	position: relative; 
	width: 1000px; 
	height:350px;
}

#menu
{
	position: absolute;
	left: 96px;
	bottom: 38px;
	z-index: 1;
}

.menu_item
{
	float: left;
	margin-right: 20px;
	display: inline;
}

#logo
{
	position: absolute;
	top: 10px;
	right: 10px;
}

#inhoud
{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 272px;
}

#tekst_positie
{
	position: absolute;
	top: 0px;
	left: 100px;
	text-align: left;
	width: 600px;
	line-height: 20px;
	font-family: Tahoma;
}

#foto_links
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#foto_rechts
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#slogan
{
	position: absolute;
	bottom: -28px;
	right: 0px;
}

#adresbalk
{
	position: absolute;
	left: 0px;
	bottom: -30px;
}

/* Inhoudelijke opmaak */

.referentieblok
{
	float: left;
	width: 48%;
	margin-right: 10px;
	display: inline; /* Voor IE 6 */
	line-height: 18px;
}

#contact_links
{
	float: left;
	text-align: right;
	margin-top: 60px;
	margin-left: 180px;
	margin-right: 20px;
	display: inline; /* Voor IE 6 */
}

#contact_rechts
{
	float: left;
	margin-top: 60px;
	text-align: left;
}

.creatief_kop
{
	margin: 10px 0px 5px 0px;
}

.vrijwerk_opsomming
{
	float: left;
	width: 33%;
}

#terugknop
{
	position: absolute;
	left: 0px;
	top: 0px;
}	

#tekstnavigatie
{
	position: absolute;
	left: 0px;
	top: 182px;
}

#scrolltekst
{
	position: absolute;
	left: 68px;
	top: 25px;
	width: 505px;
	height: 217px;
	overflow: auto
}

#scrolltekst_gedicht
{
	position: absolute;
	left: 180px;
	top: 25px;
	width: 270px;
	height: 217px;
	overflow: auto;
}

#scrolltekst_verhaal
{
	position: absolute;
	left: 68px;
	top: 25px;
	width: 525px;
	height: 217px;
	overflow: auto;
	padding: 0px 10px 0px 0px;
}

#afbeelding_rechts
{
	position: absolute;
	right: -75px;
	top: 0px;
}	

#verhaaltitel
{
	margin-left: 68px;
}

#commercieel_menu
{
	position: absolute;
	left: -5px;
	top: 200px;
}

.commercieel_menuitem
{
	float: left;
	width: 150px;
}

.wpc
{
	display: none;
}

.ref_link
{
	font-size: 10px;
	color: #df1420;
}

#vrij
{
	display: inline;
	margin-left: 330px;
}

/* Einde Inhoudelijke opmaak */