/* omdat bij sitegenerator hoort moet alles uit algemeen ook hier */


/* titelbalk */

/* homeknop */

#homekop {
	position: fixed;
	width: 160px;
	height: 75px;
	top: 0;
	right: 40px;
	bottom: auto;
	left: auto;
	text-align: center;
	padding-top: 10px;
	}
	
img#homeknop {
	width: 72px;
	height: 45px;
	}

/* titel */
	
#titelkop {
	position: fixed;
	height: 75px;
	top: 0;
	right: 250px;
	bottom: auto;
	left: 5%;
	font: bold italic 36px "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 15px;
	}
	

/* helpknop */

#helpkop {
	position: fixed;
	width: 120px;
	height: 75px;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	text-align: center;
	padding-top: 15px;
	}
	
img#helpknop {
	width: 43px;
	height: 46px;
	}


#voetregel {
	position: fixed;
	width: 100%;
	height: 25px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font: bold 11px "Times New Roman", Times, serif;
	line-height: 2;
	}
	
#moviekop {
	font: bold italic 24px "Times New Roman", Times, serif;
	text-align: center;
}

	
